From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81007 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: still asked later after gnus-summary-exit-no-update Date: Fri, 27 Jan 2012 19:57:16 -0500 Message-ID: <87r4ykod8z.fsf@uwo.ca> References: <87pqgl2uok.fsf@jidanni.org> <87y5tmrv9w.fsf@uwo.ca> <87sjjqp07g.fsf@uwo.ca> <87wr8d6pen.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327712321 5130 80.91.229.12 (28 Jan 2012 00:58:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 28 Jan 2012 00:58:41 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29289@lists.math.uh.edu Sat Jan 28 01:58:37 2012 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 1Rqwcm-0008Rj-Nl for ding-account@gmane.org; Sat, 28 Jan 2012 01:58:37 +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 1Rqwbu-0006kq-Br; Fri, 27 Jan 2012 18:57:42 -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 1Rqwbr-0006ke-QH for ding@lists.math.uh.edu; Fri, 27 Jan 2012 18:57:39 -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 1Rqwbn-0002a5-5P for ding@lists.math.uh.edu; Fri, 27 Jan 2012 18:57:39 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rqwbk-0006Kt-Ax for ding@gnus.org; Sat, 28 Jan 2012 01:57:32 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rqwbk-0008AB-0K for ding@gnus.org; Sat, 28 Jan 2012 01:57:32 +0100 Original-Received: from cpe0023bee5dd21-cm0023bee5dd1e.cpe.net.cable.rogers.com ([99.249.62.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Jan 2012 01:57:31 +0100 Original-Received: from jdc by cpe0023bee5dd21-cm0023bee5dd1e.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Jan 2012 01:57:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe0023bee5dd21-cm0023bee5dd1e.cpe.net.cable.rogers.com User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) Mail-Copies-To: never Cancel-Lock: sha1:TCuWiTbHggyuL7KVsMToTY1jzGo= X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81007 Archived-At: Lars Ingebrigtsen writes: > Dan Christensen writes: > >>> Do you have `gnus-kill-summary-on-exit' unset? >> >> Yes, it is nil. This is handy when I exit with `q' but immediately >> decide to jump back into the group. Maybe exiting with `Q' should >> ignore this variable? > > It should, and if I unset that variable, enter a group, exit the group, > and then press `Q', Gnus kills the buffer without querying me. > > So I'm not able to reproduce this bug. > > (setq debug-on-quit t) and `C-g' when it prompts you, and post the > backtrace. Gnus doesn't prompt me. It just jumps me to the *Group* buffer and leaves the *Summary* buffer hanging around. Dan