From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: customizing key definitions with Customize Date: Tue, 13 May 2008 01:16:01 -0400 Message-ID: References: <000301c8b39e$ded16a50$0200a8c0@us.oracle.com> <003701c8b438$9d6e9f20$0200a8c0@us.oracle.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 1210655853 10748 80.91.229.12 (13 May 2008 05:17:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 May 2008 05:17:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 13 07:18:07 2008 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 1Jvmth-0004uD-Nh for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 07:17:57 +0200 Original-Received: from localhost ([127.0.0.1]:47914 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jvmsy-00083x-JD for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 01:17:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jvmsn-0007zV-6q for emacs-devel@gnu.org; Tue, 13 May 2008 01:17:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jvmsk-0007xb-JN for emacs-devel@gnu.org; Tue, 13 May 2008 01:16:59 -0400 Original-Received: from [199.232.76.173] (port=48617 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jvmsk-0007xR-Dm for emacs-devel@gnu.org; Tue, 13 May 2008 01:16:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52860) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jvmsk-0007kB-8v for emacs-devel@gnu.org; Tue, 13 May 2008 01:16:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jvmrp-0000xY-RL; Tue, 13 May 2008 01:16:01 -0400 In-reply-to: <003701c8b438$9d6e9f20$0200a8c0@us.oracle.com> (drew.adams@oracle.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:97064 Archived-At: > Using Customize to rebind keys would be a good feature to add; > but in order to make this fit in well with Emacs, it should > store the bindings in keymaps. For instance, if you customize > the bindings of Lisp mode, it should do that by altering > the bindings in lisp-mode-map. Not sure what you mean. The code I sent does let users change bindings in the keymap. Does it change them in the keymap directly? Could you use it for Lisp mode if you want to?