unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Character FOO
Date: Wed, 25 Jan 2012 01:32:46 -0500	[thread overview]
Message-ID: <E1RpwPW-0008Iu-G3@fencepost.gnu.org> (raw)
In-Reply-To: <tl7liowboae.fsf@m17n.org> (message from Kenichi Handa on Wed, 25 Jan 2012 09:48:09 +0900)

> From: Kenichi Handa <handa@m17n.org>
> Cc: emacs-devel@gnu.org
> 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	other threads:[~2012-01-25  6:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-24  9:18 Character FOO Eli Zaretskii
2012-01-24 11:36 ` Juanma Barranquero
2012-01-25  0:48 ` Kenichi Handa
2012-01-25  6:32   ` Eli Zaretskii [this message]
2012-01-25 16:58     ` Drew Adams
2012-01-28 10:35   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1RpwPW-0008Iu-G3@fencepost.gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).