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: Tue, 19 Jan 2010 10:01:24 -0500 Message-ID: References: <22116908.939721263844203807.JavaMail.www@wwinf4622> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1263913337 20974 80.91.229.12 (19 Jan 2010 15:02:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Jan 2010 15:02:17 +0000 (UTC) Cc: emacs-devel@gnu.org, deniz.a.m.dogan@gmail.com To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 19 16:02:01 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 1NXFah-0008Jb-Nw for ged-emacs-devel@m.gmane.org; Tue, 19 Jan 2010 16:01:59 +0100 Original-Received: from localhost ([127.0.0.1]:60455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXFai-0004Se-Rc for ged-emacs-devel@m.gmane.org; Tue, 19 Jan 2010 10:02:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXFaD-0004H0-9J for emacs-devel@gnu.org; Tue, 19 Jan 2010 10:01:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXFa9-0004FV-Ii for emacs-devel@gnu.org; Tue, 19 Jan 2010 10:01:28 -0500 Original-Received: from [199.232.76.173] (port=44854 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXFa9-0004FP-FM for emacs-devel@gnu.org; Tue, 19 Jan 2010 10:01:25 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46558) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXFa8-0005Tx-VM for emacs-devel@gnu.org; Tue, 19 Jan 2010 10:01:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NXFa8-0006oL-Li; Tue, 19 Jan 2010 10:01:24 -0500 In-reply-to: <22116908.939721263844203807.JavaMail.www@wwinf4622> (alinsoar@voila.fr) 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:120229 Archived-At: It should be easy to search for all calls to define-key and then use Lisp code to check what key gets bound. If that arg is not a string constant, it could be flagged for human attention. There are not many such cases.