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

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

Re: Question about complete-symbol's key binding


From: François Gannaz
Subject: Re: Question about complete-symbol's key binding
Date: Sat, 11 Feb 2006 20:07:51 +0100
User-agent: Mutt/1.5.11

Le sam 11 fév 05:03, wensa a écrit :
> There is a global key M-Tab binding to complete-symbol, and some local
> key maps also use M-Tab as their local complete-symbol.
> 
> My question is if I change M-Tab in global map, do local key maps
> change correspondingly?

No, each local map will still define M-tab.

Maybe what you're looking for is something like :
(define-key key-translation-map (kbd "<s-tab>") "\e\t")
This makes windows-tab equivalent to M-tab. So any change to the local
M-tab shortcut is also a change to windows-tab.

Hope it helps
--
François




reply via email to

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