From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81435 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus quietly quits in background? Date: Sun, 19 Feb 2012 09:33:13 +0100 Organization: Programmerer Ingebrigtsen Message-ID: <87vcn3rzna.fsf@gnus.org> References: <874nuo5xte.fsf@ericabrahamsen.net> <878vk0pa9z.fsf@gnus.org> <87mx8g5ge7.fsf@gmail.com> <87fwe7x1oh.fsf@gnus.org> <87aa4fobl7.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1329640498 31707 80.91.229.3 (19 Feb 2012 08:34:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2012 08:34:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29715@lists.math.uh.edu Sun Feb 19 09:34:57 2012 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 1Rz2ER-0006TE-PY for ding-account@gmane.org; Sun, 19 Feb 2012 09:34:56 +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 1Rz2D6-0001e6-TW; Sun, 19 Feb 2012 02:33:32 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Rz2D3-0001du-Ma for ding@lists.math.uh.edu; Sun, 19 Feb 2012 02:33:29 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Rz2D1-0000vV-Ty for ding@lists.math.uh.edu; Sun, 19 Feb 2012 02:33:29 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rz2Cz-0005DE-U7 for ding@gnus.org; Sun, 19 Feb 2012 09:33:25 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rz2Cv-0005go-P3 for ding@gnus.org; Sun, 19 Feb 2012 09:33:21 +0100 Original-Received: from 93-41-188-50.ip82.fastwebnet.it ([93.41.188.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2012 09:33:21 +0100 Original-Received: from larsi by 93-41-188-50.ip82.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2012 09:33:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 93-41-188-50.ip82.fastwebnet.it Mail-Copies-To: never User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:I3IORn52uVAmCTZKA/1egW7p6VI= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81435 Archived-At: Eric Abrahamsen writes: > Nope, I got it again right away -- first time I visited an article with > an image in it… Right. I've now instrumented `kill-buffer' so that it'll give me a backtrace when something tries to kill the group buffer. Could you try this, too? (defvar real-kill-buffer (symbol-function 'kill-buffer)) (defun kill-buffer (&optional buffer) (when (and (bufferp buffer) (equal (buffer-name buffer) "*Group*")) (debug)) (funcall real-kill-buffer buffer)) -- (domestic pets only, the antidote for overdose, milk.) http://lars.ingebrigtsen.no * Sent from my Rome