how to have global keybinding override major minor
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.008 sec
Re: how to have global keybinding override major/minor ones?     

Group: gnu.emacs.help · Group Profile · Search for how to have global keybinding override major minor in gnu.emacs.help
Author: Lennart Borgman (gmail)
Date: Sep 17, 2008 16:53

Xah wrote: is there a way to setup emacs so that keybindings defined in the global keymap always override specific bindings in major or minor modes? I mean, so that i don't have to define hooks for every mode i might use. See (info "(elisp) Searching Keymaps")
Show full article (0.29Kb) · Show article thread
how to have global keybinding override major/minor ones?     

Group: gnu.emacs.help · Group Profile · Search for how to have global keybinding override major minor in gnu.emacs.help
Author: Xah
Date: Sep 17, 2008 16:04

is there a way to setup emacs so that keybindings defined in the global keymap always override specific bindings in major or minor modes? I mean, so that i don't have to define hooks for every mode i might use. Xah ∑ http://xahlee.org/ ☄
Show full article (0.25Kb)
Re: I'd like non-overwriteable global keybindings     

Group: gnu.emacs.help · Group Profile · Search for how to have global keybinding override major minor in gnu.emacs.help
Author: Scott Frazer
Date: Apr 2, 2008 10:27

... keybindings to be global but I don't want _any_ major ...tried: (add-hook 'after-change-major-mode-hook '(lambda () (define-key...emacs suggested are creating a minor mode as some sort of...overlay and/or somehow use overriding-local-map. I haven't investigated the minor mode one, but the overriding-local-map...very happy. I use the minor-mode trick: (defvar my-keys...
Show full article (1.88Kb) · Show article thread
I'd like non-overwriteable global keybindings     

Group: gnu.emacs.help · Group Profile · Search for how to have global keybinding override major minor in gnu.emacs.help
Author: Benjamin Andresen
Date: Apr 2, 2008 08:04

... keybindings to be global but I don't want _any_ major ... tried: (add-hook 'after-change-major-mode-hook '(lambda () (define-key ...#emacs suggested are creating a minor mode as some sort of overlay and/or somehow use overriding-local-map. I haven't investigated the minor mode one, but the overriding-local-map ...want to continue using my global bindings seems wasteful... Thanks in...
Show full article (1.62Kb)