help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "variable [in .emacs] is void"


From: gebser
Subject: Re: "variable [in .emacs] is void"
Date: Mon, 22 Dec 2003 19:49:49 -0500 (EST)

At 12:27 (UTC-0700) on Mon, 22 Dec 2003 Kevin Rodgers said:

= gebser@speakeasy.net wrote:
= 
= > At 18:18 (UTC+0100) on Sun, 21 Dec 2003 Karl Pflästerer said:
= > = Post the code you wrote in your .emacs (c&p).
= > 
= > (eval-after-load "sendmail"
= >   (add-hook 'mail-setup-hook
= >         '(substitute-key-definition 
= 
= 
= The above line is wrong.  Get rid of it and its terminating close parenthesis.

Sorry, I don't understand what you mean here.  

= 
= 
= >           '(lambda ()
= >              (substitute-key-definition
= >               'next-line 'mail-abbrev-next-line
= >               mail-mode-map global-map)
= >              (substitute-key-definition
= >               'end-of-buffer 'mail-abbrev-end-of-buffer
= >               mail-mode-map global-map)))))
= > 


= ...







reply via email to

[Prev in Thread] Current Thread [Next in Thread]