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:05:42 -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/11/07, Juri Linkov <address@hidden> wrote:

This hex code is not the same as Unicode, and its hex code is valid:

  (char-valid-p ?\x53bb5)
  ==> t

Isn't easier just to do (char-valid-p ?\u21b5) ?

Yes, I also forgot this notation.

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.





reply via email to

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