emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing the fringe bitmaps


From: Per Abrahamsen
Subject: Re: Customizing the fringe bitmaps
Date: Wed, 07 Nov 2001 09:57:15 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu)

"Kim F. Storm" <address@hidden> writes:

> Another option would be to let the user draw the bitmap like this:
>
> (set-fringe-bitmap 'overlay-arrow 
>                  '("*        "
>                    "***      "
>                    "*****    "
>                    "*******  "
>                    "*******  "
>                    "*****    "
>                    "***      "
>                    "*        "))
>
> Personally, I like the second option as it is fully self-contained.
>
> The major problem with this approach is that it isn't obvious (to me)
> how to do this through Customize.

It could probably be done using the :set and :get options to defcustom.



reply via email to

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