Gnus development mailing list
 help / color / mirror / Atom feed
* customization: window configurations
@ 1999-11-18 17:44 Bill White
  1999-11-18 17:57 ` Karl Kleinpaste
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bill White @ 1999-11-18 17:44 UTC (permalink / raw)


Aftger Randal and Karl's customizations for gnus-group-line-format,
I'm wondering what other nifty things folks have come up with.

For starters, a screenshot of my gnus window configuration can be
found at <url:http://members.wri.com/billw/pgnus.jpg>,[1] and here's the
.gnus code that does it (inspired by code found in Bryan Johnson's
gnus-filterhist.el[2])

Footnotes: 
[1] Sorry about the crappy quality - I scaled it down to 75% to fit
better on more monitors.

[2] <url:http://www.comsecmilnavpac.net/elisp/>

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Gnus window layout with filter history

; Date: 16 Nov 1999 17:17:22 -0500
; Sender: beej@honky.eng.mindspring.net
; Message-ID: <m3puxat72l.fsf@honky.eng.mindspring.net>

(setq load-path (cons (expand-file-name "~/emacs-lisp/bryan-johnson") load-path))
(require 'gnus-filterhist)
(add-hook 'gnus-group-mode-hook 'gnus-filter-history)
(add-hook 'gnus-after-getting-new-news-hook 'gnus-filter-history)

(gnus-add-configuration
 '(group
   (horizontal 0.4
   (vertical 0.25
                  (group 0.85 point)
                  ("*Filter History*" 1.0)
                  )
   ("*scratch*" 1.0)
   )))

(gnus-add-configuration
 '(summary
   (horizontal 1.0
   (vertical 0.25
                  (group 0.85 point)
                  ("*Filter History*" 1.0)
                  )
   (summary 1.0 point)
   )))

(gnus-add-configuration
 '(article
   (horizontal 1.0
   (vertical 0.25
                  (group 0.85 point)
                  ("*Filter History*" 1.0)
                  )
   (vertical 1.0
             (summary 0.25 point)
             (article 1.0))
   )))

(gnus-add-configuration
 '(message
   (horizontal 1.0
   (vertical 0.25
                  (group 0.85)
                  ("*Filter History*" 1.0)
                  )
   (vertical 1.0
             (message 1.0 point))
   )))

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-01 16:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-18 17:44 customization: window configurations Bill White
1999-11-18 17:57 ` Karl Kleinpaste
1999-11-18 18:40 ` Fwd: " BrYan P. Johnson
1999-12-01 16:54 ` Lars Magne Ingebrigtsen

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).