From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#8325: 24.0.50; info-mode help is missing reference to `b' command Date: Sat, 23 Apr 2011 20:17:15 -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 X-Trace: dough.gmane.org 1303605664 13322 80.91.229.12 (24 Apr 2011 00:41:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Apr 2011 00:41:04 +0000 (UTC) Cc: 8325@debbugs.gnu.org To: Christoph Scholtes Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Apr 24 02:41:00 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 1QDnNh-0008Vs-OH for geb-bug-gnu-emacs@m.gmane.org; Sun, 24 Apr 2011 02:40:57 +0200 Original-Received: from localhost ([::1]:38097 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDnNh-0004v8-AS for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Apr 2011 20:40:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDnNd-0004tz-IT for bug-gnu-emacs@gnu.org; Sat, 23 Apr 2011 20:40:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDnNc-0004CR-Ul for bug-gnu-emacs@gnu.org; Sat, 23 Apr 2011 20:40:53 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDnNc-0004CN-Sw for bug-gnu-emacs@gnu.org; Sat, 23 Apr 2011 20:40:52 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QDn1W-00016d-9K; Sat, 23 Apr 2011 20:18:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 24 Apr 2011 00:18:02 +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: Original-Received: via spool by 8325-submit@debbugs.gnu.org id=B8325.13036042434204 (code B ref 8325); Sun, 24 Apr 2011 00:18:02 +0000 Original-Received: (at 8325) by debbugs.gnu.org; 24 Apr 2011 00:17:23 +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 1QDn0t-00015k-1z for submit@debbugs.gnu.org; Sat, 23 Apr 2011 20:17:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QDn0q-00015Z-W5 for 8325@debbugs.gnu.org; Sat, 23 Apr 2011 20:17:21 -0400 Original-Received: from localhost ([127.0.0.1]:45009) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDn0l-0002I2-Nk; Sat, 23 Apr 2011 20:17:15 -0400 X-Spook: security Ceridian Fortezza bce csystems [Hello to all my X-Ran: M4~`pUi.a{T[_k!47+A/'BU=(mYrHc#t?PkrBbe0:JG.{8i8.iGlrbPFo^.(^)LS*Uz (Christoph Scholtes's message of "Tue, 22 Mar 2011 17:31:52 -0600") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 23 Apr 2011 20:18:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:45957 Archived-At: Christoph Scholtes wrote: > This is a little confusing since the info-mode tutorial introduces `b' > as the command to move to the beginning of the buffer. > > Why are there two keys bound to the same function? Why not? It happens sometimes. There are plenty of free keys in info-mode-map. > Why is the help command overview only showing the binding for `.' and > not `b'? The help is just the doc of Info-mode. The binding comes from "\\[beginning-of-buffer]". It displays the first binding it finds. This can be changed by the :advertised-binding feature.