Hi, From the reference you provided (thanks!), it appears that I would have to rebuild all of emacs. Is this the only option? Please correct me if I've ...
tim.w.werner@...
Jan 2, 2001 2:02 pm
13934
Does anyone have any idea why my egroups configuration won't allow me to receive individual e-mail messages? The only prompt I get is to receive a daily...
Jeff Rancier
jeff.rancier@...
Jan 2, 2001 3:08 pm
13935
Hi Tim, I can't say that I thought the icon looked like a vegetable. But then, since I made the icons I might be biased. :) You can see larger versions of my...
rob.davenport@...
Jan 2, 2001 4:36 pm
13936
... [snip] tim> If there isn't an easier way to select the icon, I will probably tim> just stick with 20.3 for the time being. However, I really do tim>...
Bill Pringlemeir
bpringlemeir@...
Jan 2, 2001 4:43 pm
13937
There are many C-x shortcuts in Emacs. Remapping all of them would be very painful and would totally screw you up if you visited an emacs on a different...
Daniel Hegyi
dhegyi@...
Jan 2, 2001 4:43 pm
13938
Yes, I blew up the icon to see what it really was, but it still looked like a vegetable to me in normal operation. Another person on the list was kind enough...
tim.w.werner@...
Jan 2, 2001 5:45 pm
13939
I too, find the new emacs icon non-obvious: but it's nice to discover what it was meant to be. I've always fancied the Hebrew letter Aleph for an emacs icon...
John Kozak
jk@...
Jan 2, 2001 6:50 pm
13940
and here's a URL for the (very short) story: http://www.sci.fi/~phinnweb/links/literature/borges/aleph.html John...
John Kozak
jk@...
Jan 2, 2001 7:00 pm
13941
It's relatively easy if you have the right tools. If you have MSDevStudio, you can use the resource editor to open up the binary emacs.exe and replace the ...
Robert Bresner
rbresner@...
Jan 2, 2001 7:54 pm
13942
Hi, I can bind keys like this: (global-set-key "\C-[s" `search-forward) and like this: (global-set-key (quote [f7]) (quote print-buffer)) but I can't bind...
Michael Flynn
MFlynn@...
Jan 2, 2001 8:29 pm
13943
For some time now, I've had code in my .emacs to make my cursor more Windowsy... a blinking bar when I'm in insert mode and a solid box when I'm in overwrite...
Eli Daniel
edaniel@...
Jan 2, 2001 9:44 pm
13944
Howdy -- Found this in my bindings.el (define-key global-map [C-prior] 'scroll-right) Hope it helps. Rob...
Robert Bresner
rbresner@...
Jan 2, 2001 9:48 pm
13945
... Hi Linda, emacs.exe is the one that does all the work, but it is linked as a console mode app (even though it can create windows). runemacs.exe is ...
Andrew Innes
andrewi@...
Jan 2, 2001 11:07 pm
13946
... Hi Anders, Note that you don't need to resort to an external program to make a file writable or read-only; use the builtin `set-file-modes' function for ...
Andrew Innes
andrewi@...
Jan 2, 2001 11:10 pm
13947
On Tuesday, January 02, "Michael Flynn" <MFlynn@...> wrote: ... ... Try (global-set-key [C-prior] 'c-beginning-of-defun) Regards, David V....
David Vanderschel
DvdS@...
Jan 2, 2001 11:10 pm
13948
... Ahh! So Rob is the culprit. ;-) I must say that it does not work for me either. Aesthetically, I like the large versions; but, even as abstracted as it...
David Vanderschel
DvdS@...
Jan 2, 2001 11:57 pm
13949
... I wrote msdos-shell-fix available from http://centaur.maths.qmw.ac.uk/Emacs/ to solve this problem. It's worked well for me under both Win 95 and 98 for...
Dr Francis J. Wright
F.J.Wright@...
Jan 3, 2001 2:36 pm
13950
Thanks. Programming on windows outside of NT is an adventure, but its what I have at home. This will make it easier Thanks again Steve ... ...
Steve
beforewisdom@...
Jan 3, 2001 8:01 pm
13951
... Yep. ... True. I use a virtual desktop program (Vern - http://www.oneguycoding.com ) a lot and it displays the icons of the programs that are on the ...
Rob Davenport
rob.davenport@...
Jan 3, 2001 8:24 pm
13952
According to NT Emacs faq, I just downloaded the latest 20.7 from ftp://ftp.gnu.org/gnu/windows/emacs/latest/emacs-20.7-fullbin-i386.tar.gz But this was the...
Jari Aalto+mail.emacs
posting-list@...
Jan 3, 2001 9:58 pm
13953
... JA> According to NT Emacs faq, I just downloaded the latest 20.7 from JA> ftp://ftp.gnu.org/gnu/windows/emacs/latest/emacs-20.7-fullbin-i386.tar.gz JA> But...
Richard Kim
ryk@...
Jan 4, 2001 12:44 am
13954
In a message dated 1/3/01 8:10:54 PM Eastern Standard Time, ryk@... ... You almost surely want the barebin archive. The lisp files haven't changed....
Robinows@...
Jan 4, 2001 3:05 am
13955
... RD> Yep. ... RD> True. I use a virtual desktop program RD> (Vern - http://www.oneguycoding.com ) a lot and it Thanks for the hint, I really needed one and...
Gian Uberto Lauri
lauri@...
Jan 4, 2001 8:51 am
13956
I would like to offer up my system configuration for critiques. The reason I believe I have issues is that I keep seeing the following type error when I try to...
Galen Boyer
galenboyer@...
Jan 4, 2001 4:47 pm
13957
... What keystroke do you use for backward-kill-word? Maybe another app registered it as a hot-key. AndrewI...
Andrew Innes
andrewi@...
Jan 4, 2001 5:11 pm
13958
... All of the interaction with MS-Windows is in plain C. We only do straight API calls - no MFC or anything like that. Lisp code is not directly invoked from...
Andrew Innes
andrewi@...
Jan 4, 2001 5:49 pm
13959
... Interesting idea. I use Ctrl-backspace. But Emacs still lost focus even if I evaluated (backward-kill-word) in *scratch*! So I do not think that was the...
Andrew Maguire (SWW)
Andrew.Maguire@...
Jan 4, 2001 5:58 pm
13960
Is there a way to check if hot keys have been registered? My office machine is running W2000 and ignores the requests (setq w32-pass-lwindow-to-system nil) ...
Richard M. Heiberger
rmh@...
Jan 4, 2001 6:40 pm
13961
... Please disregard. I apologize profusely for the noise. I just screwed up with the drafts. I had this in my drafts folder, and I was actually attempting...
Galen Boyer
galenboyer@...
Jan 4, 2001 6:48 pm
13962
... Wouldn't that imply that elisp would be multithreaded? Hasn't RMS demanded that multithreading be added only as part of the switch to Guile? -HJC...