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: Tue, 13 May 2008 22:23:31 -0700 Message-ID: <005b01c8b582$a65874d0$0200a8c0@us.oracle.com> References: <000301c8b39e$ded16a50$0200a8c0@us.oracle.com> <003701c8b438$9d6e9f20$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 1210742809 26586 80.91.229.12 (14 May 2008 05:26:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2008 05:26:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 14 07:27:25 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 1Jw9WN-0004IF-K9 for ged-emacs-devel@m.gmane.org; Wed, 14 May 2008 07:27:23 +0200 Original-Received: from localhost ([127.0.0.1]:52588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jw9Ve-0005Et-Ey for ged-emacs-devel@m.gmane.org; Wed, 14 May 2008 01:26:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jw9UI-0004ov-KT for emacs-devel@gnu.org; Wed, 14 May 2008 01:25:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jw9UH-0004oS-1z for emacs-devel@gnu.org; Wed, 14 May 2008 01:25:14 -0400 Original-Received: from [199.232.76.173] (port=52648 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jw9UG-0004oO-Pv for emacs-devel@gnu.org; Wed, 14 May 2008 01:25:12 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:48769) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jw9U9-0003af-S3; Wed, 14 May 2008 01:25:06 -0400 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m4E5O8QK004693; Wed, 14 May 2008 00:24:10 -0500 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m4E2g01C003817; Tue, 13 May 2008 23:24:08 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt350.oracle.com with ESMTP id 3672030151210742606; Tue, 13 May 2008 22:23:26 -0700 Original-Received: from dradamslap1 (/141.144.72.233) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 13 May 2008 22:23:26 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: Aci0uLfCv5dTZALJSpyVrXoXRX0syQArealQ 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:97120 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? Still not sure what you mean, but yes, it changes them in the keymap ("directly"=?). Yes, you can use it for Lisp mode.