From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10950 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus programming question Date: 17 May 1997 06:03:11 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035150742 27433 80.91.224.250 (20 Oct 2002 21:52:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:52:22 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id VAA11067 for ; Fri, 16 May 1997 21:43:08 -0700 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sat, 17 May 1997 06:16:32 +0200 Original-Received: (qmail 20733 invoked by uid 504); 17 May 1997 04:16:30 -0000 Original-Received: (qmail 20729 invoked from network); 17 May 1997 04:16:30 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by claymore.vcinet.com with SMTP; 17 May 1997 04:16:29 -0000 Original-Received: from proletcult.slip.ifi.uio.no (root@ppp19.larris.ifi.uio.no [129.240.68.119]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 17 May 1997 06:16:26 +0200 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id GAA19002; Sat, 17 May 1997 06:03:14 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Kai Grossjohann's message of 16 May 1997 17:27:54 +0200 Original-Lines: 24 X-Mailer: Gnus v5.4.52/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > suppose I had a group name and a number of article numbers. How would > I go about creating a summary buffer with exactly those articles? There's no function that does this in Gnus. What articles are selected is decided rather far down in the code. I could add an entry point that would allow you to do this, though. Uhm, yes, I'll add that to the todo list. You should go ahead and have a look at `gnus-select-newsgroup' and friends in gnus-sum.el if you want to do this straight away, though. > More difficult question: How would I go about creating a summary > buffer with those articles as mentioned above, plus all other articles > in threads? This would be more difficult. Or perhaps not. You could just switch on fetching of old headers to build threads. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen