emacs-devel
[Top][All Lists]
Advanced

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

Re: Character FOO


From: Eli Zaretskii
Subject: Re: Character FOO
Date: Wed, 25 Jan 2012 01:32:46 -0500

> From: Kenichi Handa <address@hidden>
> Cc: address@hidden
> Date: Wed, 25 Jan 2012 09:48:09 +0900
> 
>       (setq item-list
>             `(("character"
>                ,(format "%s (%d, #o%o, #x%x)"
>                         (apply 'propertize char-description
>                                (text-properties-at pos))
>                         char char char))
> 
> Changing that part to something like this:
> 
>       (setq item-list
>             `(("character"
>                ,(format "%s (displayed as %s) (%d, #o%o, #x%x)"
>                       char-description
>                         (apply 'propertize char-description
>                                (text-properties-at pos))
>                         char char char))
> 
> may be an improvement.

Thanks.

Does anyone object to this change on the trunk?



reply via email to

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