Path: utzoo!utgpu!attcan!uunet!husc6!mailrus!ncar!tank!oddjob!matt From: matt@oddjob.uchicago.edu (Matt Crawford) Newsgroups: comp.emacs Subject: Re: terminal sends 3 chars for meta key Message-ID: <391@tank.uchicago.edu> Date: 17 Oct 88 16:22:28 GMT References: <8810152200.AA13026@amadeus.silvlis.com> Sender: news@tank.uchicago.edu Reply-To: matt@oddjob.uchicago.edu (Matt Crawford) Organization: Chicago Superconductivity Center - "Resistance is useless!" Lines: 16 In-reply-to: mdb@silvlis.COM (Mark D. Baushke) Ugh. Copying the ESC keymap to ESC N is fine only until some key is rebound. How about instead binding ESC-N to the following function? (defun sorta-meta () "Act like a META key" (interactive) (setq prefix-arg current-prefix-arg this-command last-command unread-command-char ?\e)) Caution: untested. ________________________________________________________ Matt Crawford matt@oddjob.uchicago.edu