From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67773 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: message-dont-send kill buffer Date: Fri, 07 Nov 2008 08:53:52 +0100 Message-ID: <871vxormy7.fsf@thinkpad.tsdh.de> References: <873ai4uqxb.fsf@patagonia.sebmags.homelinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226044476 4086 80.91.229.12 (7 Nov 2008 07:54:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2008 07:54:36 +0000 (UTC) Cc: ding@gnus.org To: Seb Original-X-From: ding-owner+M16224@lists.math.uh.edu Fri Nov 07 08:55:39 2008 connect(): Connection refused 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 1KyMBt-0000JK-OR for ding-account@gmane.org; Fri, 07 Nov 2008 08:55:38 +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 1KyMAW-0002eC-Jl; Fri, 07 Nov 2008 01:54:12 -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 1KyMAV-0002e1-F0 for ding@lists.math.uh.edu; Fri, 07 Nov 2008 01:54:11 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KyMAS-0000xl-Fn for ding@lists.math.uh.edu; Fri, 07 Nov 2008 01:54:11 -0600 Original-Received: from out5.smtp.messagingengine.com ([66.111.4.29]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KyMAa-00032X-00 for ; Fri, 07 Nov 2008 08:54:17 +0100 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 4C1141A78A1; Fri, 7 Nov 2008 02:54:06 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 07 Nov 2008 02:54:06 -0500 X-Sasl-enc: ASZMSy2CpeToKz0bK0kAqu199YqIKpIjr3WFW8jsPB5b 1226044445 Original-Received: from thinkpad.tsdh.de (p54AF226C.dip0.t-ipconnect.de [84.175.34.108]) by mail.messagingengine.com (Postfix) with ESMTPA id 76CBC6B4E; Fri, 7 Nov 2008 02:54:04 -0500 (EST) In-Reply-To: <873ai4uqxb.fsf@patagonia.sebmags.homelinux.org> (Seb's message of "Thu, 06 Nov 2008 21:59:44 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Mail-Copies-To: never X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67773 Archived-At: Seb writes: Hi Seb, > The problem is that each time I do C-c C-d, the buffer is left behind > (i.e. it is "buried"). Is there some way to get rid of this buffer > automatically after C-c C-d? Well, there's ,----[ 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. `---- But that works only after a message beeing sent, not for drafted messages. In your situation I'd use `C-x C-s' (save-buffer) which will draft the message, too, but won't bury the buffer. Then you can kill it with `C-x k'. Bye, Tassilo -- Chuck Norris puts his pants on one leg at a time, just like the rest of us. The only difference is, then he fucking kills people.