Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!bellcore!faline!ulysses!gatech!mcnc!seismo!rutgers!mit-eddie!SPAM.ISTC.SRI.COM!wohler From: wohler@SPAM.ISTC.SRI.COM.UUCP Newsgroups: comp.emacs Subject: using variables before they are defined Message-ID: <8703042144.AA02330@sri-c3-5> Date: Wed, 4-Mar-87 17:36:12 EST Article-I.D.: sri-c3-5.8703042144.AA02330 Posted: Wed Mar 4 17:36:12 1987 Date-Received: Fri, 6-Mar-87 22:43:29 EST Sender: daemon@mit-eddie.MIT.EDU Organization: SRI International, Menlo Park, CA Lines: 12 i'd like to bind a key in the mh-folder-mode-map to one of my functions. however, the line (define-key mh-folder-mode-map "\eE" 'mh-extract-unsent-mail) in my .emacs dies since mh-folder-mode-map has not been defined yet. what is the preferred way to make this key binding? i don't want to use global-set-key for obvious reasons. --bw