Here's a suggestion, which may or may not be easy or wasteful of memory: Print the module name and the line number when encountering errors in macros. ME does...
I'm trying to fix the following bit of code, which (in the last release) was able to determine whether my current buffer had "electric C" mode turned on (aka...
Hi, I want to to write a macro which shall behave as follows: One has opened two files. Me's window is split in two to display each file. _Normally_...
Hi, when I do a "occur" on a -- for example -- log-file of rīthe strace-command I get a buffer with only a few characters, which are far too less to decide,...
Hi, when writing documents I am using plain TeX with some macros. When loading a TeX-file I see the message "LaTeX file hook loaded. Is there a (plain-)...
Somebody bound C-c C-g to fill-paragraph-gutter in hktxt.emf (or rather docmacro.emf). That's a really Bad Idea, IMO. C-g should always cancel whatever...
I just put together a rudimentary vi mode for Jasspa's Emacs[1]. It's 90% generated code (ugly, counter-efficient etc.) All (coding) help, comments,...
Hello! please, look at the my project macros screenshot http://www.linux.org.ru/gallery/bigKr8zI3.png its looks like vim project plugin and user can narrow...
Do comments affect the evaluation time of macros? I guess what I'm really asking is if comments get ignored during define-macro or during the evaluation of the...
First, let me say that I really-really like the latest Jasspa ME! I'd like to be able to insert HTML, actually any XML, tags in a file with only one or two...
Hi, is there any macro or hack or ??? to achieve the following behaviour in MicroEmacs: Current state (as far as I know ;) If one wants to insert a rectangle...
The "Getting Started With JASSPA MicroEmacs" is wonderful! It sure would be nice to have the contents of the ME Help file in a PDF or some other form that...
Hi, is there a "inexpensive" way to do such a thing: Suppose I have a text consisting of lines each starting with the word FNORD . Now I want to replace a...
I found a small bug in hilight. While defining a buffer list hilight scheme, I accidentally typed "[[:almum:]]" instead of "[[:alnum:]]". ; the evil line ...
To the best that I can tell, once the first mark is set in a buffer, a mark will always remain. Many macros operate on a region, that magical area in the...
Is there a way to find the current working directory for a buffer that hasn't had a file associated with it yet? I know if I had a filename I could get the...
Hi, ...how can I prevent the deselection of a region when hitting the end of a buffer while scrolling down ? Would help me a lot...Microemacs scrolls faster...
Following a few user complaints post 20050505 release the Linux 2.6 executables on www.jasspa.com have been updated to link against libncurses rather than...
Hi, may be this is a rsq(tm) [real simple question ], but... I just want a macro to insert the string, a time mark, /* CHANGED <YYYY-MM-DD:hhmmss, _mcc> */ ...
One of my all time favorite key strokes in MicroEmacs was Esc-Backspace to delete word back. In ME 3.n and 4.0, and XEmacs, this deleted the previous word,...
Hi, I got some strange problems while trying to compile ne of the newest Jasspa Microemacs distribution. For compiling I do: make -f linux26.gmk ne and got: ...
For giggles, I thought it would be fun to embed a tcl interpreter in ME so that I could write extensions in Tcl, which I find more friendly than emf. I've...
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...
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). ...
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...
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...
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...
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 # ' "...
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...