Hi! I added 866 charset and Cyrillic 'No' symbol to Win-CYR translation table to charset.emf file. Hope, it helps russian users. I could post modified...
... Post the file + any other changes to mailto:support@... and will then be able to post it on WWW and/or add to the next release. Jon....
Jon Green
jnaught@...
Apr 7, 2005 1:21 pm
1333
Release candidate 2 (RC2 / 2005.04) is now available for download from www.jasspa.com. The download is available from a link on the main page only. If you...
Jon, Thanks for generating this, looks good - thanks for generating the regex notes, lets hope people read them! One thing, if you go to...
Steven Phillips
bill@...
Apr 10, 2005 11:33 pm
1335
Is there a way to have "transparent" as color in terminal mode? For example, is it possible to set the background of Standard Text in such a way that no color...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Apr 11, 2005 3:42 pm
1336
... No. I'm not even sure how you do this in X but sounds like it is not quick as there must be an alpha blend going on somewhere. Jon....
Jon Green
jnaught@...
Apr 11, 2005 4:11 pm
1337
I think he means he'd like the background of the ME text to be the same color as the background of the xterm it is running in (in text mode, not GUI mode)....
Thank you for explaining that better than me, that it exactly what I meant. Over the years, I've finely tuned my office environment to be optimal for...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Apr 11, 2005 6:50 pm
1339
... OK, I'm up to speed (thanks -Th), sorry I was being a bit slow earlier! I will investigate this further and see what can be done - could quite possibly be...
Why don't you try the other color schemes that are already built. Perhaps there already is one that's close. Have you tried them all? You can edit them...
... This also leads into another request we had some time ago for buffer type backgrounds. I did start looking at that and it was possible - I just never...
Unfortunately gray doesn't map well on to a console. It's either black or white. Black will do just fine. I just thought I'd ask just in case I overlooked...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Apr 11, 2005 8:12 pm
1343
Well there IS a scheme called "black on grey". I think grey is implemented as "non-highlighted white" and white is "highlighted white". (ANSI colors.) The...
Here's a addition to itemlist.emf that makes it a little more keyboard friendy. It adds key bindings for sorting just as if you had clicked on the heading with...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Apr 13, 2005 4:47 pm
1345
Is there a way I can tell which indentation rules are setting a particular line's indent? I'm having some bad indentation in C++ and in Tcl. I've tried to...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Apr 14, 2005 5:12 pm
1346
A C++ file is indented using the build in ME C style indenter (i.e. no 'rules') and this is a known issue. The tcl problem looks like a bug which I will need...
Phillips, Steven
sphillips@...
Apr 14, 2005 5:22 pm
1347
In Tcl mode, if {1} { # its not going to find the matching curly brace if there is an # umatched single quote, double quote, open or closing parenthesis # ' "...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Apr 14, 2005 9:23 pm
1348
Bryan, This is a know issue (to me at any rate) and does not currently have a simple solution. The problem is that the findFence code does not know that in tcl...
Steven Phillips
bill@...
Apr 14, 2005 9:45 pm
1349
That would be great. As a minor solution it could be done for all the languages that use C++ style comments (such as PHP, Java, Javascript) ... Bryan, This is...
In hktcl.emf hilight .hilight.tcl 2 ";#" .scheme.comment should be hilight .hilight.tcl 0 ";\\{\\s*#.*" .scheme.comment to allow spaces between the ";" and the...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Apr 27, 2005 7:53 pm
1351
... Hi Bryan I think you are right with the above. Although I cannot reproduce the bug that you mention above in being able to reproduce the regex color. I...
Bryan, The hilighter in ME is a balance between syntactical correctness and performance and as ME hilights on the fly performance often wins. This is a good...
Steven Phillips
bill@...
Apr 27, 2005 10:42 pm
1353
Hello all, my boss insits that I have to learn Python as well. So I was struggling with the hkpython.emf. I would suggest two fixes to get proper folding and a...
The final version of JASSPA MicroEmacs 2005 is now available for download from www.jasspa.com. Note that you may need to flush your browser cache to ensure...
Hi everyone, after using Eclipse for a while, there's a couple of things that I would like to implement in ME (well, quite a few, apart from the slowness). ...
... Following the posting of this release a minor problem has been reported in the Microsoft Windows 'undo/redo' function when invoked from the menu with the...
A quick work around until you can get the syntax check on save working is to set up the syntax check as a tool. It's pretty straight forward to do and is...
I want to map keys on the keypad to make it easier to get non-emacs folks to use MicroEmacs to edit files in an application that I maintain. I dug through the...
Thanks, that works great. Now... how can I run it on saving a php file? Also, has the ^C^D shortcut (change dir) been removed? Doesn't seem to work here...