From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67308 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general Subject: message-send-comfirm saved me again, do implement Date: Sat, 30 Aug 2008 13:03:28 +0800 Message-ID: <87prnrjdr3.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220072704 7685 80.91.229.12 (30 Aug 2008 05:05:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Aug 2008 05:05:04 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15759@lists.math.uh.edu Sat Aug 30 07:05:56 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 1KZIeg-0004wo-TY for ding-account@gmane.org; Sat, 30 Aug 2008 07:05:48 +0200 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 1KZIci-0005hM-I8; Sat, 30 Aug 2008 00:03:44 -0500 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 1KZIcg-0005h3-Qt for ding@lists.math.uh.edu; Sat, 30 Aug 2008 00:03:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KZIce-0002KC-1l for ding@lists.math.uh.edu; Sat, 30 Aug 2008 00:03:42 -0500 Original-Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5] helo=blingymail-a3.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KZIcf-00050W-00 for ; Sat, 30 Aug 2008 07:03:41 +0200 Original-Received: from jidanni1.jidanni.org (122-127-34-26.dynamic.hinet.net [122.127.34.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by blingymail-a3.g.dreamhost.com (Postfix) with ESMTP id E9FD014D742 for ; Fri, 29 Aug 2008 22:04:03 -0700 (PDT) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67308 Archived-At: 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