Miles Bader <[EMAIL PROTECTED]> 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. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel