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

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

bug#20499: [PROPOSED PATCH] C-x 8 shorthands for curved quotes, Euro, et


From: Ivan Shmakov
Subject: bug#20499: [PROPOSED PATCH] C-x 8 shorthands for curved quotes, Euro, etc.
Date: Mon, 04 May 2015 16:48:39 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

>>>>> Eli Zaretskii <eliz@gnu.org> writes:
>>>>> Date: Mon, 04 May 2015 12:15:07 -0400  From: Richard Stallman

 >> By the way, it would be good to have a file that consists of all of
 >> unicode in numeric order.  That would provide an easy way to pick
 >> some unicode character (whose code you don't remember) and copying
 >> it into some text.

 > Would admin/unidata/UnicodeData.txt do?

        I guess given the “copying” part, the request is more along the
        lines of, say:

(let ((i #x100))
  (while (< i #x180)
    (when (zerop (mod i #x20))
      (unless (eq ?\n (preceding-char))
        (insert ?\n))
      (insert (format "%06x" i) ?\s))
    (insert ?\s i)
    (setq i (+ 1 i))))
000100  Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Ċ ċ Č č Ď ď Đ đ Ē ē Ĕ ĕ Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ
000120  Ġ ġ Ģ ģ Ĥ ĥ Ħ ħ Ĩ ĩ Ī ī Ĭ ĭ Į į İ ı IJ ij Ĵ ĵ Ķ ķ ĸ Ĺ ĺ Ļ ļ Ľ ľ Ŀ
000140  ŀ Ł ł Ń ń Ņ ņ Ň ň ʼn Ŋ ŋ Ō ō Ŏ ŏ Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş
000160  Š š Ţ ţ Ť ť Ŧ ŧ Ũ ũ Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ŵ ŵ Ŷ ŷ Ÿ Ź ź Ż ż Ž ž ſ

        I doubt we really need a file for that, though; rather, some
        kind of a “Unicode browser” facility.  (Not entirely unlike
        list-colors-display, but with a dynamic list.)

-- 
FSF associate member #7257 http://am-1.org/~ivan/ … 3013 B6A0 230E 334A

reply via email to

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