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: Karl Pflästerer
Subject: Re: "variable [in .emacs] is void"
Date: Sun, 21 Dec 2003 18:18:21 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Hamster/2.0.4.0

An unnamed person wrote:

> At 17:24 (UTC+0100) on Sat, 20 Dec 2003 Karl Pflästerer said:

> = Try to wrap your code in an 
> = 
> = (eval-after-load "sendmail"
> =   '(substitute-key-definition ...
> =     ))
> = 

> Did this, but I'm still getting an error in *Messages*, albeit a
> different one:

> Error in init file: Symbol's value as variable is void: mail-mode-map

Post the code you wrote in your .emacs (c&p).

> You're correct, though. sendmail.el is the place where it's defined:

> (defvar mail-mode-map nil)

You can find that yourself; just do: `C-h v mail-mode-map RET' (or any
other variable you're interested in).

   KP

-- 
Männer der Wissenschaft! Man sagt ihr viele nach, 
aber die meisten mit Unrecht.  
                             Karl Kraus 'Aphorismen'


reply via email to

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