From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: keybinding to duplicate the current line. Date: Sun, 17 Jan 2010 10:38:10 -0500 Message-ID: <878wbwu4gt.fsf@stupidchicken.com> References: <27198868.post@talk.nabble.com> <87k4vgeppx.fsf@mithlond.arda> <7b501d5c1001170718r6b571c36l80d03c59e43af8d1@mail.gmail.com> <7b501d5c1001170731q22ce0e04j93eefa064452a69c@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263742855 7103 80.91.229.12 (17 Jan 2010 15:40:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2010 15:40:55 +0000 (UTC) Cc: Ken Hori , "alin.s" , Teemu Likonen , Emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 17 16:40:47 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NWXF4-0001WE-U4 for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 16:40:43 +0100 Original-Received: from localhost ([127.0.0.1]:53604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWXF5-0002S5-Db for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 10:40:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWXCm-0001Ot-MI for emacs-devel@gnu.org; Sun, 17 Jan 2010 10:38:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWXCh-0001L1-Jj for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:38:20 -0500 Original-Received: from [199.232.76.173] (port=54743 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWXCh-0001Kf-06 for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:38:15 -0500 Original-Received: from pantheon-po39.its.yale.edu ([130.132.50.100]:56589) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NWXCg-0003YK-6W for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:38:14 -0500 Original-Received: from furry (adsl-99-58-201-143.dsl.wlfrct.sbcglobal.net [99.58.201.143]) (authenticated bits=0) by pantheon-po39.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0HFcAPT014352 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 17 Jan 2010 10:38:11 -0500 Original-Received: by furry (Postfix, from userid 1000) id 5E37BC05D; Sun, 17 Jan 2010 08:38:10 -0700 (MST) In-Reply-To: <7b501d5c1001170731q22ce0e04j93eefa064452a69c@mail.gmail.com> (Deniz Dogan's message of "Sun, 17 Jan 2010 16:31:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120159 Archived-At: Deniz Dogan writes: > 2010/1/17 Ken Hori : >> >> C-c prefix is supposed to be "reserved" for end-users. >> But the sad reality is that more than several major-modes >> break the convention by overriding C-c ... . So I no longer >> use C-c prefix and instead define my own keymap. >> It is more secure, at least probabilistically speaking. >> > > I don't think any major mode I know of binds "C-c ". Note that > by I mean e.g. "C-c i", "C-c a", etc., not "C-c C-i" or "C-c > C-a". Indeed. If you find any major mode that binds C-c , it is a bug, so please report it.