Hi, Following steps I did in preparation to edit Ruby source code: I installed ME and setup a user profile. ME comes up then without any problems. Then I...
Hi, again I step into my own trap, I fear. I am currently fighting with a version of a macro of region-replace-string. My setup: One me Two frames One frame...
Hi, I tried '^ha scroll' and looked through the html-pages of ME but I haven't found anything appropiate: Is there a way to convince me of scrooling line by...
I have a three monitor setup, and ME freaks out when I drag it to one of the outlying ones and attempt to resize it. "Freaks out" being defined as: On the #2...
Hi, suppose I want to replace replace-string with my own version of it, but I want to call the original replace-string inside my macro "replace-string" to get...
Hi, I would vote for the "region-awarness" of commands. I know that all that can be simulated by a sequence of mark region, narrow to region, actual...
There are a couple of inconsistencies in the way ME 20050505 displays dropdown (OSD) menus vs the way typical GUI software does. This affects ease of use by...
I'd like to request a feature: saving of printer setups as named "profiles" that could be chosen by a simple pulldown menu. This is for when you have more...
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: ...