emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; global-set-key not correctly working?


From: Peter Dyballa
Subject: Re: 23.0.50; global-set-key not correctly working?
Date: Wed, 28 Nov 2007 23:19:10 +0100


Am 28.11.2007 um 20:23 schrieb Stefan Monnier:

Stefan has checked in a fix for
(read_key_sequence): Use them to unify the "shift->unshift" mapping
for chars and symbol keys.

I don't think this will have any noticeable effect on this.
My fix is for the S-backspace -> DEL problem.



It seems that the init file's encoding plays the leading role: GNU Emacs obviously needs to assume it's UTF-8 encoded. Using this or that ISO Latin encoding in the file's header (coding: iso-8859-15;) disables a setting like (global-set-key [?\C-©] 'global-set-key). With non-Latin encoding even GNU Emacs 21.3.50 understands the key binding ...

--
Greetings

  Pete

“Computers are good at following instructions, but not at reading your mind.”
   - D. E. Knuth, The TeXbook, Addison-Wesley 1984, 1986, 1996, p. 9






reply via email to

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