Reputation: 1194
When I type an accented character (eg ñ, ç, ã), it doesn't self-insert immediately, but rather displays itself on the minibuffer as if it was a prefix key (eg ç -> ç-). Is there a way to change this behavior? I can't even capture it with <f1>kç to find out what is happening.
Thanks!
Upvotes: 9
Views: 8914
Reputation: 1194
Actually the problem emacs' starter kit, with the binding (set-keyboard-coding-system 'utf-8)
Upvotes: 3
Reputation: 1356
CTRL+x 8 CTRL+h
What this will do is display a help window with all of the key sequences for accented characters which are currently available to you.
For example:
Key binding
C-x 8 < «
C-x 8 = ¯
C-x 8 > »
C-x 8 ? ¿
C-x 8 C ©
C-x 8 L £
C-x 8 P ¶
Upvotes: 27
Reputation: 368449
Do the Emacswiki internationalization pages help? How about the advice in language environment?
Edit: See input methods -- and in a new buffer, I can do
and they all display fine.
Upvotes: 6