... david> Ahh! That obviates the need for my "what-key". david> Thanks. david> I'd still like to know where is the code that maps david> things like 'kp-5'...
Christopher J. White
chris@...
Jun 1, 2001 1:12 pm
15163
Hi Keith, The symptoms you describe in your first mail, of how wtxtcl seems to respond to commands like exit, suggests that wtxtcl is almost certainly ...
Andrew Innes
andrewi@...
Jun 1, 2001 1:28 pm
15164
... See the variable `function-key-map'. AndrewI...
Andrew Innes
andrewi@...
Jun 1, 2001 1:39 pm
15165
... I knew that the value describing the mapping was to be found in that variable. I was wondering where is the code that sets it. Eg., in bindings.el there...
David Vanderschel
DvdS@...
Jun 2, 2001 2:39 am
15166
I would like to alter the following functions: forward-word backword word kill-word so that the definition of a word stop at capitalization. For example,...
Scott Goldstein
sdgoldst@...
Jun 2, 2001 9:09 pm
15167
... See Jari Aalto's Tiny Tools project: http://tiny-tools.sourceforge.net/ As I recall, there is something in there which already does exactly what Scott...
David Vanderschel
DvdS@...
Jun 4, 2001 1:51 am
15168
... try c-mode's `c-forward-into-nomenclature' etc. ;; better movement routines for ThisStyleOfVariablesCommonInCPlusPlus ;; originally contributed by...
Tom Capey
tomc@...
Jun 4, 2001 8:43 am
15169
I am using NTEmacs (20.7.1) configured with JDE 2.1.4. When I try to compile a Java file, in this case "Doer.java", I get the following output in the...
Lu, Kang
KLu@...
Jun 4, 2001 2:24 pm
15170
For some time now I've been getting an error when I load cygwin-mount.el and attempt to dired a directory on our linux/samba server. After a find-file on...
Robert Mecklenburg
mecklen@...
Jun 4, 2001 10:56 pm
15171
ECB, Emacs Code Browser, version 1.31 is now available at: http://home.swipnet.se/mayhem/ecb.html Compared to version 1.30 this is mostly a bug fix release...
klaus.berndl@...
Jun 5, 2001 8:43 am
15172
"RM" == Robert Mecklenburg <mecklen@...> writes: RM> Date: Mon, 4 Jun 2001 15:49:37 -0600 RM> RM> For some time now I've been getting an error when I...
Fischer Martin (AT/EE...
Martin.Fischer@...
Jun 5, 2001 9:42 am
15173
... No, IMHO it´s worth pursuing for Emacs 20 because i suppose not all people will switch immediatley to Emacs 21 (at least i will not)! And i have already...
klaus.berndl@...
Jun 5, 2001 1:41 pm
15174
... The code for dired-build-subdir-alist in Emacs 21 is somewhat different, and already contains a save-match-data essentially as indicated above, although...
Dr Francis J. Wright
F.J.Wright@...
Jun 5, 2001 1:41 pm
15175
Where can I find out whats new in Emacs 21? Where can I get it now for nt? When do we think it will be released? Thanks, thanks, thanks. Chuck...
Chuck.Irvine@...
Jun 5, 2001 3:52 pm
15176
Hi, Sorry to ask such a basic question, but I have searched the FAQs and found no answer. How can I create the file .emacs under winNT? I simply receive the...
Stewart Young
sy_lists@...
Jun 5, 2001 3:55 pm
15177
stewart -- use emacs to create it. alternatively, you can use a "_emacs" file instead -- each (alone) filename will work. good luck. -- chuck ... -- I wake...
Chuck Siska
chuck.siska@...
Jun 5, 2001 5:35 pm
15178
I suppose I really only need to bind a keystroke to this behavior in c-mode. c-{forward,backword}-into-nomenclature seems to do what I want for moving the ...
Scott Goldstein
sdgoldst@...
Jun 5, 2001 5:37 pm
15179
I love using JDE & ECB together, but I have one problem. When I use jde-show-class-source to jump to a new source file it opens the new file into the bottom...
Ventimiglia, David
David.Ventimiglia@...
Jun 5, 2001 5:43 pm
15180
Never mind. RTFM. Just had to customize the ecb-other-window-jump-behavior varibble to "Only edit windows". ... From: Ventimiglia, David...
Ventimiglia, David
David.Ventimiglia@...
Jun 5, 2001 5:46 pm
15181
... Don't use NT Explorer! You could use Emacs itself. Emacs will start without a .emacs file in the user directory. Or you could use Notepad <shiver>! Andrew...
Andrew Maguire (SWW)
Andrew.Maguire@...
Jun 5, 2001 5:52 pm
15182
;; + Version 1.4, modified may 2001 by Klaus Berndl (berndl@...) ;; - Now every cygdrive-prefix can be handled (see Commentary below). ;; - All...
klaus.berndl@...
Jun 5, 2001 6:17 pm
15183
Stewart - Running win2k (ostensibly NT5), open your _emacs in emacs, and C-x C-w to .emacs. I got no complaints from anything. Don't have an NT4 system...
Charley Hamilton
chamilto@...
Jun 5, 2001 6:17 pm
15184
Hi, I get a similar problem now with the "list-buffers" command, which is usually bound to C-x C-b. Whereas I would like it to cause the "edit" window to...
Ventimiglia, David
David.Ventimiglia@...
Jun 5, 2001 6:55 pm
15185
Stewart, You are in the wrong mailing list for asking Xemacs questions :), however I don't even know if there is one for Xemacs. I have used both emacs and...
Bingham, Jay
Jay.Bingham@...
Jun 5, 2001 7:59 pm
15186
Hi Scott, I've been using the following: (defun kill-nomenclature (arg) "Kill characters forward until encountering the end of a word in a capitalised...
Mike Woolley
mike@...
Jun 5, 2001 10:35 pm
15187
Hi, I installed VM on my NT 4.0 to use as my mail reader from within NTEmacs. It installed OK and I can read the mail from our corporate Exchange server with...
Michael Flynn
MFlynn@...
Jun 6, 2001 12:21 am
15188
... For one server, you can do (setq vm-pop-expunge-after-retrieving nil) Actually, I don't know if there's a similar mechanism for IMAP, but I suspect so. If...
Peter Davis
pdavis@...
Jun 6, 2001 1:05 am
15189
... that's 's' of course, and worth looking at vm-auto-folder-alist ... And I use (which allows me to drop back to the noraml version on a machine where the...