all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gebser@speakeasy.net
Cc: help-gnu-emacs@gnu.org
Subject: Re: "variable [in .emacs] is void"
Date: Sun, 21 Dec 2003 14:28:52 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0312211419040.23118-100000@www> (raw)
In-Reply-To: <m31xqym6rs.fsf@hamster.pflaesterer.de>

At 18:18 (UTC+0100) on Sun, 21 Dec 2003 Karl Pflästerer said:

= 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).

(eval-after-load "sendmail"
  (add-hook 'mail-setup-hook
	    '(substitute-key-definition	
	      '(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)))))


= 
= > 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).

Sometimes that works with this variable, other times it doesn't.  My
almost educated guess is that it depends on whether or not I've first
opened a mail session (M-x mail).


tnx some more,
ken

  reply	other threads:[~2003-12-21 19:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.415.1071963863.868.help-gnu-emacs@gnu.org>
2003-12-21 17:18 ` "variable [in .emacs] is void" Karl Pflästerer
2003-12-21 19:28   ` gebser [this message]
     [not found] <mailman.501.1072152815.868.help-gnu-emacs@gnu.org>
2003-12-23 17:39 ` Kevin Rodgers
2004-01-02 14:53   ` gebser
     [not found] <mailman.498.1072144317.868.help-gnu-emacs@gnu.org>
2003-12-23 17:27 ` Kevin Rodgers
     [not found] <mailman.471.1072109811.868.help-gnu-emacs@gnu.org>
2003-12-22 16:01 ` Karl Pflästerer
2003-12-22 18:28   ` Karl Pflästerer
2003-12-23  3:11   ` gebser
     [not found] <mailman.431.1072038664.868.help-gnu-emacs@gnu.org>
2003-12-21 20:07 ` Karl Pflästerer
2003-12-22 15:14   ` gebser
2003-12-22 19:27 ` Kevin Rodgers
2003-12-23  0:49   ` gebser
     [not found] <mailman.408.1071929942.868.help-gnu-emacs@gnu.org>
2003-12-20 15:29 ` Tim McNamara
2003-12-20 23:58   ` gebser
2003-12-20 16:24 ` Karl Pflästerer
2003-12-20 22:42   ` gebser
2003-12-20 13:16 gebser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0312211419040.23118-100000@www \
    --to=gebser@speakeasy.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.