emacs-devel
[Top][All Lists]
Advanced

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

Re: More enhancements to fringe bitmaps.


From: Johan Bockgård
Subject: Re: More enhancements to fringe bitmaps.
Date: Tue, 10 Feb 2004 02:28:34 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (usg-unix-v)

address@hidden (Kim F. Storm) writes:

> Masatake YAMATO <address@hidden> writes:
>
>> Why we have to write such fringe bitmap figure in comments?
>
> It was my plan to fix this later -- but you are way ahead of me :-)

This is an easy way to do it:

"\x3c\x7e\xff\xff\xff\xff\x7e\x3c"

    ==

(string
 #b00111100
 #b01111110
 #b11111111
 #b11111111
 #b11111111
 #b11111111
 #b01111110
 #b00111100)

-- 
Johan Bockgård





reply via email to

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