unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Non-ASCII characters Key binding (emacs 21.4)
Date: Sun, 16 Oct 2005 23:08:24 -0400	[thread overview]
Message-ID: <87mzl8j14y.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: diui9l$66m$1@apollon.grec.isp.9tel.net

> On emacs 20.7, it worked. On emacs 21.4, it doesn't work more.
> I've tried to found why trough Google search, tried several way likee
> but nothing.

> 233 is the value of "grave e" character.

Yes, under Emacs-20.7 the code received was not always translated through
the locale-coding-system, so it sometimes said "233" instead of "à".
Luckily it still worked in most cases because self-insert-command, when
inserting the char in the buffer used the `nonascii-translation-table' which
turned the "233" into "à".

In Emacs-21, this was fixed so that the code received is now always "à"
rather than 233 (233 may mean à in some locales but it means other things in
other locales).  In future Emacsen, which specific "à" is returned is likely
to change.

See the "translating keys" thread.


        Stefan

  reply	other threads:[~2005-10-17  3:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-16 21:54 Non-ASCII characters Key binding (emacs 21.4) Mounir AITTAHAR
2005-10-17  3:08 ` Stefan Monnier [this message]
2005-10-18 15:58   ` Mounir AITTAHAR
2005-10-18 16:06     ` Mounir AITTAHAR
2005-10-18 16:51     ` Pascal Bourguignon
2005-10-19  8:51       ` Mounir AITTAHAR
2005-10-19 23:11         ` Stefan Monnier
2005-10-17 11:47 ` Mounir AITTAHAR
2005-10-18 12:35   ` Mounir AITTAHAR
2005-10-19  1:47     ` Pascal Bourguignon
2005-10-24 19:23 ` [solved] " Mounir AITTAHAR
2005-10-24 23:52   ` Stefan Monnier
2005-10-25 13:29     ` Mounir AITTAHAR

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mzl8j14y.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).