File: info-look.el.html
Really cool code to lookup info indexes.
Try especially info-lookup-symbol (aka C-h S).
Some additional sources of (Tex)info files for non-GNU packages:
Scheme: https://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz
LaTeX: https://mirrors.ctan.org/info/latex2e-help-texinfo/latex2e.texi
(or CTAN mirrors)
Python: https://www.python.org/ftp/python/doc/
SICP: https://github.com/webframp/sicp-info
Traditionally, makeinfo quoted like this, but version 5 and later
quotes 'like this' or ‘like this’. Doc specs with patterns
therefore match open and close quotes with ['‘] and [’],
respectively.
Defined variables (8)
info-lookup-alist | Alist of known help topics. |
info-lookup-cache | Cache storing data maintained automatically by the program. |
info-lookup-file-name-alist | Alist of file names handled specially. |
info-lookup-highlight-face | Face for highlighting looked up help items. |
info-lookup-highlight-overlay | Overlay object used for highlighting. |
info-lookup-history | History of previous input lines. |
info-lookup-mode | Symbol of the current buffer’s help mode. |
info-lookup-other-window-flag | Non-nil means pop up the Info buffer in another window. |