Gnus development mailing list
 help / color / mirror / Atom feed
* Calculating number of articles in a thread in gnus-buffer-configuration
@ 1996-01-18 10:56 Tonny Madsen
  1996-01-20  5:24 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Tonny Madsen @ 1996-01-18 10:56 UTC (permalink / raw)


This is somewhat related to some of the other threads about the
conditional use of the three buffer. I would like to have a tree
buffer iff there are more than one article in the thread shown in the
tree buffer.

I have tries to use 

(gnus-add-configuration
 '(article
  (vertical 1.0
	    (summary 0.2 point)
	    (if (> (length (gnus-summary-articles-in-thread)) 1)
		'(tree 0.2))
	    (article 1.0))))

but this doesn't work. Has anybody done this yet?

--  tonny
----
Tonny Madsen, NetMan a/s, Vandtaarnsvej 77, DK-2860 Soeborg, Denmark
E-mail: Tonny.Madsen@netman.dk 
Telephone: +45 39 66 40 20 Fax: +45 39 66 06 75


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

* Re: Calculating number of articles in a thread in gnus-buffer-configuration
  1996-01-18 10:56 Calculating number of articles in a thread in gnus-buffer-configuration Tonny Madsen
@ 1996-01-20  5:24 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-01-20  5:24 UTC (permalink / raw)


Tonny.Madsen@netman.dk (Tonny Madsen) writes:

> (gnus-add-configuration
>  '(article
>   (vertical 1.0
> 	    (summary 0.2 point)
> 	    (if (> (length (gnus-summary-articles-in-thread)) 1)
> 		'(tree 0.2))
> 	    (article 1.0))))

`gnus-summary-articles-in-thread' -- what thread is that?  Perhaps 
`(gnus-summary-articles-in-thread (cdr gnus-article-current))' might
work, but it depends on when the windows are configured.

-- 
Home is where the cat is.


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

end of thread, other threads:[~1996-01-20  5:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-18 10:56 Calculating number of articles in a thread in gnus-buffer-configuration Tonny Madsen
1996-01-20  5:24 ` 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).