From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27120 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Including cached messages automatically? Date: 21 Nov 1999 13:40:38 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164204 22982 80.91.224.250 (21 Oct 2002 01:36:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:36:44 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA29845 for ; Sun, 21 Nov 1999 07:41:34 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB12676; Sun, 21 Nov 1999 06:41:32 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 21 Nov 1999 06:41:48 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id GAA01768 for ; Sun, 21 Nov 1999 06:41:38 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA29840 for ; Sun, 21 Nov 1999 07:41:10 -0500 (EST) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id NAA16159 for ; Sun, 21 Nov 1999 13:40:39 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id NAA17227; Sun, 21 Nov 1999 13:40:38 +0100 (MET) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian/GNU) id NAA26419; Sun, 21 Nov 1999 13:40:38 +0100 Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "19 Nov 1999 12:35:00 +0100" Original-Lines: 34 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4.90 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27120 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27120 Thanks to Simon, I now use the following code: (add-hook 'gnus-summary-prepared-hook (lambda () (save-excursion (gnus-summary-limit-include-cached)))) There's still a problem, though: threading is wrong. For example, have a look at the following summary buffer (gnu.emacs.gnus): ,----- | O [21-Nov, 1k: Rich Churcher ] Altered headers in drafts | O* [07-Oct, 0b: Henrik Holm ] Re: Footnotes [Was: Re: Colors in the article buffer] | O* [04-Oct, 0b: BrYan P. Johnso] gnus-pers.el -- an alternative to gnus-posting-styles | O* [08-Sep, 0b: ralph.schleiche] Re: email attachments | O* [09-Sep, 0b: Rob Browning ] Re: does sendmail makes sent messages disappear in gnus? | R [21-Nov, 1k: Jochem Huhmann ] | R [21-Nov, 1k: Rich Churcher ] | R [21-Nov, 1k: Jochem Huhmann ] `----- When I entered the group (with SPC, auto-select-first is on), the first message by Jochem was shown. I then hit `^' on that message, and the first message by Rich was added to the buffer. Please note that the three messages marked `R' are not children of the message by Rob. Instead, they are children of the first message by Rich! Does this mean that there is a bug, or is it a pilot error (not at all unlikely)? kai -- because I couldn't think of a good beginning.