From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72547 Path: news.gmane.org!not-for-mail From: hobbes@poukram.net (=?utf-8?Q?R=C3=A9mi?= Letot) Newsgroups: gmane.emacs.gnus.general Subject: Re: Buffer has a running process. Kill it? (yes/no) Date: Mon, 04 Oct 2010 21:42:45 +0200 Message-ID: <87wrpx922y.fsf@sphax.lybrafox.lan> References: <8739sl3je4.fsf@dod.no> <87y6ad24oq.fsf@dod.no> <87mxqt92tk.fsf@sphax.lybrafox.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1286221520 29131 80.91.229.12 (4 Oct 2010 19:45:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 19:45:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20919@lists.math.uh.edu Mon Oct 04 21:45:19 2010 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.69) (envelope-from ) id 1P2qyM-0005rs-SK for ding-account@gmane.org; Mon, 04 Oct 2010 21:45:19 +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 1P2qyH-0000kr-5x; Mon, 04 Oct 2010 14:45:13 -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 1P2qyF-0000ka-Rk for ding@lists.math.uh.edu; Mon, 04 Oct 2010 14:45:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P2qyB-0004EB-7c for ding@lists.math.uh.edu; Mon, 04 Oct 2010 14:45:11 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P2qyA-0001S5-00 for ; Mon, 04 Oct 2010 21:45:06 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P2qy8-0005nq-A6 for ding@gnus.org; Mon, 04 Oct 2010 21:45:04 +0200 Original-Received: from 181.178-66-87.adsl-dyn.isp.belgacom.be ([87.66.178.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 21:45:04 +0200 Original-Received: from hobbes by 181.178-66-87.adsl-dyn.isp.belgacom.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 21:45:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 181.178-66-87.adsl-dyn.isp.belgacom.be User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:WbuCc211HQef3yEcAlmu8wK0/Xg= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72547 Archived-At: Lars Magne Ingebrigtsen writes: > hobbes@poukram.net (Rémi Letot) writes: > >> Debugger entered--Lisp error: (quit) >> signal(quit nil) >> yes-or-no-p("Buffer has a running process; kill it? ") >> process-kill-buffer-query-function() >> kill-buffer(#>) >> byte-code("\301!\203\n > > There was probably more here, but the mailer cut it off. Can you remove > the binary stuff and post again? Here comes, and this time with git gnus since I could make it again :-) Debugger entered--Lisp error: (quit) signal(quit nil) yes-or-no-p("Buffer has a running process; kill it? ") process-kill-buffer-query-function() kill-buffer(#) byte-code("\301!\203\n.\302!\210\301\207" [temp-buffer buffer-name kill-buffer] 2) spam-report-url-ping-plain("spam.gmane.org" "/gmane.linux.debian.devel.gnome.general:31905") spam-report-url-ping("spam.gmane.org" "/gmane.linux.debian.devel.gnome.general:31905") spam-report-gmane-internal(nil 31905) spam-report-gmane-spam(31905) apply(spam-report-gmane-spam 31905) spam-report-gmane-register-routine((31905)) spam-register-routine(spam spam-use-gmane (31905)) spam-resolve-registrations-routine() spam-summary-prepare-exit() run-hooks(gnus-summary-prepare-exit-hook) apply(run-hooks gnus-summary-prepare-exit-hook) gnus-run-hooks(gnus-summary-prepare-exit-hook) gnus-summary-exit() call-interactively(gnus-summary-exit nil nil) Hope this helps, -- Rémi