Gnus development mailing list
 help / color / mirror / Atom feed
* Re: picons support
@ 1995-12-19 10:05 Fabrice Popineau
  1995-12-20  2:54 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Popineau @ 1995-12-19 10:05 UTC (permalink / raw)



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    


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

* Re: picons support
  1995-12-19 10:05 picons support Fabrice Popineau
@ 1995-12-20  2:54 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1995-12-20  2:54 UTC (permalink / raw)


popineau@ese-metz.fr (Fabrice Popineau) writes:

>      (if gnus-use-picon
> 	 '(frame 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 ?

Uhmn, nothing.  :-)  This was just a dummy piece of code I was playing
with that inadvertantly (well, ok, if you can call the usual "who me?
what?" thing I do "inadvertant") made it into the release.  Just
ignore it -- set `gnus-use-picon' to nil.

-- 
Home is where the cat is.


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

end of thread, other threads:[~1995-12-20  2:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-19 10:05 picons support Fabrice Popineau
1995-12-20  2: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).