local-set-key and tty.
"Stephen J. Turnbull" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
Uwe Brauer writes: > However, for example in gnus message mode C-c C-K is bound to > kill-message and I don't know how to overwrite a local-key with a > tty-map > > I presume what is missing is local-tty-map. overriding-local-map - Keymap that overrides all other local keymaps. overriding-terminal-local-map - Keymap that overrides all other local keymaps, for the selected console only. I'm not sure if these do the right thing for your case.