[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Killing unwanted post
From: |
Ted Zlatanov |
Subject: |
Re: Killing unwanted post |
Date: |
Thu, 14 Apr 2005 11:28:16 -0400 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
On Thu, 14 Apr 2005, david@nospam.co.uk wrote:
> Occasionally when I am writing an email or news article I realize that
> I don't want to send it after all, for some reason. I don't want to
> save it even as a draft, so I use C-c C-k, "message-kill-buffer".
>
> I then get "Message modified; kill anyway? (yes or no)" in the
> minibuffer. Is there a way to suppress this message? I'd like the
> kill to happen without confirmation.
I just added the message-kill-buffer-query-if-modified variable to
message.el in CVS. It's t by default, so you should set it to nil to
achieve the desired effect.
Ted