emacs-devel
[Top][All Lists]
Advanced

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

Re: Alternative fringe bitmaps for continuation/truncation


From: Juri Linkov
Subject: Re: Alternative fringe bitmaps for continuation/truncation
Date: Sat, 03 May 2008 02:48:34 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

> If you don't like the current "fat (curly) arrows" bitmaps used in the
> fringe for continuation and truncation lines, the following more
> modest bitmaps may be more appealing.
>
> (define-fringe-bitmap 'right-truncation
>   "\xa9\x02\x04" nil nil 'bottom)
> (define-fringe-bitmap 'left-truncation
>   "\x20\x40\xaa\0\0" nil nil 'bottom)
> (define-fringe-bitmap 'right-continuation
>   "\xa8\0\0" nil nil 'bottom)
> (define-fringe-bitmap 'left-continuation
>   "\x2a\0\0" nil nil 'bottom)
>
> (let ((tr (assoc 'truncation default-fringe-indicator-alist))
>       (co (assoc 'continuation default-fringe-indicator-alist)))
>   (if tr (setcdr tr '(left-truncation right-truncation)))
>   (if co (setcdr co '(left-continuation right-continuation))))
>
> WDYT?

For a long time I use the bitmaps defined here:
http://thread.gmane.org/gmane.emacs.devel/39264/focus=50919
and they are really nice.  Maybe we should add an option
to select them instead of the current default "fat" bitmaps?

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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