I somehow managed to define the 'M' (capital em) key as a prefix key in sqlplus-mode which is preventing me from typing an M.
How can I unset this prefix key in this mode?
|
Short term fix:
Long term fix, find the spot in your .emacs file which defines it a ssuch. @tripleee's comment does sound like a likely candidate for what went wrong. |
|||||||||||||
|
(define-key keymap "\M-?" #'function)– tripleee May 30 '12 at 16:13