Both \n & \r are still valid, but this does uncover a can of worms, \n is the carriage return and \r is the line feed i.e. chars 0x0a & 0x0d respectively. The...
Steven Phillips
sphillips@...
Jan 2, 2002 11:35 am
501
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)...
Jon Green
jnaught@...
Jan 3, 2002 3:47 pm
503
You might find the settings below (from my "company" .emf file) of interest. I currently have it set for one space after sentence end, because if you set it...
The January 2002 release is now available from http://www.jasspa.com If you download this release then you must also download new spelling dictionaries. This...
Jon Green
jon@...
Jan 6, 2002 9:30 pm
506
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...
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...
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...
Follows is a solution. It is a little dirty but never mind !! In your <user.emf> add a binding for any filename that ends in 1/2/3/4/5/6/7/8/9 and bind it to...
Jon Green
jon@...
Jan 8, 2002 10:57 pm
511
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...
The docs are out by one, but the other way! try: -41 buffer-mode I added 2 new modes for this release, fence and rbin and the buffer-mode docs only list rbin. ...
Steven Phillips
sphillips@...
Jan 9, 2002 7:54 am
513
An alternative solution which I think is cleaner is to define a default hook as follows: define-macro-file hktxt fhook-txt define-macro fhook-default fhook-txt...
Steven Phillips
sphillips@...
Jan 9, 2002 8:02 am
514
There's a bit of a gotcha here with UNIX terminals, the command-line uses ME's stdin to pump in data and ME uses stdin to get commands from the user so the...
Steven Phillips
sphillips@...
Jan 9, 2002 8:19 am
515
JASSPA have been experimenting with a cut down version of our MicroEmacs distribution which we are calling nanoEmacs. This has minimal functionality. An alpha...
Jon Green
jon@...
Jan 12, 2002 1:48 pm
516
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...
Jon Green
jnaught@...
Jan 14, 2002 1:21 pm
517
I would imagine that '\d' was an attempt to 'press' the delete key in a version an platform independent way. This is a bit like \e & \t which changed to \E &...
Steven Phillips
sphillips@...
Jan 14, 2002 3:45 pm
518
Both \b and \d are in the documentation - which is why I asked the question. May be these were lost these on the 01/07 release ? Jon. ... -- ...
Jon Green
jnaught@...
Jan 14, 2002 3:56 pm
519
Jon, They are both there and do work, they execute the 0x08 & 0x7f characters/keys resp. which as they are not bound get inserted into the current buffer...
Steven Phillips
sphillips@...
Jan 14, 2002 4:15 pm
520
Further reseting the indent in the abbreviation sequences. There would appear to be a escape sequence of \I which performs a "back-tab" operation. This allows...
Jon Green
jon@...
Jan 14, 2002 8:40 pm
521
I can't find the version of nanoEmacs ... Arne ... From: Jon Green [mailto:jon@...] Sent: Samstag, 12. Januar 2002 14:51 To: JASSPA GROUP Subject:...
Kludszuweit Dr, Arne ...
akludszu@...
Jan 15, 2002 6:53 am
522
We have taken it off line while we sort out some further issues. However it is still accessible from: http://www.jasspa.com/hindex.html Regards Jon....
Jon Green
jnaught@...
Jan 15, 2002 10:09 am
523
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-doc' is not working any more. It...
... An interesting idea for small systems etc. you can even further nanosize ne with upx: http://upx.sourceforge.net/ I reduced ne32.exe from 212,992 byte to...
... An interesting idea for small systems etc. you can even further nanosize ne with upx: http://upx.sourceforge.net/ I reduced ne32.exe from 212,992 byte to...
Detlef, I'm not sure how this ever worked, the line: # try to fold lines with stars at the beginning is not a comment so I believe execution would fail at this...
Steven Phillips
sphillips@...
Jan 16, 2002 10:04 am
527
Detlef, Many thanks for your idea with upx - it works fine The idea of an very tiny emacs with an nearly infinite starting time is great !!!!!!!!!! This...
Kludszuweit Dr, Arne ...
akludszu@...
Jan 17, 2002 3:29 pm
528
Both global-bind-key & query-replace-string should be available so I'm not sure why the line below does not work - it does for me (groan!). The first cut had a...
Steven Phillips
sphillips@...
Jan 17, 2002 4:13 pm
529
Hello Steven, UNIX is really where I would tremendously benefit from nE ... any source code on the horizon? (you know all the platforms I need 8-D Also,...