From: Jesper Harder <harder@myrealbox.com>
Subject: Re: Binding non-ASCII keys in .emacs not working
Date: Sun, 11 May 2003 20:10:37 +0200 [thread overview]
Message-ID: <m37k8xtkv6.fsf@defun.localdomain> (raw)
In-Reply-To: mailman.5982.1052674162.21513.help-gnu-emacs@gnu.org
"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-æ'.
next prev parent reply other threads:[~2003-05-11 18:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-11 15:40 Binding non-ASCII keys in .emacs not working Ole Laursen
2003-05-11 17:22 ` Eli Zaretskii
[not found] ` <mailman.5982.1052674162.21513.help-gnu-emacs@gnu.org>
2003-05-11 18:10 ` Jesper Harder [this message]
2003-05-12 3:32 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m37k8xtkv6.fsf@defun.localdomain \
--to=harder@myrealbox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.