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: Kim F. Storm
Subject: Re: More enhancements to fringe bitmaps.
Date: 14 Feb 2004 01:58:25 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

address@hidden (Johan Bockgård) writes:

> 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)
> 

That is a good point indeed.  Thanks!

You can even use a vector:

 [#b00111100
  #b01111110
  #b11111111
  #b11111111
  #b11111111
  #b11111111
  #b01111110
  #b00111100]

I think this is sufficient for the limited number of fringe bitmaps
that we will need to create.

What do other think?

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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