Gnus development mailing list
 help / color / mirror / Atom feed
From: jidanni@jidanni.org
To: ding@gnus.org
Subject: message-send-comfirm saved me again, do implement
Date: Sat, 30 Aug 2008 13:03:28 +0800	[thread overview]
Message-ID: <87prnrjdr3.fsf@jidanni.org> (raw)

Ha ha ha, I told you C-c C-c was too dangerous.
Well, there I was, hitting
  C-c C-f C-c runs the command message-goto-cc
and guess which keypress I pressed too lightly?
And guess who almost didn't get on the CC list as the incomplete
message almost flew out the door? Obama? No, actually I forgot who,
all I know is that
 (defun jidanni-message-confirm ()
   "Confirm that we really want to send the message."
   (interactive)(or (y-or-n-p "Send?")(keyboard-quit)))
 (add-hook 'message-send-hook 'jidanni-message-confirm)
saved the day, and should be made into an option so users can do
(setq message-send-comfirm t) if they prefer not to every so often
"spray" others with half-baked messages that aren't fully comple



             reply	other threads:[~2008-08-30  5:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-30  5:03 jidanni [this message]
2008-08-30  9:35 ` Ted Zlatanov
2008-08-30 10:44   ` Tassilo Horn
2008-08-30 15:08   ` Eric Schulte
2008-09-03 17:42     ` Ted Zlatanov
2008-09-04  5:41       ` Miles Bader
2008-09-04  6:43         ` Tassilo Horn
2008-09-23 18:20       ` Reiner Steib
2008-09-24 18:32         ` Ted Zlatanov
2008-09-24 20:40           ` Reiner Steib
2008-09-25 13:16             ` Ted Zlatanov
2008-09-05 14:08 ` Drew Raines

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=87prnrjdr3.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=ding@gnus.org \
    /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).