From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10750 Path: news.gmane.org!not-for-mail From: Christos Chryssochoidis Newsgroups: gmane.emacs.gnus.user Subject: Re: Awesome eyecandy in the wikipedia article Date: Sun, 30 Mar 2008 17:17:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <07ed33bc-13e7-4df3-ba4c-413f35f39efd@b5g2000pri.googlegroups.com> References: <87odbsxutn@dolores.fsf.hobby-site.com> <87y79qfjzm.fsf@mundaneum.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206924098 21729 80.91.229.12 (31 Mar 2008 00:41:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2008 00:41:38 +0000 (UTC) Cc: sdl.web@gmail.com To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Mar 31 02:42:09 2008 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jg86C-0000rn-Bz for gegu-info-gnus-english@m.gmane.org; Mon, 31 Mar 2008 02:42:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg85a-0002fh-Ff for gegu-info-gnus-english@m.gmane.org; Sun, 30 Mar 2008 20:41:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!b5g2000pri.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 64 Original-NNTP-Posting-Host: 77.49.223.151 Original-X-Trace: posting.google.com 1206922659 24727 127.0.0.1 (31 Mar 2008 00:17:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 31 Mar 2008 00:17:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b5g2000pri.googlegroups.com; posting-host=77.49.223.151; posting-account=syjarQoAAAD4wnM61xU3vsFzfv9Tr88u User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13, gzip(gfe), gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80967 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:10750 Archived-At: On Jan 11, 8:42 pm, Leo 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