From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: keybinding to duplicate the current line. Date: Mon, 18 Jan 2010 06:56:29 -0500 Message-ID: References: <27198868.post@talk.nabble.com> <87k4vgeppx.fsf@mithlond.arda> <7b501d5c1001170718r6b571c36l80d03c59e43af8d1@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1263815817 9772 80.91.229.12 (18 Jan 2010 11:56:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2010 11:56:57 +0000 (UTC) Cc: alinsoar@voila.fr, tlikonen@iki.fi, Emacs-devel@gnu.org, deniz.a.m.dogan@gmail.com To: Ken Hori Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 18 12:56:49 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 1NWqDp-0003sd-DJ for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2010 12:56:41 +0100 Original-Received: from localhost ([127.0.0.1]:44897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWqDp-0007oy-VD for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2010 06:56:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWqDj-0007oI-Pg for emacs-devel@gnu.org; Mon, 18 Jan 2010 06:56:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWqDf-0007k7-2T for Emacs-devel@gnu.org; Mon, 18 Jan 2010 06:56:35 -0500 Original-Received: from [199.232.76.173] (port=45891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWqDe-0007k4-SH for Emacs-devel@gnu.org; Mon, 18 Jan 2010 06:56:30 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44073) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWqDe-0008K4-I9 for Emacs-devel@gnu.org; Mon, 18 Jan 2010 06:56:30 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NWqDd-0006QR-EV; Mon, 18 Jan 2010 06:56:29 -0500 In-reply-to: (message from Ken Hori on Sun, 17 Jan 2010 07:30:13 -0800) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:120197 Archived-At: 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 ... . We need to fix those modes. Can you say which modes they are?