emacs-devel
[Top][All Lists]
Advanced

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

Re: blank-mode.el


From: Vinicius Jose Latorre
Subject: Re: blank-mode.el
Date: Sun, 11 Nov 2007 18:23:35 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5

Robert J. Chassell wrote:
On 11 Nov 2007, Jason Rumney <address@hidden> asks

    What about U+21B5 (downwards arrow with corner leftwards)?

The char ?\x21B5 is not valid in Emacs, see:

   (char-valid-p ?\x21B5)
   ==> nil


On my system, changing `blank-display-mappings' in blank-mode.el so
that

    (?\n    [?\x21B5 ?\n] [?$ ?\n])     ; end-of-line
produces a dollar-sign.

The dollar-sign is bigger than the not-sign, but may be a better end of line marker. It is definitely better than a pilcrow.

Yes, it uses dollar-sign (second option, that is, the second vector)
because ?\x21B5 is not a valid char for Emacs.

I've just experimented these characters:

   ?\x8AC => ¬    (negation)
   ?\x8AF => ¯    ("overscore")
   ?\x8B0 => °    (grade)
?\x8FE => þ
All of them are cool.  Well, ?\x8B6 (¶ - pilcrow) is also cool. :-)

The character ?\x8AF seems to be lighter than the other characters.





reply via email to

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