... And if not does it need to be included in the distribution? Steve...
Steve Kemp
skx@...
May 1, 2000 11:20 am
11618
As per attached message, I have - w/ Kai Grossjohann's generous help - written a function that will log me into a remote computer via telnet, run a script...
Matthew Weymar
mweymar@...
May 1, 2000 12:43 pm
11619
Hi, ... Franklin> Franklin> <sent to ntemacs mailing list AND direct to various epop3mail users> Franklin> Franklin> Hi everybody. I had submitted the latest...
Karel Sprenger
cjas@...
May 1, 2000 5:38 pm
11620
... One solution which might work for you is to call an external utility to kill the java.exe process. There is are a couple of freely available "ps", and...
Steve Kemp
skx@...
May 1, 2000 5:40 pm
11621
I think if you want to kill the buffer then I think that (kill-buffer (current-buffer)) should be used instead of (kill-process nil) When the buffer is killed,...
Richard M. Heiberger
rmh@...
May 1, 2000 6:28 pm
11622
Tks so much for the reply, Steve. The "ps" & "kill" utilities are the sort of thing I had in mind, but your second suggestion was better yet: I switched away ...
Matthew Weymar
mweymar@...
May 1, 2000 7:45 pm
11623
One simple way to find the end is to create it yourself. As the last line' of your script, print something unlikely to appear all by itself, say "this is the...
Richard M. Heiberger
rmh@...
May 1, 2000 8:24 pm
11624
... On a similar note, is thre anyway to automatically shut down ispell when you quit Emacs?...
Henrik Enberg
kirneh74@...
May 1, 2000 9:09 pm
11625
I have recently upgraded from emacs 20.4 to 20.6. 20.4 worked very well with MKS source integrity. 20.6 does not recognize that a file has been checked out...
Eric Jacobs
iim1ehj@...
May 1, 2000 11:08 pm
11626
Sorry for the inconvienence. Eric...
Eric Jacobs
iim1ehj@...
May 1, 2000 11:37 pm
11627
Hello, sometimes ago i read about a patch for emacs 20.6 (?) that makes COM-objects accesible for emacs. I lost the link. Does anyone have a hint? Mit...
Christoph Conrad
cc@...
May 2, 2000 9:08 am
11628
I'm Sorry, my e-mail system is sending not desired messages to this list. It's a problem of my ISP. I've communicated and they are trying to fix. Thanks....
Enrique Castilla (Pro...
ecastilla@...
May 2, 2000 9:57 am
11629
Tom, do you use the original Miyashita Hisashi's "Mule-UCS" package or the one by Otfried Cheong? I use the latter and the author recommends to have something...
Jakub Murin
ja.mu@...
May 2, 2000 11:03 am
11630
... I started this, and got it far enough for my needs, my code is available at http://www.gnusoftware.com/Emacs/Com/ Reini Urban made some modifications to...
Steve Kemp
skx@...
May 2, 2000 11:28 am
11631
The script generates such a line - "(The End.)" - but unfortunately, I am still not sure how to determine when this line has appeared. If you would be so kind,...
Matthew Weymar
mweymar@...
May 2, 2000 11:46 am
11632
This doesn't exactly answer your question, but some others on this list have taught me how to build perl scripts on the fly. Perl has a Win32::OLE (i.e., com)...
Frank R. Brown
list.Frank@...
May 2, 2000 12:01 pm
11633
Steve Kemp wrote it (for 20.4) http://www.gnusoftware.com/Emacs/Com/ I fixed the patch for 20.5.1, there's no 20.6 yet (no time) It still has a (yet unfixed)...
Reini Urban
rurban@...
May 2, 2000 12:43 pm
11634
In NT, I can use (getenv "USERPROFILE") to get to the "home" directory of the currently logged in user. Is that a way to do the same in win95/98? Thanks! -kin...
Kin Cho
kin@...
May 2, 2000 4:43 pm
11635
Updated files are available from http://centaur.maths.qmw.ac.uk/Emacs/. Comments are welcome -- not everything has been thoroughly tested. WoMan Changes in...
Dr Francis J. Wright
F.J.Wright@...
May 2, 2000 4:46 pm
11636
This is the "can't resize tiny emacs window" bug. I searched thru the archives and didn't see where I can get a fixed version of emacs.exe, or do I have to...
Kin Cho
kin@...
May 2, 2000 4:47 pm
11637
... I've recently discovered that there are also two MULE mailing lists, one in Japanese and another one in English. The English list is low traffic but alive....
Janusz S. Bien
jsbien@...
May 2, 2000 4:48 pm
11638
... Ahh yes, I'd forgotten that. Steve...
Steve Kemp
skx@...
May 2, 2000 4:51 pm
11639
... ^^ By "it" I mean setting the registry entry. ... `addpm' adds Emacs to programs' menu, so there are no reasons to remove it from distribution. Regards ...
Janusz S. Bien
jsbien@...
May 2, 2000 4:52 pm
11640
Please help, I'm having trouble with ange-ftp and ntemacs 20.6.1 I have found that when creating files on a unix system, dos line endings (eol's) are created...
Stephen Bardsley
sbardsley@...
May 2, 2000 5:12 pm
11641
... It also creates the start menu entry. Also gnuclientw has a feature where it will start Emacs if gnuserv is not already running, which I believe relies on...
Andrew Innes
andrewi@...
May 2, 2000 6:29 pm
11642
... There is no guarantee that user profiles have been enabled on Windows 9x (which is what enables the login box and per-user registry settings, desktop,...
Andrew Innes
andrewi@...
May 2, 2000 6:35 pm
11643
... `process-send-string' just stuffs some text in the input pipe for the subprocess - the command most likely hasn't been received let alone processed at the...
Andrew Innes
andrewi@...
May 2, 2000 6:37 pm
11644
... Currently the system attribute is not accessible from `file-attributes' or anything similar - I think I've alreayd made a note to myself to expose this...
Andrew Innes
andrewi@...
May 2, 2000 6:46 pm
11645
... Just the emacs-20.6-barebin-i386.tar.gz will do. Only emacs.exe is affected. AndrewI...
Andrew Innes
andrewi@...
May 2, 2000 6:46 pm
11646
Tks for your reply, Andrew. 'set-process-sentinel' sounds great. I understand the concept, but even after "seeing [help] for details," am not sure how to go ...