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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 12729 - 12758 of 16715   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12729
In the FAQ, cmdproxy.exe is initially mentioned as a replacement for Win9x command.com. Later on in the FAQ, it states that: (setq process-coding-system-alist...
Andrew.Maguire@...
Send Email
Sep 1, 2000
10:43 am
12730
... Christoph> Hi, Does anyone have a working configuration for NT Emacs Christoph> 20.6.1 or 20.7? I developed a configration which works not bad. With the...
Christoph Conrad
C.Conrad@...
Send Email
Sep 1, 2000
11:14 am
12731
Hi, I'd like to bind a special function to the M-w keystroke when I'm in text-mode. I've added the following to the text-mode-hook: (local-unset-key "\M-w")...
Daniel Hegyi
dhegyi@...
Send Email
Sep 1, 2000
11:45 am
12732
... If I use the following code everything works okay for me: (add-hook 'text-mode-hook '(lambda () (local-unset-key "\M-w") (local-set-key "\M-w" 'my-func))) ...
Steve Kemp
skx@...
Send Email
Sep 1, 2000
2:21 pm
12733
... I gave this a shot and it seemed to work. (local-set-key "M\-w" 'my-func) -- Galen Boyer My wife is now officially an Emacs widow ...
Galen Boyer
galenboyer@...
Send Email
Sep 1, 2000
2:26 pm
12734
... Sorry, looks like you need the line (local-unset-key "M\-w") as well. -- Galen Boyer My wife is now officially an Emacs widow ...
Galen Boyer
galenboyer@...
Send Email
Sep 1, 2000
2:29 pm
12735
... To answer Daniel's question, I messed with my text-mode-hook. I then had a little bit of trouble getting my hook back to the way it was before. How does...
Galen Boyer
galenboyer@...
Send Email
Sep 1, 2000
2:49 pm
12736
Dear NTEmacs Users, Has anyone used the QCVS version-control system published by Quma in conjunction with NTEmacs? - Jack -- Jack N Shoemaker /...
Jack Shoemaker
JShoemaker@...
Send Email
Sep 1, 2000
3:18 pm
12737
... As Ian Swainson kindly pointed out already (while I was on holiday), my version of ls-lisp supports both Cygwin symlinks and Microsoft .lnk shortcuts....
Dr Francis J. Wright
F.J.Wright@...
Send Email
Sep 1, 2000
5:05 pm
12738 Eli Daniel
edaniel@...
Send Email
Sep 1, 2000
5:08 pm
12739
... The docs for the function remove-hook say: -- remove-hook is a compiled Lisp function in `subr'. (remove-hook HOOK FUNCTION &optional LOCAL) Remove from...
Eli Daniel
edaniel@...
Send Email
Sep 1, 2000
5:12 pm
12740
/(4 Received: from 207.60.83.100 (EHLO jobe.kapoof.com) (207.60.83.100) by mta316.mail.yahoo.com with SMTP; 01 Sep 2000 09:22:39 -0700 (PDT) Received: by...
Galen Boyer
galenboyer@...
Send Email
Sep 1, 2000
5:25 pm
12741
... Interesting. Possibly irrelevant question: does your Gnus/GPG combination work with IMAP on the input side? (I'm presuming it works with SMTP for output.) ...
Tom Roche
tom_roche@...
Send Email
Sep 1, 2000
5:28 pm
12742
... If you are running my dired-sort-menu package then that could be the culprit: try not running it, and if that solves the problem AND you were running the...
Dr Francis J. Wright
F.J.Wright@...
Send Email
Sep 1, 2000
5:28 pm
12743
On 01 Sep 2000, galenboyer@... wrote: ,----Woah! ... `---- -- Galen Boyer My wife is now officially an Emacs widow ...
Galen Boyer
galenboyer@...
Send Email
Sep 1, 2000
5:40 pm
12744
I want to use M-" to input " into .tex documents. I think I have to use the keyboard-translate command, but I cannot figure out the correct syntax. Just for...
John C Polking
polking@...
Send Email
Sep 1, 2000
6:43 pm
12745
Thanks for the many replies, particularly to Rich Heiberger and Francis Wright -- It turns out that apparently someone was testing a couple of things on my ...
Handsfield, James H.
jhh0@...
Send Email
Sep 1, 2000
8:30 pm
12746
GREAT BOOK ON CANINE CHIROPRACTIC METHODS!! "THE WELL ADJUSTED DOG' canine chiropractic methods you can do. This book explains how the average dog owner can...
dkamen4492@...
Send Email
Sep 2, 2000
1:57 am
12747
... (define-key tex-mode-map "\M-\"" (lambda () (interactive) (insert "\""))) Will Mengarini <seldon@...> Free software: the Source will be with you,...
Will Mengarini
seldon@...
Send Email
Sep 2, 2000
9:32 am
12748
* Galen Boyer <galenboyer@...> 01 Sep 2000 10:04:12 -0400 ... * Eli Daniel <edaniel@...> Fri, 1 Sep 2000 12:19:48 -0400 ... The problem with...
Will Mengarini
seldon@...
Send Email
Sep 2, 2000
10:09 am
12749
... Tom> Interesting. Possibly irrelevant question: does your Gnus/GPG Tom> combination work with IMAP on the input side? (I'm presuming it Tom> works with...
Christoph Conrad
C.Conrad@...
Send Email
Sep 2, 2000
12:49 pm
12750
... The usual configuration of CVS is to do line-end translation for you. Also Emacs does not change line endings by default, so if CVS is configured to check...
Jason Rumney
jasonr@...
Send Email
Sep 2, 2000
2:19 pm
12751
... No, cmdproxy is still required, but a proper fix for this problem was incorporated into 20.4, rendering the above workaround obsolete. cmdproxy is still...
Andrew Innes
andrewi@...
Send Email
Sep 2, 2000
8:07 pm
12752
IMHO switch-to-buffer should really be called switch-to-or-create-buffer, since that's what it does: if you start typing, and (e.g.) mistype or forget to hit a...
Tom_Roche@...
Send Email
Sep 2, 2000
10:19 pm
12753
... Thom Raybold <thom@...> Wed, 30 Aug 2000 08:23:52 -0400 ... Thanks! I hacked it slightly for my _emacs: (defadvice call-last-kbd-macro (before ...
Tom_Roche@...
Send Email
Sep 2, 2000
11:35 pm
12754
Hello, I'm wandering is somebody out there has configured and created an plugin for sensiva that knows how to work with NT-Emacs. Sensiva, it is a tool that...
Ricky Marek
ricky@...
Send Email
Sep 3, 2000
7:42 am
12755
Have you tried iswitchb? Put this into your .emacs: (require 'iswitchb) (iswitchb-default-keybindings) I think that it does what you're looking for. Regards, ...
Daniel Hegyi
dhegyi@...
Send Email
Sep 3, 2000
2:23 pm
12756
I haven't used it, but this might do the trick for you: http://centaur.maths.qmw.ac.uk/Emacs/ => eol-conversion.el Regards, Daniel ... ...
Daniel Hegyi
dhegyi@...
Send Email
Sep 3, 2000
2:26 pm
12757
... Have a look at gnudoit (part of the gnuserv package) for controlling Emacs externally. Alternatively, Emacs has had this functionality built in for some...
Jason Rumney
jasonr@...
Send Email
Sep 3, 2000
7:16 pm
12758
* Sat 2000-09-02 Tom_Roche@... list.emacs-nt * Message-Id: <39B16F3B.98987171@...> ... Suprise :-) That and other Emacs goodies has been implemented...
Jari Aalto+mail.emacs
posting-list@...
Send Email
Sep 3, 2000
8:26 pm
Messages 12729 - 12758 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