I'm working with Aquamacs on a Macbook with a German keyboard. I've set the "Meta & German" option to make the alt/option key work as Alt when needed, but as Meta otherwise. So far so good. Now I want to invoke a function that is bound to C-c [ (reftex-citation
). Unfortunately, I have now clue about how to type this: On the German keyboard the square bracket is bound to Alt-5, but apparently after C-c the following alt/option is interpreted by Aquamacs as Meta (or something completely different), because when I type C-c followed by Alt-5 I get the message: ^C ⌥5 is undefined
. Is there a way I can get the square bracket after C-c?
(In this specific case, I've simply rebound reftex-citation
to another key, so no big deal, but I've met the problem in several variations now, so thought I'd find out what I'm doing or understanding wrongly.)