info-gnus-english
[Top][All Lists]
Advanced

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

Re: Summary buffer lines howto?


From: Oliver Heins
Subject: Re: Summary buffer lines howto?
Date: Thu, 20 Jul 2006 14:33:23 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Simo Lahteinen <fake.fake@hotmail.com> writes:

> Gnus manual (section 3.1.1: Summary Buffer Lines) states very briefly
> that when using %B in gnus-summary-line-format it is possible to make
> things look better:
>
>   "Note that it is possible to make the thread display look really
>    neat by replacing the default ASCII characters with graphic
>    line-drawing glyphs."
>
> How would this happen in practise?
>
> I am using Win XP SP2. 

Don't know if it works under *Windows* Emacsen, but here looks 

;; Grafische Bäume
;(setq gnus-sum-thread-tree-root "\x490b3 ")                           ; "> " 
(setq gnus-sum-thread-tree-root "\x4912f ")                           ; "> " 
;(setq gnus-sum-thread-tree-false-root "\x490b3 ")                     ; "> " 
(setq gnus-sum-thread-tree-false-root "\x490f8 ")                     ; "> " 
(setq gnus-sum-thread-tree-single-indent "  ")                        ; "" 
(setq gnus-sum-thread-tree-leaf-with-other "\x4903c\x49020\x490fa ")  ; "+-> " 
;(setq gnus-sum-thread-tree-single-leaf "\x49034\x49020\x490fb ")      ; "\\-> 
" 
(setq gnus-sum-thread-tree-single-leaf "\x490b0\x49020\x490fa ")      ; "\\-> " 
(setq gnus-sum-thread-tree-vertical "\x49022")                        ; "| " 

very nice.  The commented lines are alternatives you might want to
choose.

You have to add %B to your summary buffer line to make it work, of
course.


olli

-- 
NP: nothing


reply via email to

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