Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!ai-lab!churchy.ai.mit.edu!roland From: roland@ai.mit.edu (Roland McGrath) Newsgroups: comp.emacs Subject: Re: C-X ESC- equals C-X ESC ?? Message-ID: Date: 12 Sep 90 20:09:42 GMT References: <15294@csli.Stanford.EDU> Sender: news@ai.mit.edu Followup-To: comp.emacs Organization: Hackers Anonymous International, Ltd., Inc. (Applications welcome) Lines: 9 In-reply-to: lakin@csli.Stanford.EDU's message of 12 Sep 90 18:47:38 GMT You must first tell Emacs that there are more characters coming after C-x ESC. Do this with: (fset 'Control-X-ESC-prefix (make-sparse-keymap)) (global-set-key "\C-x\e" 'Control-X-ESC-prefix) -- Roland McGrath Free Software Foundation, Inc. roland@ai.mit.edu, uunet!ai.mit.edu!roland