help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Binding non-ASCII keys in .emacs not working


From: Jesper Harder
Subject: Re: Binding non-ASCII keys in .emacs not working
Date: Sun, 11 May 2003 20:10:37 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

"Eli Zaretskii" <eliz@elta.co.il> writes:

>> What do I do? I miss delete-line for deleting lines when I have
>> something in the kill ring I don't want to push further back.
>
> The Emacs manual has 2 index entries about related issues, "non-ASCII
> characters in .emacs" and "non-ASCII keys, binding".  Does the text
> where those entries point help to fix the problem?

No, not for me.  The problem is that Emacs 21.3 (and CVS Emacs) don't
distinguish between `C-æ' and `æ'.  Emacs 21.2 did that.

In 21.2:

(read-key-sequence "")  Input: æ  =>   [230]
(read-key-sequence "")  Input: C-æ  => [134]

In 21.3:

(read-key-sequence "")  Input: æ  =>   [2278]
(read-key-sequence "")  Input: C-æ  => [2278]


This means that I can bind `æ', but not `C-æ'.


reply via email to

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