From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12855 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: making gnus-summary-reparent-thread work right with nnml Date: 19 Nov 1997 10:14:45 +0100 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152319 6045 80.91.224.250 (20 Oct 2002 22:18:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:18:39 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id DAA14904 for ; Wed, 19 Nov 1997 03:26:39 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA20290 for ; Wed, 19 Nov 1997 05:26:58 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no (8.8.7/8.8.7/ifi0.2) with SMTP id KAA28756 for ; Wed, 19 Nov 1997 10:19:23 +0100 (MET) Original-Received: (qmail 28371 invoked by uid 504); 19 Nov 1997 09:19:22 -0000 Original-Received: (qmail 28368 invoked from network); 19 Nov 1997 09:19:19 -0000 Original-Received: from abel.metis.no (HELO gw.metis.no) (193.90.64.1) by claymore.vcinet.com with SMTP; 19 Nov 1997 09:19:17 -0000 Original-Received: by gw.metis.no (8.8.6/8.8.6) with ESMTP id KAA10332; Wed, 19 Nov 1997 10:18:45 +0100 (MET) Original-Received: by metis.no (8.8.6/8.8.6) with ESMTP id KAA25763; Wed, 19 Nov 1997 10:18:42 +0100 (MET) Original-Received: by norne.troll.no (8.8.4/8.8.4) id KAA28258; Wed, 19 Nov 1997 10:14:45 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: Steinar Bang's message of "18 Nov 1997 17:13:56 +0100" Original-Lines: 33 X-Mailer: Gnus v5.5/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:12855 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12855 >>>>> Steinar Bang : > Platform: Emacs 19.34, gnus-5.4.67 with nnml backend, SPARC, Solaris 2.5 And tm 7.105, I forgot to add. > I've never gotten gnus-summary-reparent-thread to work right. If I > insert a References: header or edit an existing References: header > manually with gnus-summary-edit-article, it is immediately rethreaded > when I do a C-c C-c. > If I use gnus-summary-reparent-thread, I don't see the new References: > header when I toggle all headers with the "t" command, if the message > had no References: header to begin with (this is the part I don't know > how to make work). Also "Fetch parent" doesn't work for these > articles. I thought that tm might be the culprit here, so I first tried toggling it off without seeing any change in the behaviour. I then started up a brand new emacs without tm (I had to load tm's emu-e19.el to be able to make 5.4.67 run on 19.34, tho... Maybe because it was loaded when Gnus was byte compiled?), and observed the same behaviour: The new References field doesn't show up when I toggle all headers or when I edit the article. "Fetch parent" reports "No references in...". But grep finds a References header in the rethreaded article... I'm clueless...:-/ - Steinar