Hey, there's one thing I missed: What's the motivation for nano-izing MicroEmacs? Beyond the challenge of squeezing things into small packages :-) There's...
An experimental source code release has been made that contains the source for NanoEmacs. This is now available from http://www.jasspa.com/experimental.html ...
Changing Auto Spell to underline bad words ... Quick note on anybody that uses Auto-spell mode. Took me a while to find what part of the scheme to change so...
Steven Phillips [sphillips@...] Steven, big problem ! ne.emf will be used only if ne.emf is in the current directory (where my document is located) if...
Hello, Thank you very much for the new release however there is some stuff which I don't understand. So my old macro `my-fhook-doc39; is not working any more. It...
JASSPA have been experimenting with a cut down version of our MicroEmacs distribution which we are calling nanoEmacs. This has minimal functionality. An alpha...
Has anybody managed to set up an abbreviation file (.eaf) with \d or \b characters in it ?? I'm running the new release with a new .eaf for latex i.e. bd...
Does anybody else think it would be useful to be able to do: ls -l | me32 -p I tried it, expecting a *stdin* buffer to come up... but it seems this mode locks...
Here's my problem: I use this mail program called 'elm' on one of my machines, and it edits messages by placing them in /tmp/snd.12345 (or some other random...
Maybe I'm just way behidn the times but it seems to me that one of the things that's changed in '02 is that doing things like -39 buffer-mode now have to be...
While I rememeber .... One thing I omitted to inform people about. The new release contains higlighting for fence matching. This was requested some 2 months...
Today we have been granted permission by Danial M Lawrence, the original author and copyright holder of Microemacs to change our software licensing to the GNU...
When I use Meta-^q to reformat paragraphs it has the annoying habit of removing the double spaces that follow periods. For reasons that only God probably knows...
Set the variable "$fill-eos-len" in your <user.emf> to the required number of spaces i.e. set-variable $fill-eos-len 2 Then reformat your paragraphs (M-o/M-q)...
Hello The description of the eaf files in the documentation of ME 01 include obsolete \ tokens. For example, \n is changed by \r (I think). Maybe I can find...
Further the cygwin patch I released last week. Full color hilighting in the terminal window may be supported by configuring termcap correctly which I had...
Hello all. I've wrote a macro file for add hilight support for the Euphoria programming language (http://www.rapideuphoria.com). I hope it's ok. A few...
Steven! Awesome. Works great. (BTW for some reason the mouse selection works "correctly", i.e., won't copy an empty selection. ... and let me add: DOH!! Forgot...
What's an easy way to get the cursor's exact position (char #) within a buffer? The hard and messy way is to use buffer-info and then parse the $result string...
Running Jasspa-me Aug-2001 on linux RHat 6.2 ( built from source) - pressing MB1 in editor pane moves cursor to pressed place but thereafter refuses to action...
hello, believe it or not, here is the small microemacs-ide 47 lines of powerful emf-code: with the following features: * a directory-specific project.txt-file ...
hello, I got a hidden feature: in a large xml-file I have to replace a <go:go> tag with an <gogo> tag. (go stands for gene ontology) If I try this, the...
Anybody have a suggestion for how to do the 'replace-string' functionality on a string? One way would be to create a scratch buffer, paste the string into ...
Does ME have flashing bracket pair capability similar to GNU Emacs where when you pass your cursor over a left or right bracket in a peice of code the cursor...