From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83956 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [BUG?] gnus-uu-digest-mail-forward from nnir Date: Mon, 09 Dec 2013 08:18:23 +0900 Organization: Emacsen advocacy group Message-ID: References: <87iov22ocq.fsf@gmx.us> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1386544801 21527 80.91.229.3 (8 Dec 2013 23:20:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Dec 2013 23:20:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32211@lists.math.uh.edu Mon Dec 09 00:20:06 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vpndt-0003Ij-Bk for ding-account@gmane.org; Mon, 09 Dec 2013 00:20:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1VpndE-0003ou-7V; Sun, 08 Dec 2013 17:19:24 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1VpndD-0003ol-18 for ding@lists.math.uh.edu; Sun, 08 Dec 2013 17:19:23 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1VpndB-0008CP-Db for ding@lists.math.uh.edu; Sun, 08 Dec 2013 17:19:22 -0600 Original-Received: from mail-halifax.hostforweb.net ([205.234.137.17] helo=halifax.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Vpnd9-0006cn-OY for ding@gnus.org; Mon, 09 Dec 2013 00:19:19 +0100 Original-Received: from [127.0.0.1] (port=55414 helo=localhost) by halifax.hostforweb.net with smtp (Exim 4.80.1) (envelope-from ) id 1VpncK-00083m-9x for ding@gnus.org; Sun, 08 Dec 2013 17:19:12 -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&( Cancel-Lock: sha1:HgTVTvLddfDm4SlSKevnP2L0WUo= 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 - halifax.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: halifax.hostforweb.net: acl_c_authenticated_local_user: yamaokac X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.4701 Ham tokens: 0.000-2299--14933h-3s--0d--H*M:fsf, 0.000-49755--323228h-66s--0d--git, 0.002-2--7h-0s--1d--HX-OutGoing-Spam-Status:score, 0.003-1--6h-0s--0d--emacs, 0.003-1--5h-0s--0d--HCancel-Lock:sha1 Spam tokens: 0.997-1--0h-4s--2d--HX-AntiAbuse:gnus.org, 0.995-14840--464h-71186s--0d--H*r:quimby.gnus.org, 0.992-13932--684h-67985s--0d--H*Ad:D*gnus.org, 0.991-14304--776h-70144s--0d--HTo:D*gnus.org, 0.991-14842--817h-72835s--0d--HX-Spam-Relays-External:quimby.gnus.org Autolearn status: ham 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4701] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [205.234.137.17 listed in list.dnswl.org] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83956 Archived-At: Rasmus wrote: > When reading emails via nnir from a nnimap group (that is I do search > 'G-G' on a nnimap group) I get a number-or-marker-p error when I mark > several emails (with '#') and try to forward them. [...] > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p (15 16 17 18 19 20 21 8 10 9 11 13 12 14)) > gnus-uu-digest-mail-forward(nil nil) > gnus-summary-mail-forward(nil) > call-interactively(gnus-summary-mail-forward nil nil) > command-execute(gnus-summary-mail-forward) I could reproduce it with G-G for a Gmane nntp group. Now the bug has been fixed in Gnus Git master and Emacs trunk.