Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: ding@gnus.org
Subject: Re: gnus quietly quits in background?
Date: Mon, 20 Feb 2012 08:15:21 +0100	[thread overview]
Message-ID: <87haymou0m.fsf@gnus.org> (raw)
In-Reply-To: <874numdyek.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 20 Feb 2012 10:36:03 +0800")

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> I just updated both gnus and emacs 24, and am still having the problem…

I'm not seeing it any more, though.

Could you eval the following and post the backtrace?

(defvar real-kill-buffer (symbol-function 'kill-buffer))
(defun kill-buffer (&optional buffer)
  (when (and (bufferp buffer)
	     (or (equal (buffer-name buffer) "*Group*")
		 (and (> (length (buffer-name buffer)) 10)
		      (equal (substring (buffer-name buffer) 0 8)
			     "*Summary"))))
    (debug))
  (funcall real-kill-buffer buffer))

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome



  reply	other threads:[~2012-02-20  7:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-18  8:51 Eric Abrahamsen
2012-02-18  9:05 ` Eric Abrahamsen
2012-02-18  9:11 ` Adam Sjøgren
2012-02-18  9:36   ` Eric Abrahamsen
2012-02-18 10:13 ` Antoine Levitt
2012-02-18 10:35 ` Steinar Bang
2012-02-18 12:59 ` Lars Ingebrigtsen
2012-02-18 15:07   ` Antoine Levitt
2012-02-18 21:38     ` Lars Ingebrigtsen
2012-02-19  1:28       ` Eric Abrahamsen
2012-02-19  8:33         ` Lars Ingebrigtsen
2012-02-19  8:47           ` Lars Ingebrigtsen
2012-02-19  8:50             ` Lars Ingebrigtsen
2012-02-20  2:36               ` Eric Abrahamsen
2012-02-20  7:15                 ` Lars Ingebrigtsen [this message]
2012-02-20 11:32                   ` Eric Abrahamsen
2012-02-20 12:15                     ` Lars Ingebrigtsen
2012-02-21  6:01                       ` Eric Abrahamsen
2012-02-19  0:02   ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87haymou0m.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    --cc=eric@ericabrahamsen.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).