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

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

Re: How to define this summary-line-format?


From: leon
Subject: Re: How to define this summary-line-format?
Date: Thu, 24 Nov 2005 21:57:14 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Sébastien Kirche <sebastien.kirche.no@spam.free.fr.invalid> writes:
>
> You can try with the values that were in the comments, and put them in a
> conditional statement that checks the host by its platform or its name.
>
> E.g.: 
>
>     (if (eq system-type 'windows-nt)
>         (setq gnus-sum-thread-tree-root "> " ; "> "
>               gnus-sum-thread-tree-false-root "> "
>               gnus-sum-thread-tree-single-indent ""
>               gnus-sum-thread-tree-leaf-with-other "+-> "
>               gnus-sum-thread-tree-vertical "| "
>               gnus-sum-thread-tree-single-leaf "\\-> ")
>       (setq ;... the unifont assignment)) ; platforms other than windows

Thanks a lot. It works though not pretty.

-- 
Leon


reply via email to

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