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: Fri, 16 May 2008 13:46:44 -0400 Message-ID: References: <000301c8b39e$ded16a50$0200a8c0@us.oracle.com><003701c8b438$9d6e9f20$0200a8c0@us.oracle.com> <005b01c8b582$a65874d0$0200a8c0@us.oracle.com> <002601c8b645$3c715c80$0200a8c0@us.oracle.com> <004b01c8b72b$2e4c2cc0$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 1210960144 9687 80.91.229.12 (16 May 2008 17:49:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2008 17:49:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 16 19:49:42 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 1Jx43p-0002Tf-ME for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 19:49:41 +0200 Original-Received: from localhost ([127.0.0.1]:36429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx436-0001YV-8g for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 13:48:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jx425-0000eW-3K for emacs-devel@gnu.org; Fri, 16 May 2008 13:47:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jx423-0000dk-Ni for emacs-devel@gnu.org; Fri, 16 May 2008 13:47:52 -0400 Original-Received: from [199.232.76.173] (port=57441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx423-0000de-Fw for emacs-devel@gnu.org; Fri, 16 May 2008 13:47:51 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41454) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jx423-0002VY-7i for emacs-devel@gnu.org; Fri, 16 May 2008 13:47:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jx40y-00051D-Jb; Fri, 16 May 2008 13:46:44 -0400 In-reply-to: <004b01c8b72b$2e4c2cc0$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:97279 Archived-At: It would typically be libraries, not users, that would create customizable keymaps (i.e. options). But please don't get hung up on where or when the option is created. I asked you to show me what it would look like to use this in Lisp mode, and that is what you showed me. I took you at your word and commented on what you showed me, and now you say I am "hung up". I have said what I think about how to make this a good feature. Since I will not be the one to implement it, I think I have done all that I can usefully do.