Hello, As a starting user of ME I try to use ME as a mail reader under WinNT 4. I figured out to use Postie, which I installed. ... postie...
469
Steven Phillips
sphillips@...
Oct 29, 2001 1:57 pm
Rene, You are very close to getting this running, the User mail dir needs to be a separate directory and the VM Main In Box must be a file within this ...
470
rnederhand@...
nederhrj
Oct 29, 2001 2:57 pm
Thanks Steve, The seperator seems to do the trick indeed. However, while I have my messages seperated I keep dates and authors missing in de message index....
471
Thomas Hundt
thundt
Nov 9, 2001 9:05 pm
BTW it seems to me there is a bug surrounding this: a) $fmatchdelay is calibrated in ms, not seconds as stated in its help. (This is consistent with other...
472
Steven Phillips
sphillips@...
Nov 12, 2001 8:01 am
... Thanks for spotting this, I'll fix the docs. ... This is a tricky one, think of the poor programmer who is still using lisp, the lisp support does not use...
473
Thomas Hundt
thundt
Nov 12, 2001 9:44 pm
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 ...
474
Jon Green
jon@...
Nov 13, 2001 12:36 am
... I think you have outlined all of the methods here. And no there are no more - calling Perl is probably going a little too far !! Dropping it into a...
475
dgroth@...
dgroth_99
Nov 13, 2001 12:18 pm
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...
476
Jon Green
jon@...
Nov 13, 2001 2:10 pm
Not a joke. Cannot reproduce this on my version of me (W2K). Used any old XML and inserted some <go:go> tags. I'll admit I'm running a new release internally ...
477
dgroth@...
dgroth_99
Nov 14, 2001 9:00 am
I was grepping through the sources and macros but could not found anything about `gogo'. The executable on the DEC I compiled myself, the winexe was ...
478
dgroth@...
dgroth_99
Nov 14, 2001 1:45 pm
I have uploaded a picture form the MicroEmacs-Develoment-Environment I am using at : http://photos.groups.yahoo.com/group/jasspa/lst The file meide is at: ...
481
Mike Hopkirk(hops)
hops@...
Nov 15, 2001 9:10 pm
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...
482
Steven Phillips
sphillips@...
Nov 16, 2001 9:40 am
Hops, Thanks for the submitted fix, its always good to get some help on maintaining ME (it also means that someone is using this enough to get really annoyed...
483
Mike Hopkirk(hops)
hops@...
Nov 17, 2001 2:02 am
... Interesting, what was once impossible to avoid is now impossible to find. I reverted my source and macros in an effort to get back to a broken case and the...
484
dgroth@...
dgroth_99
Nov 20, 2001 11:50 am
hello, in order to allow proper indentation of indexed foreach (0..$#array) loops please use the following patch of hkperl.emf. cd...
485
Mike Hopkirk(hops)
hops@...
Nov 30, 2001 9:52 pm
... I've been using this for a coupla weeks now and I havent seen the mouse problem resurface so I'd give it a 'provisional OK'. -- - hops Everything...
486
thundt
Dec 5, 2001 8:33 pm
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...
487
Steven Phillips
sphillips@...
Dec 5, 2001 8:52 pm
How about: define-macro my-copy-region copy-region !if &seq @y "" -1 yank ml-write "Dooh!" !endif !emacro The only issue that may arise from this is if it...
488
thundt@...
thundt
Dec 5, 2001 9:10 pm
Ahh yes, problem with this is as SOON as the copy-region is done, its contents (or lack thereof) are stuck in the clipboard, and Exceed sees that and crashes,...
489
thundt@...
thundt
Dec 6, 2001 8:51 pm
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...
490
thundt@...
thundt
Dec 6, 2001 8:53 pm
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...
491
Rodolfo Valeiras Reina
rodolfo_vale...
Dec 11, 2001 10:26 pm
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...
492
Jon Green
jon@...
Dec 15, 2001 5:31 pm
A BETA version of JASSPA's MicroEmacs supporting the Cygwin environment is now available from http://www.jasspa.com with August 2001 source patches...
493
Jon Green
jon@...
Dec 18, 2001 7:55 am
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...
494
Jon Green
jon@...
Dec 19, 2001 12:23 pm
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...
495
Martin_Doering@...
u22md
Dec 19, 2001 12:43 pm
Congratulations! This may be one of the best improvements at all! Very good news! -- Martin Döring...
496
Bruno Sabin
beulo
Dec 19, 2001 6:36 pm
Hello Jon, Congrats!!! Now we have to make sure that ME becomes part of the standard Linux distributions ;-D -- Kind regards, Bruno ...
497
Rodolfo Valeiras Reina
rodolfo_vale...
Dec 20, 2001 5:06 pm
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...
498
Jon Green
jon@...
Dec 20, 2001 5:50 pm
Yes you are correct. To be honest I'm not quite sure why it was changed - there must have been a good reason ? We will fix the documentation. Regards Jon....
499
Jon Green
jon@...
Dec 20, 2001 6:27 pm
Attached is the corrected document in text form. If you look at the help page for "buffer-abbrev-file(2) then it explains why this is "\r" not "\n". Regards ...