From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: customizing key definitions with Customize Date: Mon, 12 May 2008 07:01:02 -0700 Message-ID: <003701c8b438$9d6e9f20$0200a8c0@us.oracle.com> References: <000301c8b39e$ded16a50$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210601117 3083 80.91.229.12 (12 May 2008 14:05:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 May 2008 14:05:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 12 16:05:48 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 1JvYeD-0007Cx-2h for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 16:05:01 +0200 Original-Received: from localhost ([127.0.0.1]:39281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvYdU-0001uy-Oo for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 10:04:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvYc8-0001P6-IP for emacs-devel@gnu.org; Mon, 12 May 2008 10:02:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvYc5-0001Nw-TT for emacs-devel@gnu.org; Mon, 12 May 2008 10:02:52 -0400 Original-Received: from [199.232.76.173] (port=47911 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvYc5-0001Ns-L0 for emacs-devel@gnu.org; Mon, 12 May 2008 10:02:49 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:37532) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JvYc0-0003YD-0y; Mon, 12 May 2008 10:02:44 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m4CE2euN018103; Mon, 12 May 2008 09:02:40 -0500 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m4C8VYl0021929; Mon, 12 May 2008 08:02:39 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt351.oracle.com with ESMTP id 3670840261210600863; Mon, 12 May 2008 07:01:03 -0700 Original-Received: from dradamslap1 (/141.144.81.119) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 12 May 2008 07:01:03 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Aci0Iy17m/+0AiyJS8qJtSsn8dljNAAE/T/Q In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: 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:97021 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. If such an option were provided for Lisp mode, users could use it to change `lisp-mode-map' bindings. However, it is true that if a binding is changed in some other way, it is not then reflected in the user option. That could be fixed.