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

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

Re: Awesome eyecandy in the wikipedia article


From: Christos Chryssochoidis
Subject: Re: Awesome eyecandy in the wikipedia article
Date: Sun, 30 Mar 2008 17:17:38 -0700 (PDT)
User-agent: G2/1.0

On Jan 11, 8:42 pm, Leo <sdl....@gmail.com> wrote:
> On 2008-01-10 21:06 +0000, rtra wrote:
>
> > The gnus screenshot athttp://en.wikipedia.org/wiki/Gnus
> > is awesome! How can I get my gnus to look like that?
>
> > Thanks for any tip.
>
> That's my screen shot. The settings are as follows:
>
> ;;; threading
> (setq gnus-face-9 'font-lock-warning-face)
> (setq gnus-face-10 'shadow)
> (defun sdl-gnus-summary-line-format-ascii nil
>   (interactive)
>   (setq gnus-summary-line-format
>         (concat
>          "%0{%U%R%z%}" "%10{|%}" "%1{%d%}" "%10{|%}"
>          "%9{%u&@;%}" "%(%-15,15f %)" "%10{|%}" "%4k" "%10{|%}"
>          "%2u&score;" "%10{|%}" "%10{%B%}" "%s\n"))
>   (setq
>    gnus-sum-thread-tree-single-indent   "o "
>    gnus-sum-thread-tree-false-root      "x "
>    gnus-sum-thread-tree-root            "* "
>    gnus-sum-thread-tree-vertical        "| "
>    gnus-sum-thread-tree-leaf-with-other "|-> "
>    gnus-sum-thread-tree-single-leaf     "+-> " ;; "\\" is _one_ char
>    gnus-sum-thread-tree-indent          "  ")
>   (gnus-message 5 "Using ascii tree layout."))
>
> (defun sdl-gnus-summary-line-format-unicode nil
>   (interactive)
>   (setq gnus-summary-line-format
>         (concat
>          "%0{%U%R%z%}" "%10{│%}" "%1{%d%}" "%10{│%}"
>          "%9{%u&@;%}" "%(%-15,15f %)" "%10{│%}" "%4k" "%10{│%}"
>          "%2u&score;" "%10{│%}" "%10{%B%}" "%s\n"))
>   (setq
>    gnus-sum-thread-tree-single-indent   "◎ "
>    gnus-sum-thread-tree-false-root      "  "
>    gnus-sum-thread-tree-root            "┌ "
>    gnus-sum-thread-tree-vertical        "│"
>    gnus-sum-thread-tree-leaf-with-other "├─>"
>    gnus-sum-thread-tree-single-leaf     "└─>"
>    gnus-sum-thread-tree-indent          "  ")
>   (gnus-message 5 "Using ascii tree layout with unicode chars."))
>
> (sdl-gnus-summary-line-format-unicode)
>
> --
> .:  Leo  :.  [ sdl.web AT gmail.com ]  .:  [ GPG Key: 9283AA3F ]  :.
>
>           Use the best OS --http://www.fedoraproject.org/

Could you please also post  gnus-user-format-function-@ and  gnus-user-
format-function-score as it seems that they are needed too?

Thanks very much,
Christos







reply via email to

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