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: advertised-widget-backward Date: Mon, 17 Nov 2008 15:06:51 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1226952441 22020 80.91.229.12 (17 Nov 2008 20:07:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 20:07:21 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 21:08:24 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 1L2AOL-0003Vx-BZ for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 21:08:13 +0100 Original-Received: from localhost ([127.0.0.1]:57684 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2ANC-0001Jl-SG for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 15:07:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2AN8-0001J3-TF for emacs-devel@gnu.org; Mon, 17 Nov 2008 15:06:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2AN8-0001Ii-Ck for emacs-devel@gnu.org; Mon, 17 Nov 2008 15:06:58 -0500 Original-Received: from [199.232.76.173] (port=42870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2AN8-0001Ia-67 for emacs-devel@gnu.org; Mon, 17 Nov 2008 15:06:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60650) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2AN7-0002or-Uf for emacs-devel@gnu.org; Mon, 17 Nov 2008 15:06:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L2AN1-0001jE-3L; Mon, 17 Nov 2008 15:06:51 -0500 In-reply-to: (message from Stefan Monnier on Sun, 16 Nov 2008 15:30:50 -0500) X-detected-operating-system: by monty-python.gnu.org: GNU/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:105760 Archived-At: I think we should try and introduce a better way to get this result. E.g. we could add an `advertized-binding' property to the command symbol and then let where-is use it (after checking that it's indeed bound to that command). It is fine with me.