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 18:06:57 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (windows-nt)

A clarification about how CVS differs from 21.3.1 wrt this issue:

>>> 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.

(local-set-key [?ñ] 'dabbrev-expand)
CVS: As explained on the above quote.
21.3.1: Doesn't work at all. It just prints the character on the buffer.

(local-set-key [241] 'dabbrev-expand)
CVS: Doesn't work at all. It just prints the character on the buffer.
21.3.1: Works ok.

local-set-key interactive
CVS: Doesn't work at all. It just prints the character on the buffer.
21.3.1: Works ok.

-- 
Oscar




reply via email to

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