Here are some more alternate bitmaps: ;; A sharper, more obviously arrow-like overlay arrow. ;; I admit this resembles something from a bad ms-windows debugger, ;; but at least it looks like an arrow rather than a blob (which is ;; what the default overlay-arrow looks like). (define-fringe-bitmap 'overlay-arrow [16 24 252 254 252 24 16] nil nil 'center)
;; Lighter-weight line-truncation indicators (my clever idea was to ;; use a dotted arrow-shaft to sort of add the flavor of an ellipses ;; to them). (define-fringe-bitmap 'right-truncation [4 2 169 2 4] nil 11 'center) (define-fringe-bitmap 'left-truncation [32 64 149 64 32] nil nil 'center) -Miles -- It wasn't the Exxon Valdez captain's driving that caused the Alaskan oil spill. It was yours. [Greenpeace advertisement, New York Times, 25 February 1990] _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel