Running emacs 23.1.50.1 under windows. Even if I run "emacs -q" to prevent any customizations from my .emacs file, it's swallowing the C-) (that's control + shift + the 0 key) keyboard combination. This combination doesn't even appear in the "view-lossage" history of keystrokes.

Anyone know how to work around this? This combination is bound by default in paredit-mode, but I can't use it.

link|improve this question
1  
If it doesn't appear in view-lossage, it's probably the OS swallowing the key (or a third-party application that's set it up as a shortcut). – Gilles Dec 27 '10 at 13:10
feed hungry emacs before they are really hungry, otherwise they will swallow everything :) – akira Dec 27 '10 at 14:35
feedback

1 Answer

This is caused by a Windows IME (Input Method Editor) keybinding. There is info at http://support.microsoft.com/kb/967893 describing how to disable the IME keybinding and thus expose "C-)" to applications, such as Emacs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.