From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4839 Path: main.gmane.org!not-for-mail From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: Calculating number of articles in a thread in gnus-buffer-configuration Date: 20 Jan 1996 06:24:48 +0100 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145530 31017 80.91.224.250 (20 Oct 2002 20:25:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:25:30 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from moonbase_v.moonvalley.com (root@moonbase_v.moonvalley.com [204.212.162.1]) by miranova.com (8.7.3/8.6.9) with SMTP id LAA11227 for ; Sat, 20 Jan 1996 11:45:14 -0800 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by moonbase_v.moonvalley.com (8.6.12/8.6.9) with ESMTP id LAA01558 for ; Sat, 20 Jan 1996 11:34:46 -0800 Original-Received: from surt.ifi.uio.no (4867@surt.ifi.uio.no [129.240.76.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 20 Jan 1996 06:24:50 +0100 Original-Received: (from larsi@localhost) by surt.ifi.uio.no ; Sat, 20 Jan 1996 06:24:49 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Tonny.Madsen@netman.dk's message of 18 Jan 1996 11:56:38 +0100 Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:4839 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4839 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.