From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50718 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Threading wrong if showing undownloaded articles Date: Sun, 09 Mar 2003 08:33:58 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84d6ldkc9w.fsf@lucy.is.informatik.uni-duisburg.de> <84bs0wy2mx.fsf@lucy.is.informatik.uni-duisburg.de> <84llzp3hqq.fsf@lucy.is.informatik.uni-duisburg.de> <841y1gdbyx.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1047220449 1152 80.91.224.249 (9 Mar 2003 14:34:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2003 14:34:09 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Sun Mar 09 15:34:08 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18s1sO-0000IQ-00 for ; Sun, 09 Mar 2003 15:34:08 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18s1sb-0001Xq-00; Sun, 09 Mar 2003 08:34:21 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 09 Mar 2003 08:35:21 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA14279 for ; Sun, 9 Mar 2003 08:35:09 -0600 (CST) Original-Received: (qmail 55754 invoked by alias); 9 Mar 2003 14:34:04 -0000 Original-Received: (qmail 55749 invoked from network); 9 Mar 2003 14:34:03 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 9 Mar 2003 14:34:03 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18s2DV-0006K7-00 for ; Sun, 09 Mar 2003 15:55:57 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: 216.12.206.221 Original-X-Trace: quimby.gnus.org 1047221757 24183 216.12.206.221 (9 Mar 2003 14:55:57 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 9 Mar 2003 14:55:57 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (windows-nt) Cancel-Lock: sha1:tNi8JlVd3s6G5OwjzWqUy8l/RJ8= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50718 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50718 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Kevin Greiner writes: > >> It sure looks it. Let's try making a small change to >> gnus-agent-fetch-selected-article :). >> >> Replace the entire call to gnus-summary-update-article-line with >> (gnus-summary-update-line gnus-current-article) > > Oh, boy, I made a Freudian error and made a change in gnus-sum.el > instead. Then I looked again and saw that you said to make the > change in gnus-agent-fetch-selected-article... > > Both changes work. > > Are you going to check in the fix to > gnus-agent-fetch-selected-article? > Yes. I'll check it in today. Kevin