|
|
|
[
Permlink
| « Hide
]
Cedric Vivier - 13/May/08 08:53 AM
fixed in rev. 2938
I see some changes already made to InteractiveInterpreter2.boo. I played around in the emacs shell buffer and have some suggestions for other ways to fix emac's problems with booish. This is my first time looking at anything related to .NET, mono, or boo, so don't laugh too hard.
All my changes are relative to the InteractiveInterpreter2.boo of revision 2930 of src. In the Console for an emacs shell buffer, at least two things seem to be quite different than a standard Console: So, it is easy to test for lack of capabilities and set the appropriate disabling flags to true. I added this code to Initialize() after _disableColors and _disableAutocompletion were possibly set by environment variables: One more change fixes the autocompletion-related problems with emacs. Replace the line: I also fixed the blank line problem by changing the line: Finally, I do suggest doing something about the colors. As a color challenged person, I do spend time trying to turn colors off on many applications I run, but default booish colors are worse than most. Doug |
||||||||||||||||||||||||||||||||||||||||||||