emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rebinding international characters


From: Oscar Fuentes
Subject: Re: Rebinding international characters
Date: Sat, 24 Jul 2004 06:16:40 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (windows-nt)

Richard Stallman <address@hidden> writes:

>     > That is very puzzling.  What does (key-binding [241]) give you?
>
>     encoded-kbd-self-insert-ccl
>
> Can you figure out which keymap this comes from?

It comes from encoded-kbd-mode

This produces a binding that works correctly:

(set-keyboard-coding-system nil)
(local-set-key [241] 'dabbrev-expand)

Without (set-keyboard-coding-system nil),
(local-set-key [241] 'whatever) doesn't alter the keymaps, as
M-x describe-bindings shows.

-- 
Oscar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]