Hello All, Found a problem in the assignment of the Sift-Left-Button assignment. It never seems to work (all the others and with the other buttons are correct...
I have code like: constant NAME=1, AGE=2, DOB=3 However, indenting is not working for it (my own mode). Indenting works for everything else, but I cannot seem...
Hello all, I would like to run a pipeline like: $ /c/Programme/jasspa/me32.exe -m 'C:ME:find-file c:/path/to/ Makefile' $ /c/Programme/jasspa/me32.exe -m...
I don't know if I've posted these before, but here are 4 schemes that I use. They all share the same basic color palette but differ in their primary colors. ...
I'm having to do some work remotely over a painfully slow network. ME works great in console mode -- I'm rlogin'ed to a Solaris server. However, over the slow...
I feel very happy that a text editor like MicroEmacs exists, i love it just like it is. But I had two little inconvinients using it, one is the multi-byte...
Better folding, support for classes, ToDo,Fixes etc. Can be seen and downloaded here: http://www.dgroth.de/pmwiki/index.php?n=MicroEmacs.RMode regards, Detlef...
I've been writing PHP code of late and have the following problem, and am hoping someone can point me in the right direction. Comments that should look like...
Another new mode, Falcon: http://falconpl.org... It's an easy language to write a mode for but none the less, I'm running into a few problems... #1... /* ......
hello, is it possible to use something, that may be called pseudo-wrap: when text is wrapped while edited, but when saved it remains unwrapped, one paragraph...
What an amazing editor. I am not a programmer- just an "informed" Windows (GUI) end-user who also toys with Linux on occasion. Jasspa seems to straddle (in a...
For those who want to use MicroEmacs in terminal mode on cygwin, here are some key translations that let function keys, insert, home, etc work properly....
Hi, I'm trying to do something like this, but it's not working: ######## define-macro append-region set-variable @cl copy-region copy-region !emacro ...
Is it possible to change new templates base upon directory? For instance, I may be working on one project for work, then turn around and work on a GNU project...
Hello all, I recently observed a boog with the Dir Files - Toolbar. If you click on the filename ME creates a new file with a leading number like "54 ...
This sort of an rtfm-question, but... ?what? is the correct syntax for invoking grep on a buffer, and piping it into another (preferably on-the-fly-one)? ...
Hello, I recently played a little bit with eclipse and it's Perl-EPIC plugin. After each file save, the errors on the perl-file are underlined using "perl -cw...
Hi all, I don't use often the file-browser but, under linux (32 and 64 bit), me crash when I select symbolic link. Some of you have the same problem? Ciao. ...
Is there any short cut to insert the current buffer's file name in to a shell command, using shell-command, pipe-shell-command, or ipipe-shell-command?...
Hi, while using 20060909 for 10.3 MacOS.... ... accidentially managed to unbind the RETURN terminator, then had to force-quit the shell entirely, as no amount...
Hi all, I would like to enlarge the system wide font size for ME on Solaris. The new 19 inch TFTs in our computer lab make the default font size (15 pt) look...
I swear this used to work... (I'm using 2006/09/09 now.) Hitting a period no longer quits query-replace-mode. It seems to have been replaced by an 'L' for...
Modified: ;a leading : or math operator indicates a continued line (except * because of javadoc) indent #l5 s "^\\s*[92;\.\\+-/%:][^92;\*/]" t Added: ; a trailing...