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

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

Re: single-key-description doesn't like unknown characters


From: Kenichi Handa
Subject: Re: single-key-description doesn't like unknown characters
Date: Wed, 10 May 2006 09:32:20 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Christopher Stacy <address@hidden> writes:

> I bound [1048673] to a function and tried to do describe-key-briefly on it.
> The input of this funny character for the "C-h c" was accomplished
> through key-translation-map.   (This is a hack in which I am mapping
> certain characters into a funny UNICODE space, the Plane Sixteen PUA
> I hope, and then binding commands to those.   Don't ask why...)
> Anyway, the bug is that single-key-description blows up with
> the error: "Invalid character: 04000141, 1048673, 0x100061".

I can reproduce this problem by evaluating these:

(global-set-key [1048673] 'forward-char)
(define-key key-translation-map [f5] [1048673])

and typing C-h c f5.

I've just installed a fix of push_key_description, and now
the above displays this:

[1048673] (translated from <f5>) runs the command forward-char

---
Kenichi Handa
address@hidden





reply via email to

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