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: Mon, 19 Jul 2004 15:44:36 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (windows-nt)

Richard Stallman <address@hidden> writes:

>     I'm trying to rebind an international character as explained on the
>     node ``Non-ASCII Characters on the Keyboard":
>
>     (local-set-key [241] 'dabbrev-expand)
>
>     This works on 21.1 but has no effect on the CVS version.
>
> What is the character code that Emacs actually uses for that key?
> If you eval (read-event) and type that key, what value do you get?

241

By the way, (local-set-key [?ñ] 'dabbrev-expand) works for the first
expansion, but subsequent key presses of the ñ produces a beep and a
message: No dynamic expansion for `faa' found

Example: a buffer with two words `faa' and `foo'. Press `f' and
`ñ'. `faa' appears. Press `ñ' again. Emacs beeps and shows the above
mentioned message.

-- 
Oscar




reply via email to

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