* Question about complete-symbol's key binding @ 2006-02-11 13:03 wensa 2006-02-11 19:07 ` François Gannaz [not found] ` <mailman.0.1139685519.2858.help-gnu-emacs@gnu.org> 0 siblings, 2 replies; 4+ messages in thread From: wensa @ 2006-02-11 13:03 UTC (permalink / raw) 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? ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Question about complete-symbol's key binding 2006-02-11 13:03 Question about complete-symbol's key binding wensa @ 2006-02-11 19:07 ` François Gannaz [not found] ` <mailman.0.1139685519.2858.help-gnu-emacs@gnu.org> 1 sibling, 0 replies; 4+ messages in thread From: François Gannaz @ 2006-02-11 19:07 UTC (permalink / raw) 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.0.1139685519.2858.help-gnu-emacs@gnu.org>]
* Re: Question about complete-symbol's key binding [not found] ` <mailman.0.1139685519.2858.help-gnu-emacs@gnu.org> @ 2006-02-12 4:31 ` wensa 2006-02-12 4:33 ` wensa 1 sibling, 0 replies; 4+ messages in thread From: wensa @ 2006-02-12 4:31 UTC (permalink / raw) Thanks for your help. I used (define-key key-translation-map (kbd "<M-/>") "\e\t") I works just like writing java code in eclipse. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Question about complete-symbol's key binding [not found] ` <mailman.0.1139685519.2858.help-gnu-emacs@gnu.org> 2006-02-12 4:31 ` wensa @ 2006-02-12 4:33 ` wensa 1 sibling, 0 replies; 4+ messages in thread From: wensa @ 2006-02-12 4:33 UTC (permalink / raw) Thanks for your help. I used (define-key key-translation-map (kbd "M-/") "\e\t") I works just like writing java code in eclipse. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-02-12 4:33 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-02-11 13:03 Question about complete-symbol's key binding wensa 2006-02-11 19:07 ` François Gannaz [not found] ` <mailman.0.1139685519.2858.help-gnu-emacs@gnu.org> 2006-02-12 4:31 ` wensa 2006-02-12 4:33 ` wensa
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.