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: Reiner Steib
Subject: Re: How to define this summary-line-format?
Date: Mon, 07 Nov 2005 18:48:30 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

On Mon, Nov 07 2005, Frank Schmitt wrote:

> (unless (eq window-system nil)
>   (setq gnus-sum-thread-tree-root "►")
>   (setq gnus-sum-thread-tree-leaf-with-other "├─►")
>   (setq gnus-sum-thread-tree-single-leaf "└─►")
>   (setq gnus-sum-thread-tree-vertical "│"))

Probably you meant to test if Emacs is able to display those chars
instead of testing if `window-system' is non-nil.

But I'm not sure what is the best way to test this.

(when (or window-system
          (eq (terminal-coding-system) 'mule-utf-8))
  [...])

... isn't much more clean.  Better suggestions?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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