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: Harald Maier
Subject: Re: More enhancements to fringe bitmaps.
Date: Sat, 14 Feb 2004 09:08:58 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

address@hidden (Kim F. Storm) writes:

> I have just installed changes that allows fringe bitmaps to be up to
> 16 bits wide, and properly support any width between 1 and 16 on X.
>
> I believe I have made the necessary changes to the W32 and MAC ports
> (including not doing bit-swapping on MAC_OS).  As we previously
> discussed, the code is simpler on both W32 and MAC after these
> change, but as usual I cannot test whether it works.
>
>
> Vi fans may want to try this...
>
> (require 'fringe)
>
> (define-fringe-bitmap  
>  [#b000000000
>   #b000100100
>   #b001010100
>   #b001001000]
>  nil 9 'top empty-line-fringe-bitmap)
>
> (setq indicate-empty-lines t)

Hello Kim,

I tried it on W32 and it looks really as vi :). With other words, the
look and the behavior it's the same as with GNU/Linux.

Harald




reply via email to

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