emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing the fringe bitmaps


From: Richard Stallman
Subject: Re: Customizing the fringe bitmaps
Date: Wed, 7 Nov 2001 14:03:58 -0700 (MST)

    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 
                       '("*        "
                         "***      "
                         "*****    "
                         "*******  "
                         "*******  "
                         "*****    "
                         "***      "
                         "*        "))

How about combining the two ideas: use PBM (or one of the other
standard image formats), and provide a function to create such an
image inside Emacs using ASCII art as input.



reply via email to

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