all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* keybinding for C-[
@ 2009-01-01 20:23 wlcna
  2009-01-03  7:58 ` wlcna
  0 siblings, 1 reply; 2+ messages in thread
From: wlcna @ 2009-01-01 20:23 UTC (permalink / raw)
  To: help-gnu-emacs

QUESTION: How to sever the tie b/w C-[ and ESC so I can create a keybinding 
for C-[?

(Using current version of emacs on win32.)

So I'm aware C-[ is something of a special key equating to ESC of course and 
presume this is why the following won't work as desired:

(global-set-key (kbd "C-[") 'myFunction) ; doesn't help.
(global-set-key (kbd "ESC") 'myFunction) ; doesn't help either

I'd like to have ESC work "normally" in emacs but C-[ to do my own thing, 
and I have a good reason for this that I can explain if you like...

Also I heavily use vim and I know there the C-[ and ESC equivalency is 
exactly the key bindings I want there, just FYI.Q

Any ideas?



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-03  7:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 20:23 keybinding for C-[ wlcna
2009-01-03  7:58 ` wlcna

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.