emacs-devel
[Top][All Lists]
Advanced

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

Re: blank-mode.el


From: Juri Linkov
Subject: Re: blank-mode.el
Date: Mon, 12 Nov 2007 00:37:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> In Emacs 22 and trunk, ?\x21B5 is an emacs-mule codepoint, not a unicode
> codepoint.
>
> I think there is an easy way to get an emacs character from a unicode
> codepoint, but I can't find it now (apropos ucs, unicode did not bring
> up what I wanted). But the following gives the correct character:
>
> (make-char 'mule-unicode-0100-24ff #xF7 #xb5)

I use programmatically (decode-char 'ucs ?\x21B5) and interactively
`M-x ucs-insert', even though it is inconvenient.  After the Unicode merge
it would be good to add reading in the Unicode notation to `C-q'.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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