From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67323 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: message-send-comfirm saved me again, do implement Date: Thu, 04 Sep 2008 08:43:57 +0200 Message-ID: <87zlmol8b6.fsf@thinkpad.tsdh.de> References: <87prnrjdr3.fsf@jidanni.org> <87sksm7d7z.fsf@gmail.com> <86vdxddt2x.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220510799 26950 80.91.229.12 (4 Sep 2008 06:46:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2008 06:46:39 +0000 (UTC) Cc: ding@gnus.org To: Miles Bader Original-X-From: ding-owner+M15774@lists.math.uh.edu Thu Sep 04 08:47:32 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 1Kb8co-0002UX-P0 for ding-account@gmane.org; Thu, 04 Sep 2008 08:47:27 +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 1Kb8bT-0003Oh-Cw; Thu, 04 Sep 2008 01:46:03 -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 1Kb8bS-0003OT-60 for ding@lists.math.uh.edu; Thu, 04 Sep 2008 01:46:02 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1Kb8bO-0006VW-S8 for ding@lists.math.uh.edu; Thu, 04 Sep 2008 01:46:02 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Kb8bR-0007jh-00 for ; Thu, 04 Sep 2008 08:46:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 4CB377897423; Thu, 4 Sep 2008 08:45:55 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25319-02; Thu, 4 Sep 2008 08:45:54 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp188.uni-koblenz.de [141.26.71.188]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 1ECA078973F1; Thu, 4 Sep 2008 08:45:54 +0200 (CEST) Mail-Copies-To: never In-Reply-To: (Miles Bader's message of "Thu, 04 Sep 2008 14:41:17 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -5.6 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67323 Archived-At: Miles Bader writes: Hi Miles, >> TH> But nobody will hit `C-c C-c y' accidentally when he wanted to >> TH> type `C-c C-f C-c'. >> >> Good point, I didn't think of it. > > Though the right solution to _that_ particular little nit would > probably be to change the binding "C-c C-f C-c" to somethign else. IMO the (optional) additional y-or-n-p is better, because the command mnemonics stay consistent. `C-c C-f X' goes to or inserts a header, where X is C-t ==> To C-c ==> Cc C-b ==> Bcc C-s ==> Subject ... Just my 2 cents, Tassilo