Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Leo <sdl.web@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: Awesome eyecandy in the wikipedia article
Date: Fri, 11 Jan 2008 17:42:06 +0000	[thread overview]
Message-ID: <m31w8odztd.fsf@cam.ac.uk> (raw)
In-Reply-To: <c70015fa-a8e1-4acc-a2db-4ee3e28e4eee@f47g2000hsd.googlegroups.com>

On 2008-01-10 21:06 +0000, rtra wrote:
> The gnus screenshot at http://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/

  parent reply	other threads:[~2008-01-11 17:42 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
2008-03-31 22:09             ` Paulo Jorge de O. C. de Matos
2008-01-11 17:42 ` Leo [this message]
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=m31w8odztd.fsf@cam.ac.uk \
    --to=sdl.web@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /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).