Re: Awesome eyecandy in the wikipedia article
  Home FAQ Contact Sign in
gnu.emacs.gnus only
 
Advanced search
POPULAR GROUPS

more...

 Up
Re: Awesome eyecandy in the wikipedia article         

Group: gnu.emacs.gnus · Group Profile
Author: Christos Chryssochoidis
Date: Mar 30, 2008 17:17

On Jan 11, 8:42 pm, Leo 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
no comments
diggit! del.icio.us! reddit!