Sébastien Kirche <[EMAIL PROTECTED]> 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
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to