Search the web
Sign In
New User? Sign Up
ntemacs-users · NT Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7853 - 7882 of 16715   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7853
... you could try advising `do-auto-fill' (the function in simple.el that uses `auto-fill-inhibit-regexp') to set `auto-fill-inhibit-regexp' to ".*", so it...
Tom Capey
tom@...
Send Email
Jul 1, 1999
7:42 am
7854
... WS> Using ntemacs version "20.3.10.1" built on gridlock, downloaded from the WS> usual site... WS> I can activate my apps key as hyper yet have great...
Gian Uberto Lauri
lauri@...
Send Email
Jul 1, 1999
10:28 am
7855
... This is almost right; it should be (global-set-key [(hyper ?l)] 'recenter) ... This one doesn't work because the string reader mechanism I believe only ...
Andrew Innes
andrewi@...
Send Email
Jul 1, 1999
10:38 am
7856
... Ah right - I'd forgotten about that. It is confusing having so many peculiar syntaxes for describing key chords/sequences. ... AtgI>I will write a section...
Andrew Innes
andrewi@...
Send Email
Jul 1, 1999
10:52 am
7857
... More black art;-). Create a file with an extension '.reg', which contains the 6 lines: REGEDIT4 [HKEY_CLASSES_ROOT\*\shell\emacs] @="Open in emacs" ...
Douglas Gray Stephens
gray@...
Send Email
Jul 1, 1999
12:04 pm
7858
Hi, Is there a simple way to add URL highlighting and following to a minor mode? Basically I would like have URL's in my buffer behave like items in the...
Steve Kemp
stevek@...
Send Email
Jul 1, 1999
12:26 pm
7859
... See goto-addr.el in the standard distribution. For example, in my rmail-mode-hook I do: (require 'goto-addr) (add-hook 'rmail-show-message-hook...
David J. Biesack
sasdjb@...
Send Email
Jul 1, 1999
2:08 pm
7860
Ok, I've wanted the auto-fill-only-in-comments functionality for a while now so thanks for the pointers. That said, why does (setq auto-fill-inhibit-regexp...
Miles de Forest
deforest@...
Send Email
Jul 1, 1999
2:10 pm
7861
I can get you part way there. From dired.el (some previous edition, so the line number might not be right): ;; from dired.el L547 ; (put-text-property...
Richard M. Heiberger
rmh@...
Send Email
Jul 1, 1999
2:25 pm
7862
Your registry look like what was suggested, and I now have the menu entries for both files and folders. That works fine. What I was looking for was a way to...
Ken Goldman
kgold@...
Send Email
Jul 1, 1999
4:29 pm
7863
... [ \t]* matches nothing and [^/*] matches the first space. Aren't regexps fun! Francis...
Dr Francis J. Wright
F.J.Wright@...
Send Email
Jul 1, 1999
4:33 pm
7864
... I've followed similar advice given earlier for adding Emacs to a context menu. It works in Explorer, but now the Office toolbar doesn't work. Instead of...
David Koppelman
koppel@...
Send Email
Jul 1, 1999
4:43 pm
7865
... I wrote this a coupe of years ago, enjoy: (font-lock-add-keywords 'emacs-lisp-mode '(("\\\\\\\\[(|)]" 0 'underline prepend))) -- Anders -- ;; .signature --...
Anders Lindgren
andersl@...
Send Email
Jul 1, 1999
4:48 pm
7866
Hi, Thanks for that it did exactly what I wanted. (Well it did once I had increased the size of "goto-address-fontify-maximum-size", which was defaults to only...
Steve Kemp
stevek@...
Send Email
Jul 1, 1999
4:49 pm
7867
... I don't know how to make the Folder "Edit with Emacs" appear first, but if you use the following '&' marker, you can select the GNU Emacs option with the...
David J. Biesack
sasdjb@...
Send Email
Jul 1, 1999
4:49 pm
7868
Delphi mode is now at version 2.2. The change: Handle multiple parameters on a line correctly, e.g., procedure Foo (arg1 : T; arg2 : T; arg3 : T; arg3 : T; //...
Ray Blaak
blaak@...
Send Email
Jul 1, 1999
6:55 pm
7869
I'm still recieving mail from this address and do not want to be on this mailing list. Would you please take me off. Thank you. Dave Dawson ... From: Ray Blaak...
Dave Dawson (Deloitte...
v-davdaw@...
Send Email
Jul 1, 1999
7:31 pm
7870
... Jason> If you are prepared to use pretest versions of both Emacs and Jason> gnus, the MIME implementation in the latest pGnus works Jason> well. The Gnus...
Mike Fabian
mike.fabian@...
Send Email
Jul 1, 1999
7:58 pm
7871
I have just started using Visual C++ and would like to use emacs instead of the IDE. Does anyone know how to set it up for command line compiling. Are there...
Eric Jacobs
iim1ehj@...
Send Email
Jul 1, 1999
8:07 pm
7872
On the emacs side, if you have your shell set up correctly, put this in your .emacs: (setq compile-command "nmake") If you hand build makefiles and name them...
Barry Roberts
blroberts@...
Send Email
Jul 1, 1999
8:53 pm
7873
To round out this canonical(?) list of file association tricks, consider the limited but useful nt-only commands in the NT command shell, cmd.exe. While...
Warren Seltzer (Volt ...
a-wseltz@...
Send Email
Jul 1, 1999
9:17 pm
7874
You subscribed in the first place.... take yourself off it you lazy *******. Perhaps I should give you the benefit of the doubt as you have a Micro$oft email...
malcolm.ferguson@...
Send Email
Jul 1, 1999
10:07 pm
7875
I have an include file I include at the start of every makefile. include ~/utils/include/defines.mk That defines interesting things like # Defines for C...
Henry J. Cobb
hcobb@...
Send Email
Jul 1, 1999
10:17 pm
7876
Look in the Emacs NT FAQ, it has a section on how to use Emacs with M$VC: http://www.cs.washington.edu/homes/voelker/ntemacs.html#How Do I Use Emacs with...
malcolm.ferguson@...
Send Email
Jul 1, 1999
10:19 pm
7877
Every once in a while, you'll proabably want to debug in the IDE while editing source in emacs. I've found it very useful to do the following: Go to...
mpwilson@...
Send Email
Jul 1, 1999
10:40 pm
7878
Eric, When you installed VC++, you had an option to set the necessary environment variables to run the compiler from the command line. If you did this, you're...
Daniel, Elijah
Elijah.Daniel@...
Send Email
Jul 1, 1999
10:40 pm
7879
... Francis Wright explained the reason. This fooled me, too, when I first tried to compose a regular expression. The trick is to include the white space...
Joe Riel
joer@...
Send Email
Jul 2, 1999
5:15 am
7880
Hi, I know about this one.. It seems to happen because the Office toolbar is assuming (?) that there is an open command in the registry for each file. As in :-...
Steve Kemp
stevek@...
Send Email
Jul 2, 1999
10:17 am
7881
... WS> has cmd.exe, which supports the "assoc" and "ftype" commands. Interesting... It's not yet the hash bang sequence but it's useful... Gian Uberto Lauri ...
Gian Uberto Lauri
lauri@...
Send Email
Jul 2, 1999
11:23 am
7882
... But the last time I tried to use VisEmacs, it also insisted on popping up emacs windows for the source when I was debugging, which was NOT good, because I...
Tom Horsley
Tom.Horsley@...
Send Email
Jul 2, 1999
12:53 pm
Messages 7853 - 7882 of 16715   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help