help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: c++ programming utilities


From: Miles Bader
Subject: Re: c++ programming utilities
Date: 16 May 2004 19:13:16 +0900

Kai Grossjohann <kai.grossjohann@gmx.net> writes:
> > Wow, the "^[ " stands for ESC TAB, any other methods? And, I find it's
> > impossible to bind ESC TAB globally, though i don't need that actually.
> 
> You can use (kbd "ESC TAB") or (kbd "M-TAB") instead of "^[ ", I
> think that's more intuitive.

Or [(meta tab)] e.g. (local-set-key [(meta tab)] 'foo)

-miles
-- 
Occam's razor split hairs so well, I bought the whole argument!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]