In GNU Emacs 19.34.6 (i386-*-nt4.0) of Thu Sep 25 1997 on ESME configured using `configure NT' ++++++++++++++++++++++ I am a complete novice to Emacs and...
zafer mahmud
zafer@...
Apr 1, 1998 9:24 am
862
Sorry, I forgot to include the URL. It is http://www.nmsr.labmed.umn.edu/~michael/ange-ftp...
Michael Altmann
maltmann@...
Apr 1, 1998 5:16 pm
863
On Friday, Mar 27, Larry Smith (lsmith@...) spake thusly: <snip> ... I do not think replying directly to newbie questions is such a good idea - if...
Dmitry Yaitskov
dyaitskov@...
Apr 1, 1998 7:01 pm
864
I am still being badly hampered by the pathetic performance of directory listings. For a directory with 5000 files in it, I set off a dired yesterday evening,...
Larry Smith
lsmith@...
Apr 1, 1998 7:39 pm
865
John, ... I think etags and id (gid etc.) are the only good alternatives. I also use emacs book-marks to "remember" location of interest. id works very well in...
Yigal Hochberg
hochberg@...
Apr 1, 1998 8:41 pm
866
... David> Is there a version of cscope or cscope+ that runs on an NT David> machine? I have used cscope in the past and loved it. I wrote an elisp interface...
John R. Dennis
jdennis@...
Apr 1, 1998 8:59 pm
867
OH thank you thank you! Will 19.34.7 include the gcpro additions in the file handling stuff?...
Larry Smith
lsmith@...
Apr 1, 1998 9:20 pm
868
... I'll fix this for the 19.34.7 version we are planning to release soon, since it's easy to do without modifying dired. (And before everyone starts asking,...
Andrew Innes
andrewi@...
Apr 1, 1998 9:27 pm
869
... I already have a fully native win32 ls.exe written. I'll try to see what I can do about getting it available on my web page. (Although if you want it to...
Tom Horsley
Tom.Horsley@...
Apr 1, 1998 9:31 pm
870
... If you mean GCPRO fixes in the menu code, then yes I believe the new menu code does use GCPRO correctly (it was rewritten from scratch based on xmenu.c...
Andrew Innes
andrewi@...
Apr 1, 1998 10:08 pm
871
... John> Anyone else aware of any other options? There must be something Yigal> I think etags and id (gid etc.) are the only good Yigal> alternatives. I knew...
John R. Dennis
jdennis@...
Apr 1, 1998 10:17 pm
872
I am not able to get ange-ftp to work w/ emacs-20.2.1 under WinNT. It works with emacs-19.34.6 and the same _emacs and emacs.bat files. Attached are the...
Moses Glasner
glasner@...
Apr 1, 1998 10:25 pm
873
I've installed win98 beta 3 build 4.10.1691 emacs 20.2.1 runs fine, Some lit i've read says that MS included some NT libs in 98. Could there now be a way to...
Mark Alexander Friedgan
hubrix@...
Apr 1, 1998 10:46 pm
874
Does anyone have a working func-menu for NT emacs 19.34.6? I have looked all over the net and have only found XEmacs versions, which does not work on GNU...
Gerard Harrison
gerard@...
Apr 1, 1998 11:25 pm
875
Hi, emacs uses c++ mode to handle java. The default indentation is set to 2. I want to change this to 4. But how? The on-line manual says to add the line: ...
Shahram Javey
sjavey@...
Apr 1, 1998 11:57 pm
876
... Why do you have a directory with 5k files in it? That seems like a good way to bog down the OS, never mind Emacs. ... In the InfoViewer, Platform...
Charles Curley
ccurley@...
Apr 2, 1998 12:46 am
877
jd> The sources to cscope are part of the ATT System 5 Unix pool and jd> have never been released to the best of my knowlege nor has there jd> been a public...
WJCarpenter
bill@...
Apr 2, 1998 1:53 am
878
... Charles> Why do you have a directory with 5k files in it? That seems Charles> like a good way to bog down the OS, never mind Emacs. I don't think that...
Christopher Stacy
cstacy@...
Apr 2, 1998 2:06 am
879
... You have to define a java-mode hook function. See the JDE Troubleshooting Guide at http://sunsite.auc.dk/jde/trouble-shooting.htm for an example. - paul...
Paul Kinnucan
paulk@...
Apr 2, 1998 2:25 am
880
... Well, owing to the apparent level of traffic related to this subject, and the fact that I have a working configuration that supports both 19.34.6 and ...
Theodore Jump
tjump@...
Apr 2, 1998 2:27 am
881
Thanks! the hook works, but to get new statements to indent 4 spaces, I had to set the offset to 3! (add-hook 'java-mode-hook 'my-java-mode-hook) (defun...
Shahram Javey
sjavey@...
Apr 2, 1998 3:01 am
882
... It's a very nice package - which I've been using with XEmacs 19.14. It not only scans C/C++ codes but also codes in most other major programming modes:...
G. Chen
chen@...
Apr 2, 1998 3:03 am
883
... Isn't this what imenu does? Of course it only works in one buffer. Does func-menu work across many buffers? Try adding the following to your .emacs and see...
andy.ling@...
Apr 2, 1998 12:38 pm
884
... Isn't this exactly what the standard GNU Emacs imenu package does? The elisp manual encourages writers of major modes to provide imenu support....
Dr Francis J. Wright
F.J.Wright@...
Apr 2, 1998 4:54 pm
885
... Francis, The main feature I liked in func-menu is that it displays the current function on the mode line. When you look at code with long functions (more...
Yigal Hochberg
hochberg@...
Apr 2, 1998 5:40 pm
886
Hi Moses, ... Had the same problem. ange-ftp or some of its subprocesses munges the temp directory filename if it contains backslashes. Try (setq...
Benjamin Riefenstahl
benny@...
Apr 2, 1998 5:43 pm
887
I've found the easymenu package to be helpful in the migration from xemacs to gnu emacs. It translates an xemacs menu to a keymap....
Larry Smith
lsmith@...
Apr 2, 1998 5:49 pm
888
... Harrison ... Yes, and Eric Ludlam's speedbar takes imenu to new heights of usability. See http://www.ultranet.com/~zappo/speedbar.shtml . - Paul...
Paul Kinnucan
paulk@...
Apr 2, 1998 7:10 pm
889
... Cool. I wasn't aware of imenu. Since (at the moment) I am running from the "binary only" distribution, I don't have imenu.el, so forgive a couple of ...
G. Del Merritt
dmerritt@...
Apr 2, 1998 7:21 pm
890
Hi! Using Emacs 19.34.1 I followed the instructions in the FAQ to install browse-url.el and shelex.exe. Unfortunately I just overwrote my old version of...