Gnus development mailing list
 help / color / mirror / Atom feed
From: Wesley.Hardaker@sphys.unil.ch
Subject: Re: MIME in Red Gnus, and picons, yes, its two in one =)
Date: 30 Oct 1996 10:49:48 +0100	[thread overview]
Message-ID: <qk2918odbnn.fsf@iptsun2.unil.ch> (raw)
In-Reply-To: Eric Hendrickson's message of 29 Oct 1996 17:06:35 -0600

Eric Hendrickson <edh@lenti.med.umn.edu> writes:

> Would checking the console-type work for Gnus' gnus-add-configuration?

FYI, here's my current setup based on window-system types:

;; general setup -- X specific
(cond ((eq window-system 'x)
       (gnus-add-configuration
	'(article 
	  (frame 1.0
		 (vertical 1.0 
			   (summary .35 point)
			   (article 1.0))
			   )))
       (gnus-add-configuration
	'(summary
		 (vertical 1.0 
			   (summary 1.0 point)
			   (group 7)
			   )
			   ))
       (setq gnus-tree-minimize-window nil)
       ;; picons hacks
       (add-hook 'gnus-article-display-hook 'gnus-group-display-picons t)
       (add-hook 'gnus-article-display-hook 'gnus-article-display-picons t)
       (setq gnus-picons-refresh-before-display t)
       (setq gnus-use-picons t)
       (setq gnus-picons-database "/home/whardake/faces")
       (setq gnus-picons-display-where 'article)

       )
;; tty specific
      (t
       (gnus-add-configuration
	'(article (vertical 1.0 
			    (group 7)
			    (summary .25 point)
			    (article 1.0))))

       (gnus-add-configuration
	'(summary (vertical 1.0 
			    (group 7)
			    (summary 1.0 point))))))



      reply	other threads:[~1996-10-30  9:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-23 23:59 Brian Oneill
1996-10-29  0:38 ` Steven L Baur
1996-10-29  6:37   ` Steinar Bang
1996-10-29 23:06   ` Eric Hendrickson
1996-10-30  9:49     ` Wesley.Hardaker [this message]

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=qk2918odbnn.fsf@iptsun2.unil.ch \
    --to=wesley.hardaker@sphys.unil.ch \
    /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).