emacs-devel
[Top][All Lists]
Advanced

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

Customizing the fringe bitmaps


From: Kim F. Storm
Subject: Customizing the fringe bitmaps
Date: Tue, 6 Nov 2001 23:48:28 +0000 (GMT)

I would like to volounteer to write the code to make the fringe
bitmaps customizable.

However, I don't know what the interface to this feature should be.

One option is to load the bitmap from a (pbm) file.

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.

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




reply via email to

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