I am unable to set key-bindings for a local mode (mew - mail program), b/c i do not know the name of the mode's keymap. I have tried looking at the 'current-local-map' variable, but just see the whole keymap in the minibuffer. Also looked at functions: current-active-maps, accessible-keymaps , but these come up void as well.
I know that it should be simple to set a binding. As quoted from elisp reference manual:
I know that it should be simple to set a binding. As quoted from elisp reference manual:
(local-set-key key binding)
(define-key (current-local-map) key binding)