emacs-devel
[Top][All Lists]
Advanced

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

Re: describe-char should display the character's Unicode name


From: Kenichi Handa
Subject: Re: describe-char should display the character's Unicode name
Date: Thu, 17 Jul 2008 10:26:08 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Juri Linkov <address@hidden> writes:

> > I think displaying all available Unicode informaiton is too
> > much (see the list shown when you customize
> > describe-char-unidata-list).  Perhaps, name,
> > general-cateogory, and decompostion are the best for the
> > default of that variable.

> I agree, and please also add `old-name' because it often helps
> to recognize the character by its old name.

Ok, I've just installed this change.

*** descr-text.el.~1.66.~       2008-06-30 09:57:09.000000000 +0900
--- descr-text.el       2008-07-17 10:23:54.000000000 +0900
***************
*** 179,185 ****
        (insert "There are text properties here:\n")
        (describe-property-list properties)))))
  
! (defcustom describe-char-unidata-list nil
    "List of Unicode-based character property names shown by `describe-char'."
    :group 'mule
    :version "23.1"
--- 179,186 ----
        (insert "There are text properties here:\n")
        (describe-property-list properties)))))
  
! (defcustom describe-char-unidata-list
!   '(name general-category decomposition old-name)
    "List of Unicode-based character property names shown by `describe-char'."
    :group 'mule
    :version "23.1"

---
Kenichi Handa
address@hidden




reply via email to

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