emacs-devel
[Top][All Lists]
Advanced

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

Re: Rebinding international characters


From: Stefan Monnier
Subject: Re: Rebinding international characters
Date: 20 Aug 2004 11:05:26 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> Maybe people don't do it, because it seems like a hastle? If one reads
> gnu.emacs.help and notices the few threads on binding non-ASCII keys,
> this is not very encouraging. (If I ask myself, why I don't do it,
> then I'd probably say that I was too lazy yet to check for the best
> way to do it.)

My point was not that we should discourage people from doing it, but rather
that we shouldn't worry about people who use "obsolete" settings (like
unibyte mode) since it hasn't been working well in the past anyway.

I think the new situation is actually much better since you should be
able to put something like

   (global-set-key ?é 'foobar)

directly in your .emacs, and it should just work (since by default the
keyboard-coding-system should be the same as the file's coding system).


        Stefan




reply via email to

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