From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#8325: 24.0.50; info-mode help is missing reference to `b' command Date: Mon, 01 Aug 2011 17:36:04 -0400 Message-ID: References: <86ei5yd95j.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1312234611 23303 80.91.229.12 (1 Aug 2011 21:36:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2011 21:36:51 +0000 (UTC) Cc: Christoph Scholtes , 8325@debbugs.gnu.org To: Lars Magne Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 01 23:36:46 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qo0AF-0000Ml-8i for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Aug 2011 23:36:43 +0200 Original-Received: from localhost ([::1]:53948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo0AE-0004Eh-Od for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Aug 2011 17:36:42 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo0AC-0004EX-RH for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2011 17:36:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qo0AA-000225-5d for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2011 17:36:40 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo0A9-00021B-VK for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2011 17:36:38 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Qo0AX-0007yr-MR; Mon, 01 Aug 2011 17:37:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 01 Aug 2011 21:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8325 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 8325-submit@debbugs.gnu.org id=B8325.131223459130632 (code B ref 8325); Mon, 01 Aug 2011 21:37:01 +0000 Original-Received: (at 8325) by debbugs.gnu.org; 1 Aug 2011 21:36:31 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qo0A2-0007y1-Rr for submit@debbugs.gnu.org; Mon, 01 Aug 2011 17:36:30 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qo0A0-0007xu-Tw for 8325@debbugs.gnu.org; Mon, 01 Aug 2011 17:36:29 -0400 Original-Received: from ceviche.home ([96.22.109.87]) by vl-mo-mrz23.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTP id <0LP9004Z0QMNJC00@vl-mo-mrz23.ip.videotron.ca> for 8325@debbugs.gnu.org; Mon, 01 Aug 2011 17:35:11 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id 4B1AD660CF; Mon, 01 Aug 2011 17:36:04 -0400 (EDT) In-reply-to: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 01 Aug 2011 17:37:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49777 Archived-At: >>> I'll create a new command `Info-beginning-of-buffer' and do the >>> advertising on that instead. >> Please don't. It's specifically to avoid such hacks that >> I added :advertised-binding. We should extend the feature to cover >> buffer-local cases. > I can back out the patch, Yes, please. Currently where-is does not give correct results because it doesn't know that the two commands are the same. > but extending :advertised-binding doesn't > sound like an Emacs 24.1-appropriate change to me... Indeed. I guess using the existing :advertised-binding for now is the best we can do (it happens to work since that command is not bound to `b' anywhere else and doesn't use :advertised-binding anywhere else either). Stefan