Gnus development mailing list
 help / color / mirror / Atom feed
From: Bill White <billw@wolfram.com>
Subject: customization: window configurations
Date: 18 Nov 1999 11:44:43 -0600	[thread overview]
Message-ID: <ruoaeob66es.fsf@g.wolfram.com> (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."



             reply	other threads:[~1999-11-18 17:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-18 17:44 Bill White [this message]
1999-11-18 17:57 ` Karl Kleinpaste
1999-11-18 18:40 ` Fwd: " BrYan P. Johnson
1999-12-01 16:54 ` Lars Magne Ingebrigtsen

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=ruoaeob66es.fsf@g.wolfram.com \
    --to=billw@wolfram.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).