local-set-key and tty.
Uwe Brauer <[email protected]>
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
Hi Using now gnuclient -nw I would like to bind (define-key global-tty-map [(control c) (control k)] 'delete-frame) that works nicely, globally. 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. Uwe Brauer