From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67793 Path: news.gmane.org!not-for-mail From: Seb Newsgroups: gmane.emacs.gnus.general Subject: Re: message-dont-send kill buffer Date: Sun, 16 Nov 2008 17:43:42 -0600 Organization: Church of Emacs Message-ID: <87wsf344pd.fsf@patagonia.sebmags.homelinux.org> References: <873ai4uqxb.fsf@patagonia.sebmags.homelinux.org> <871vxormy7.fsf@thinkpad.tsdh.de> <87vduyopkl.fsf@patagonia.sebmags.homelinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1226879163 1047 80.91.229.12 (16 Nov 2008 23:46:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2008 23:46:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16242@lists.math.uh.edu Mon Nov 17 00:47:07 2008 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 1L1rKb-0004s6-Us for ding-account@gmane.org; Mon, 17 Nov 2008 00:47:06 +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 1L1rHe-0004WG-MG; Sun, 16 Nov 2008 17:44:02 -0600 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 1L1rHc-0004Vy-NG for ding@lists.math.uh.edu; Sun, 16 Nov 2008 17:44:00 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1L1rHW-000721-Ez for ding@lists.math.uh.edu; Sun, 16 Nov 2008 17:44:00 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1L1rHf-0004A3-00 for ; Mon, 17 Nov 2008 00:44:03 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L1rHT-0005PT-0j for ding@gnus.org; Sun, 16 Nov 2008 23:43:51 +0000 Original-Received: from s01060015e975d7fb.wp.shawcable.net ([24.77.75.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Nov 2008 23:43:51 +0000 Original-Received: from spluque by s01060015e975d7fb.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Nov 2008 23:43:51 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 63 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s01060015e975d7fb.wp.shawcable.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:JzuZ24dkk0DtxqL6ie5rF+BnJrI= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67793 Archived-At: Hi, After some tips from Tassilo, the best solution for me was to do 'C-x C-s C-x k'. However, this still asks me "kill buffer *mail*" and "Remove the backup file?", which I nearly always answer yes and no, respectively. How can we set those as default actions? Going through Message's docs and customization buffer, I found I have the relevant (AFAICS) things at default values: ,-----[ C-h v message-kill-buffer-on-exit RET ] | message-kill-buffer-on-exit is a variable defined in `message.el'. | Its value is t | | Documentation: | *Non-nil means that the message buffer will be killed after sending a message. | | You can customize this variable. | | [back] `----- ,-----[ C-h v message-kill-actions RET ] | message-kill-actions is a variable defined in `message.el'. | Its value is | ((when | (gnus-buffer-exists-p "*Summary nnml:Incoming*") | (set-window-configuration #))) | | Local in buffer *wide reply to Tassilo Horn*; global value is nil | | Documentation: | A list of actions to be performed before killing a message buffer. | | [back] `----- ,-----[ C-h v message-kill-buffer-query RET ] | message-kill-buffer-query is a variable defined in `message.el'. | Its value is t | | Documentation: | *Non-nil means that killing a modified message buffer has to be confirmed. | This is used by `message-kill-buffer'. | | You can customize this variable. | | This variable was introduced, or its default value was changed, in | version 23.1 of Emacs. | | [back] `----- Yet, Message keeps asking these questions. It doesn't make any difference if I set the latter to nil, although it shouldn't have anything to do with this because it refers to a *modified* buffer because of C-x C-s. Any further suggestions? Thanks. Cheers, -- Seb