From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86598 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 09:50:30 +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 1452646325 20272 80.91.229.3 (13 Jan 2016 00:52:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2016 00:52:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34825@lists.math.uh.edu Wed Jan 13 01:51:53 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 1aJ9fE-000054-Ee for ding-account@gmane.org; Wed, 13 Jan 2016 01:51:52 +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 1aJ9e6-0007sn-FW; Tue, 12 Jan 2016 18:50:42 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aJ9e3-0007sO-Ce for ding@lists.math.uh.edu; Tue, 12 Jan 2016 18:50:39 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aJ9e1-0000Ky-JE for ding@lists.math.uh.edu; Tue, 12 Jan 2016 18:50:39 -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 1aJ9dz-0002cc-P0 for ding@gnus.org; Wed, 13 Jan 2016 01:50:36 +0100 Original-Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:63658 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aJ9dq-001hM0-KU for ding@gnus.org; Tue, 12 Jan 2016 18:50:27 -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:C8koaKw9c5/zOvowJzaOF+hCt6Q= 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: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86598 Archived-At: On Sun, 10 Jan 2016 22:21:55 +0100, Alan Schmitt wrote: > I think I found a bug with `gnus-summary-refer-article'. If I fetch an > article that comes from another group, it gets inserted in the summary > with a number of -1. During the call to `gnus-summary-mark-article', the > following is done > (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark)) > which results in mark being nil. [...] > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > =(nil 32) > gnus-summary-mark-article(-1 82) [...] > gnus-summary-refer-article("52947012.308@cse.gu.se") I'm not quite sure whether these are helpful questions, but What is the method of the group (nnml, nnimap, ...) you are in? What is the method of the group where <52947012.308@cse.gu.se> comes? What is the mark the <52947012.308@cse.gu.se> article had? I haven't been able to reproduce such an error so far.