tags 39042 + patch thanks Mark Harig writes: > Emacs Maintainers, Thank you for this bug report. > In Info mode, the following keys are mapped to the listed > functions, but there is no description of the keys or what they do > in either the Info summary or in the help for Info mode. Also, none > of these functions are available from the Info menu in the menu bar. > > 1. . (period): 'beginning-of-buffer > 2. e: 'end-of-buffer > 3. ?: 'Info-summary > 4. H: 'describe-mode > 5. t: 'Info-top-node (1) is already documented as 'b', which I think is enough. (2) is a useful addition, I think. (See the below patch.) (3) and (4) I think we can leave out. The user surely knows how to get help if she is already reading it, right? (5) is actually already documented. > The following keys are described in the Info summary, but are not > listed in the Info menu on the menu bar: > > h Invoke the Info tutorial. > RET Follow a node reference near point, like . > m Pick menu item specified by name (or abbreviation). > d Go to the Info directory node. > TAB Move cursor to next cross-reference or menu item. > C-M-i Move cursor to previous cross-reference or menu item. > f Follow a cross reference. Reads name of reference. > S Search through this Info file for specified regexp case-sensitively. The menu is already quite long, so I would only suggest to add the 'Info-directory' command. Please see the attached patch, where I also suggest to move some menu items to submenus. This cuts down the number of items on the top level of the menu to 17 compared to 21 before. This buys us the space to add three separators too. Best regards, Stefan Kangas