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

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

where does emacs23 store the info that was UnicodeData.txt?


From: Xah Lee
Subject: where does emacs23 store the info that was UnicodeData.txt?
Date: Wed, 12 Aug 2009 10:00:44 -0700 (PDT)
User-agent: G2/1.0

in emacs 22, one can put in this unicode data file to emacs so that
what-cursor-position with C-u can give full info about a char:

; load unicode data; used by what-cursor-position for showing full
unicode info
(setq describe-char-unicodedata-file
      (concat (file-name-directory
               (or load-file-name buffer-file-name))
"UnicodeData.txt" ))

by looking at the output, it appears to me emacs 23 now has the full
info on unicode char without needing that file.

Is that true?

where does emacs get the data that was in UnicodeData.txt?

thanks.

  Xah
∑ http://xahlee.org/

reply via email to

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