Gnus development mailing list
 help / color / mirror / Atom feed
From: popineau@ese-metz.fr (Fabrice Popineau)
Subject: Re: picons support
Date: 19 Dec 1995 11:05:09 +0100	[thread overview]
Message-ID: <wyhgyxid2i.fsf@neuromancer.ese-metz.fr> (raw)
In-Reply-To: Ben Gross's message of Thu, 14 Dec 1995 21:55:44 -0600


Hi,

I found that the definition of gnus-buffer-configuration makes
sgnus-0.24 barf on xemacs-19.13 :

(defvar gnus-buffer-configuration
  '((group
     (vertical 1.0 
	       (group 1.0 point) 
	       (if gnus-carpal (group-carpal 4))))
    (summary
     (vertical 1.0
	       (summary 1.0 point)
	       (if gnus-carpal (summary-carpal 4))))
    (article
     (if gnus-use-picon
	 '(frame 1.0
		 (vertical 1.0
			   (summary 0.25 point)
			   (if gnus-carpal (summary-carpal 4)) 
			   (article 1.0))
		 (vertical 1.0
			   (picon 1.0)))
       '(vertical 1.0
		 (summary 0.25 point)
		 (if gnus-carpal (summary-carpal 4)) 
		 (article 1.0))))
 ...


frame is not valid as a buffer type. gnus-configure-windows can't do
is job. What should we put here instead of 'frame ?

Nice job with the support of toolbars, faces and so on ...

Fabrice POPINEAU
------------------------
e-mail:       popineau@ese-metz.fr              voice-mail: (+33) 87-74-99-38 
surface-mail: Supelec, 2 rue E. Belin, F-57078 Metz Cedex 3    


             reply	other threads:[~1995-12-19 10:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-12-19 10:05 Fabrice Popineau [this message]
1995-12-20  2: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=wyhgyxid2i.fsf@neuromancer.ese-metz.fr \
    --to=popineau@ese-metz.fr \
    /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).