help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before


From: Drew Adams
Subject: RE: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
Date: Sat, 17 Oct 2020 11:39:04 -0700 (PDT)

> I recommend putting a list of the keybindings so one can easily
> figure it they interfere with those already set by the user.

The keys that get bound depend on the context, options,
system etc.  Hard-coding doc that lists the bindings is
impractical.

`C-h b' shows you the currently available bindings.

This section of `info+.el' provides the key bindings,
so you can see what you're getting (assuming some
knowledge of reading Elisp):

 ;;; KEYS & MENUS ;;;;;;;;;;;;;;;;;;;;;;;;

If you use library `help-fns+.el' then `C-h M-k'
describes the bindings of a keymap.  For `Info-mode-map'
it describes the bindings for Info mode.

https://www.emacswiki.org/emacs/download/help-fns%2b.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]