From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69046 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Buffer has a running process when reporting spam to gmane Date: Fri, 25 Sep 2009 15:58:35 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87skeaivwk.fsf@lifelogs.com> References: <87ws3qdqzz.fsf@sphax.lybrafox.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1253912422 8388 80.91.229.12 (25 Sep 2009 21:00:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Sep 2009 21:00:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17463@lists.math.uh.edu Fri Sep 25 23:00:15 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1MrHtn-0004ub-7w for ding-account@gmane.org; Fri, 25 Sep 2009 23:00:15 +0200 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 1MrHtg-0000Lf-9x; Fri, 25 Sep 2009 16:00:08 -0500 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 1MrHte-0000LI-VF for ding@lists.math.uh.edu; Fri, 25 Sep 2009 16:00:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MrHtd-0000rI-GB for ding@lists.math.uh.edu; Fri, 25 Sep 2009 16:00:06 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MrHuG-0007u0-00 for ; Fri, 25 Sep 2009 23:00:44 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1MrHtc-0004q3-En for ding@gnus.org; Fri, 25 Sep 2009 23:00:04 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Sep 2009 23:00:04 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Sep 2009 23:00:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:rpdM7IaRr60e3Zdid6NDZThkHYs= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69046 Archived-At: On Wed, 23 Sep 2009 10:06:40 +0200 hobbes@poukram.net (Rémi Letot) wrote: RL> I use gnus and gmane to read many mailing lists, and report spam RL> whenever I can. I use gnus as packaged in emacs-snapshot on debian, RL> which tracks emacs development (latest snapshot from 09/09/2009). RL> Now I have experienced a small problem for some weeks : whenever I mark RL> messages as spam in gnus, I have error messages when I quit the group: RL> Buffer has a running process; kill it? (y or n) RL> The number of messages is equal to the number of marked messages. I RL> answer "n" (multiple times if needed) and apparently the messages are RL> correctly reported to gmane as shown in the messages buffer: RL> Exiting summary buffer and applying spam rules RL> Registering 1 specific articles as spam using backend spam-use-gmane RL> Reporting article 198 to spam.gmane.org... RL> Buffer has a running process; kill it? (y or n) RL> 1 spam messages were registered by backend spam-use-gmane. RL> I can't remember when that behaviour started, but don't hesitate to ask RL> for more information if needed. I think this may be coming from the function spam-report-url-ping-plain. Does anyone know why it doesn't use `url-retrieve' but instead implements its own version? Looks like Reiner did some work on it last, but the original code is vintage Lars :) Ted