From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86600 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: a bug with gnus-summary-refer-article? Date: Wed, 13 Jan 2016 18:10:04 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1452676261 470 80.91.229.3 (13 Jan 2016 09:11:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2016 09:11:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34827@lists.math.uh.edu Wed Jan 13 10:10:44 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aJHRx-00087p-6d for ding-account@gmane.org; Wed, 13 Jan 2016 10:10:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aJHRc-0002nk-5Z; Wed, 13 Jan 2016 03:10:20 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aJHRZ-0002nA-ME for ding@lists.math.uh.edu; Wed, 13 Jan 2016 03:10:17 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aJHRY-0001Q2-EG for ding@lists.math.uh.edu; Wed, 13 Jan 2016 03:10:17 -0600 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1aJHRW-00088R-Ou for ding@gnus.org; Wed, 13 Jan 2016 10:10:15 +0100 Original-Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:64090 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aJHRN-0015f5-RW for ding@gnus.org; Wed, 13 Jan 2016 03:10:07 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:0aNnLG5Nun22zdLlX3ZESMF7HZE= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86600 Archived-At: On Wed, 13 Jan 2016 09:49:34 +0100, Alan Schmitt wrote: > On 2016-01-13 09:50, Katsumi Yamaoka writes: [...] >> What is the method of the group (nnml, nnimap, ...) you are in? > nnimap >> What is the method of the group where <52947012.308@cse.gu.se> comes? > nnimap, from another server >> What is the mark the <52947012.308@cse.gu.se> article had? > 79, which seems to be 'O'. I'm not a nnimap user much less a nnimap expert, sorry. But... > The crux of the error is on line 11110 of gnus-sem.el. When I edebug > this function, it is used twice (once for the existing article in the > group, and once for the newly inserted article). During the second > execution, this line > (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark)) > evaluates to nil, I guess because `article' is a negative number or > because the article comes from a group that is on another server. Do you > see this as well? Ok, I'll try it with the other back end and different servers.