emacs-devel
[Top][All Lists]
Advanced

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

Re: fringe buffer-boundary bitmaps


From: Lute Kamstra
Subject: Re: fringe buffer-boundary bitmaps
Date: Thu, 23 Jun 2005 11:53:07 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Miles Bader <address@hidden> writes:

[...]

> Could people try them out?  Maybe these would be better defaults
> than the existing bitmaps.

Ehrm, maybe I'm doing something really stupid, but your redefinitions
don't seem to change the appearance of the fringe bitmaps in my Emacs.

What I do is this:

1. Start Emacs with "emacs -Q".
2. Eval this in the *scratch* buffer:

(progn
  (define-fringe-bitmap 'down-arrow [32 32 32 32 32 32 168 112 32] nil nil 
'bottom)
  (define-fringe-bitmap 'up-arrow [32 112 168 32 32 32 32 32 32] nil nil 'top)
  (define-fringe-bitmap 'top-left-angle [254 254 128 128 128] nil nil 'top)
  (define-fringe-bitmap 'bottom-left-angle [128 128 128 254 254] nil  nil 
'bottom)
  (define-fringe-bitmap 'left-bracket [254 254 128 128 128 0 0 0 0 128 128 128 
254 254] nil nil 'center)

  (define-fringe-bitmap 'continued-line [96 16 8 8 72 80 96 120] nil nil 
'bottom)
  (define-fringe-bitmap 'continuation-line [8 16 16 16 18 10 6 30] nil nil 'top)

  (setq-default indicate-buffer-boundaries 'left))

Then the bitmaps still look very much like they normally look.

Lute.




reply via email to

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