From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: keybinding to duplicate the current line. Date: Sun, 17 Jan 2010 16:31:59 +0100 Message-ID: <7b501d5c1001170731q22ce0e04j93eefa064452a69c@mail.gmail.com> References: <27198868.post@talk.nabble.com> <87k4vgeppx.fsf@mithlond.arda> <7b501d5c1001170718r6b571c36l80d03c59e43af8d1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1263742355 5536 80.91.229.12 (17 Jan 2010 15:32:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2010 15:32:35 +0000 (UTC) Cc: "alin.s" , Teemu Likonen , Emacs-devel@gnu.org To: Ken Hori Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 17 16:32:27 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 1NWX73-00074S-5o for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 16:32:25 +0100 Original-Received: from localhost ([127.0.0.1]:48332 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWX74-0006NL-5N for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 10:32:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWX6z-0006N9-70 for emacs-devel@gnu.org; Sun, 17 Jan 2010 10:32:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWX6y-0006Mt-LZ for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:32:20 -0500 Original-Received: from [199.232.76.173] (port=35922 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWX6y-0006Mq-Il for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:32:20 -0500 Original-Received: from ey-out-1920.google.com ([74.125.78.149]:41787) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWX6y-0002Hd-7P for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:32:20 -0500 Original-Received: by ey-out-1920.google.com with SMTP id 26so370167eyw.34 for ; Sun, 17 Jan 2010 07:32:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=zaAvDf9kO3W+h2OnFHjE01w+tJ4IEt1QFRpL+VVeJKg=; b=Ou1eg27ap+bxKT0K3QrR+sD5PnE6PBEyxwKN310LQJN6GOlhhMfLu1yTf12hJ8LuN4 GqrU6twsLkSx9riy07WkPzh0P2WGLHznct52ypbAm9T3O9/KWj5OHS8CtS7CvSebL9Ht FilrnyXu4Fg3bTweaCLezFxy//mvdWKtagQkQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=d8LEfGILKo+Sv+UJerXcYspw++4ewvkZVopSUJqyDdsF2yLwOjdw5N/7BQk05Dm3By UUhcsEiKjmABNgEcF3Q4C4pPG+D6g4JMnltUoUFd7jbZUWO8hZyr1BemKM1kI5Hu0OcC QrWEuOw7N28eKzdbpj84qRve1WD/4LbeQ9E0c= Original-Received: by 10.213.45.147 with SMTP id e19mr2739503ebf.17.1263742339228; Sun, 17 Jan 2010 07:32:19 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:120156 Archived-At: 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". -- Deniz Dogan