Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Christos Chryssochoidis <C.Chryssochoidis@gmail.com>
To: info-gnus-english@gnu.org
Cc: sdl.web@gmail.com
Subject: Re: Awesome eyecandy in the wikipedia article
Date: Sun, 30 Mar 2008 17:17:38 -0700 (PDT)	[thread overview]
Message-ID: <07ed33bc-13e7-4df3-ba4c-413f35f39efd@b5g2000pri.googlegroups.com> (raw)
In-Reply-To: <87y79qfjzm.fsf@mundaneum.com>

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	other threads:[~2008-03-31  0:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-10 21:06 rtra
2008-01-11  8:08 ` Slackrat
2008-01-11  8:39 ` Glyn Millington
     [not found] ` <mailman.6019.1200040900.18990.info-gnus-english@gnu.org>
2008-01-11 13:51   ` Randy Yates
2008-01-11 15:09     ` Andrzej Adam Filip
2008-01-11 18:22       ` Reiner Steib
2008-01-12 18:29         ` Andrzej Adam Filip
2008-02-12 12:16         ` Sébastien Vauban
2008-03-31  0:17           ` Christos Chryssochoidis [this message]
2008-03-31 22:09             ` Paulo Jorge de O. C. de Matos
2008-01-11 17:42 ` Leo
2008-01-12  4:28   ` Austin Frank
2009-01-13  7:59   ` Manish Sharma
     [not found]   ` <mailman.4715.1231833916.26697.info-gnus-english@gnu.org>
2009-06-16 22:34     ` Michael Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=07ed33bc-13e7-4df3-ba4c-413f35f39efd@b5g2000pri.googlegroups.com \
    --to=c.chryssochoidis@gmail.com \
    --cc=info-gnus-english@gnu.org \
    --cc=sdl.web@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).