unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43956: Help entry for info-display-manual [PATCH]
@ 2020-10-12 13:56 Boruch Baum
  2020-10-13  1:09 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Boruch Baum @ 2020-10-12 13:56 UTC (permalink / raw)
  To: 43956

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

This is a follow-up to side-point mentioned in bug #40773.

The attached small patch add a keybinding and help entry for
info-display-manual. If acceptable and you want a NEWS entry, let me
know.

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0

[-- Attachment #2: info-display-manual.patch --]
[-- Type: text/x-diff, Size: 949 bytes --]

diff --git a/help.el b/help.el
index 2251631..a1e1908 100644
--- a/help.el
+++ b/help.el
@@ -100,6 +100,7 @@
     (define-key map "p" 'finder-by-keyword)
     (define-key map "P" 'describe-package)
     (define-key map "r" 'info-emacs-manual)
+    (define-key map "R" 'info-display-manual)
     (define-key map "s" 'describe-syntax)
     (define-key map "t" 'help-with-tutorial)
     (define-key map "w" 'where-is)
@@ -223,6 +224,7 @@ o SYMBOL    Display the given function or variable's documentation and value.
 p TOPIC     Find packages matching a given topic keyword.
 P PACKAGE   Describe the given Emacs Lisp package.
 r           Display the Emacs manual in Info mode.
+R           Select an Info mode manual from a minibuffer list.
 s           Display contents of current syntax table, plus explanations.
 S SYMBOL    Show the section for the given symbol in the Info manual
               for the programming language used in this buffer.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43956: Help entry for info-display-manual [PATCH]
  2020-10-12 13:56 bug#43956: Help entry for info-display-manual [PATCH] Boruch Baum
@ 2020-10-13  1:09 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-10-13  1:09 UTC (permalink / raw)
  To: Boruch Baum; +Cc: 43956

Boruch Baum <boruch_baum@gmx.com> writes:

> This is a follow-up to side-point mentioned in bug #40773.
>
> The attached small patch add a keybinding and help entry for
> info-display-manual. If acceptable and you want a NEWS entry, let me
> know.

Makes sense; I've now applied it to the trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-13  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 13:56 bug#43956: Help entry for info-display-manual [PATCH] Boruch Baum
2020-10-13  1:09 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).