emacs-devel
[Top][All Lists]
Advanced

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

Re: blank-mode.el


From: Jason Rumney
Subject: Re: blank-mode.el
Date: Sun, 11 Nov 2007 22:01:45 +0000
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Robert J. Chassell wrote:
> On 11 Nov 2007, Jason Rumney <address@hidden> asks
>
>     What about U+21B5 (downwards arrow with corner leftwards)?
>
> On my system, changing `blank-display-mappings' in blank-mode.el so
> that
>
>     (?\n    [?\x21B5 ?\n] [?$ ?\n])   ; end-of-line
>   

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)







reply via email to

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