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: Mon, 12 May 2008 07:20:42 -0400 Message-ID: References: <000301c8b39e$ded16a50$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 1210591321 2088 80.91.229.12 (12 May 2008 11:22:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 May 2008 11:22:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 12 13:22:38 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 1JvW6t-0006Ks-FH for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 13:22:27 +0200 Original-Received: from localhost ([127.0.0.1]:52511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvW6A-0004QO-Lq for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 07:21:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvW66-0004QH-Ht for emacs-devel@gnu.org; Mon, 12 May 2008 07:21:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvW64-0004Q0-QQ for emacs-devel@gnu.org; Mon, 12 May 2008 07:21:37 -0400 Original-Received: from [199.232.76.173] (port=34459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvW64-0004Px-Jk for emacs-devel@gnu.org; Mon, 12 May 2008 07:21:36 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55759) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvW64-0002rb-DN for emacs-devel@gnu.org; Mon, 12 May 2008 07:21:36 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JvW5C-0004Ec-B8; Mon, 12 May 2008 07:20:42 -0400 In-reply-to: <000301c8b39e$ded16a50$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:97014 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.