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 21:43:37 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5

Juanma Barranquero wrote:
On 11/12/07, Vinicius Jose Latorre <address@hidden> wrote:
But using ?\u21b5 in blank-mode in my system gives an empty rectangle box.

Doing:

    M-: (format "%c" ?\u21b5) RET

Is ok, the character appears and it's cool.

I'm not sure what does it mean "using ?\u21b5 in blank mode". In my
system, (format "%c" ?\u21b5) and M-x ucs-insert 21B5 [RET] give the
same result, for example.

Well, in my system both commands are ok too.

By "using ?\u21b5 in blank mode" I meant
putting ?\u21b5 in blank-display-mappings like:

   (?\n    [?\u21b5 ?\n] [?$ ?\n])

When blank-mode is on using the setting above,
instead of appear ↵ at the end of line (\n)
it appears an empty rectangle box at the end of line.

Usually the empty rectangle box appears
when Emacs recognizes the character
but can't represent a character in the display screen.

I have no glue why this is happening.





reply via email to

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