Greg Novak <[EMAIL PROTECTED]> writes: > I also did "apropos-command key" looking for a command where I can hit > a key and have emacs tell me the exact text that should go into the > first argument to local-set-key in order to rebind the key. Much like > describe-key, but telling me how to rebind it, not what the current > current binding happens to be.
You can use the output from `describe-key' (C-h k) in the `kbd' macro. E.g. (global-set-key (kbd "<S-tab>") 'tetris) _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs