From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67311 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: message-send-comfirm saved me again, do implement Date: Sat, 30 Aug 2008 04:35:02 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <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 1220088920 10245 80.91.229.12 (30 Aug 2008 09:35:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Aug 2008 09:35:20 +0000 (UTC) Cc: ding@gnus.org To: jidanni@jidanni.org Original-X-From: ding-owner+M15762@lists.math.uh.edu Sat Aug 30 11:36:14 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 1KZMsP-0006aF-Ki for ding-account@gmane.org; Sat, 30 Aug 2008 11:36:13 +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 1KZMrP-0006t1-6o; Sat, 30 Aug 2008 04:35:11 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KZMrO-0006si-1m for ding@lists.math.uh.edu; Sat, 30 Aug 2008 04:35:10 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KZMrJ-0003HR-VY for ding@lists.math.uh.edu; Sat, 30 Aug 2008 04:35:09 -0500 Original-Received: from ip114.208-100-47.static.steadfast.net ([208.100.47.114] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KZMrL-0001R2-00 for ; Sat, 30 Aug 2008 11:35:08 +0200 Original-Received: from mungo (c-68-60-254-123.hsd1.il.comcast.net [68.60.254.123]) by mail.blockstar.com (Postfix) with ESMTP id 118963F85D3; Sat, 30 Aug 2008 02:35:04 -0700 (PDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <87prnrjdr3.fsf@jidanni.org> (jidanni@jidanni.org's message of "Sat, 30 Aug 2008 13:03:28 +0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (darwin) X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67311 Archived-At: On Sat, 30 Aug 2008 13:03:28 +0800 jidanni@jidanni.org wrote: j> Ha ha ha, I told you C-c C-c was too dangerous. j> Well, there I was, hitting j> C-c C-f C-c runs the command message-goto-cc j> and guess which keypress I pressed too lightly? j> And guess who almost didn't get on the CC list as the incomplete j> message almost flew out the door? Obama? No, actually I forgot who, j> all I know is that j> (defun jidanni-message-confirm () j> "Confirm that we really want to send the message." j> (interactive)(or (y-or-n-p "Send?")(keyboard-quit))) j> (add-hook 'message-send-hook 'jidanni-message-confirm) j> saved the day, and should be made into an option so users can do j> (setq message-send-comfirm t) if they prefer not to every so often j> "spray" others with half-baked messages that aren't fully comple In my experience this will only make the user learn `C-c C-c y' as the sequence. Ted