Xref: utzoo comp.emacs:9056 gnu.emacs:3834 Path: utzoo!utgpu!watserv1!watmath!uunet!aplcen!uakari.primate.wisc.edu!sdd.hp.com!decwrl!shelby!csli!lakin From: lakin@csli.Stanford.EDU (Fred Lakin) Newsgroups: comp.emacs,gnu.emacs Subject: C-X ESC- equals C-X ESC ?? Message-ID: <15294@csli.Stanford.EDU> Date: 12 Sep 90 18:47:38 GMT Sender: lakin@csli.Stanford.EDU (Fred Lakin) Followup-To: comp.emacs Organization: Center for the Study of Language and Information, Stanford U. Lines: 10 having defined foo, i tried to bind it to C-X C-M-L: (global-set-key "\C-x\C-[\C-l" 'foo) and found i had rebound C-X ESC ... and in fact it seems like the in "\C-x\C-[" made no difference. what don;t i understand here? tnx, f