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

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

bug#5193: 23.1; single-key-description problem


From: Lars Magne Ingebrigtsen
Subject: bug#5193: 23.1; single-key-description problem
Date: Sun, 18 Sep 2011 11:56:23 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> The character range (128 . 4194303) is bound to `self-insert-command'.
>  
> (single-key-description 128) gives "\200"
> (single-key-description 4194303) gives "\377"
>  
> However, in the former case, "\200" is a string with one character,
> \200. In the latter case, "\377" is a string with four characters, \,
> 3, 7, and 7.

Something seems to have changed here:

(single-key-description 128) => "€"
(single-key-description 4194303) => "\301\277"

But it's essentially still the same -- the 128 is a string of one
character, and the other one is a string of 8 characters.

I have no idea whether this is a bug or a feature, though.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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