Search the web
Sign In
New User? Sign Up
jasspa · JASSPA's MicroEmacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 500 - 529 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
500
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@...
Send Email
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...
Bob Paddock
ka8bmt
Offline Send Email
Jan 2, 2002
10:48 pm
502
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@...
Send Email
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...
Thomas Hundt
thundt
Offline Send Email
Jan 3, 2002
9:27 pm
504
... Wow!! Nice. Today, SourceForge. Tomorrow, the world! ... -Th...
thundt
Offline Send Email
Jan 5, 2002
12:27 am
505
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@...
Send Email
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...
Jon Green
jnaught@...
Send Email
Jan 7, 2002
2:40 pm
507
Nice!! Great job!...
thundt
Offline Send Email
Jan 8, 2002
7:48 pm
508
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...
thundt
Offline Send Email
Jan 8, 2002
8:22 pm
509
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...
thundt
Offline Send Email
Jan 8, 2002
10:42 pm
510
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@...
Send Email
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...
thundt
Offline Send Email
Jan 9, 2002
2:16 am
512
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
dgroth@...
dgroth_99
Offline Send Email
Jan 16, 2002
9:03 am
524
... 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...
dgroth@...
dgroth_99
Offline Send Email
Jan 16, 2002
9:09 am
525
... 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...
dgroth@...
dgroth_99
Offline Send Email
Jan 16, 2002
9:09 am
526
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@...
Send Email
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@...
Send Email
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@...
Send Email
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,...
Bruno Sabin
beulo
Offline Send Email
Jan 17, 2002
5:48 pm
Messages 500 - 529 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help