From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88140 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnorb can't find moved messages Date: Sat, 29 Sep 2018 12:54:04 -0700 Message-ID: <87zhw0axlv.fsf@ericabrahamsen.net> References: <87r2hf6ss4.fsf@sphax> <87d0syoo88.fsf@ericabrahamsen.net> <87zhw0ci0g.fsf@ericabrahamsen.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1538250781 23357 195.159.176.226 (29 Sep 2018 19:53:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 29 Sep 2018 19:53:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: ding@gnus.org, hobbes@poukram.net To: Bob Newell Original-X-From: ding-owner+M36354@lists.math.uh.edu Sat Sep 29 21:52:57 2018 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g6LIP-0005y0-9F for ding-account@gmane.org; Sat, 29 Sep 2018 21:52:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.90_1) (envelope-from ) id 1g6LJp-0004hX-Sz; Sat, 29 Sep 2018 14:54:26 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1g6LJh-0004ei-0O for ding@lists.math.uh.edu; Sat, 29 Sep 2018 14:54:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1g6LJf-00081x-MR for ding@lists.math.uh.edu; Sat, 29 Sep 2018 14:54:16 -0500 Original-Received: from mail.ericabrahamsen.net ([50.56.99.223]) by quimby.gnus.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g6LJe-0004Qi-DC for ding@gnus.org; Sat, 29 Sep 2018 21:54:14 +0200 Original-Received: from localhost (97-113-251-203.tukw.qwest.net [97.113.251.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 90F78C18AE; Sat, 29 Sep 2018 19:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1538250850; bh=XIRi+DUeZFTaItxJ78gsAYIk5cgVbMhCvdQTlW/+QRg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=gy0KsISH06eTA3NaWKCGrG4zwqxwwDlkYjPH4GrTtxNzTdAvrrif8MWXu6kfo4H+0 7vww7NYAIkkB48Ak+vQwKFnz0u3EFrHWrJ3IwSCYbN4ebsBJFVoS55jP+BEdZwBIKR nbtXJcCvOtUna/XiyNmAykmJ93BWHG7bsHejWtdI= In-Reply-To: <87zhw0ci0g.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sat, 29 Sep 2018 10:47:59 -0700") X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88140 Archived-At: Eric Abrahamsen writes: > Bob Newell writes: > >> This problem also arose for me when I very first started to >> use Gnorb, and also surprised me as I thought the registry >> would act as a sort of invariant pointer. However, it didn't. > > Thanks to both of you -- it looks to me like the problem is in > `gnorb-follow-gnus-link', not the registry. I've noticed that sometimes > if you follow Gnus message links, you get into a Summary buffer that > includes a bogus (None) message. Usually nothing happens with that, but > in this case it looks like Gnorb tries to start a reply to that bogus > message. > > In my brief testing, it only happens the first time you try it. After > the first time Gnorb correctly finds the moved message, and starts a > reply to it. I have no idea why, I assume some caching is going on. > Anyway, I will try to fix `gnorb-follow-gnus-link' so it doesn't do > that. Okay, it looks like I'd left behind some bits of an earlier attempt at caching that should have been deleted. I've cleaned that out and bumped the version; it works for me now. Give it a shot if you have time! Eric