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-alistAlist of known help topics.
info-lookup-cacheCache storing data maintained automatically by the program.
info-lookup-file-name-alistAlist of file names handled specially.
info-lookup-highlight-faceFace for highlighting looked up help items.
info-lookup-highlight-overlayOverlay object used for highlighting.
info-lookup-historyHistory of previous input lines.
info-lookup-modeSymbol of the current buffer’s help mode.
info-lookup-other-window-flagNon-nil means pop up the Info buffer in another window.

Defined functions (37)

info-complete(TOPIC MODE)
info-complete-file(&optional MODE)
info-complete-symbol(&optional MODE)
info-lookup(TOPIC ITEM MODE &optional SAME-WINDOW)
info-lookup--expand-info(INFO)
info-lookup--item-to-mode(ITEM MODE)
info-lookup->all-modes(TOPIC MODE)
info-lookup->cache(TOPIC)
info-lookup->completions(TOPIC MODE)
info-lookup->doc-spec(TOPIC MODE)
info-lookup->ignore-case(TOPIC MODE)
info-lookup->initialized(TOPIC MODE)
info-lookup->mode-cache(TOPIC MODE)
info-lookup->mode-value(TOPIC MODE)
info-lookup->other-modes(TOPIC MODE)
info-lookup->parse-rule(TOPIC MODE)
info-lookup->refer-modes(TOPIC MODE)
info-lookup->regexp(TOPIC MODE)
info-lookup->topic-cache(TOPIC)
info-lookup->topic-value(TOPIC)
info-lookup-add-help(&rest ARG)
info-lookup-add-help*(MAYBE &rest ARG)
info-lookup-change-mode(TOPIC)
info-lookup-completions-at-point(TOPIC MODE)
info-lookup-file(FILE &optional MODE)
info-lookup-guess-c-symbol()
info-lookup-guess-custom-symbol()
info-lookup-guess-default(TOPIC MODE)
info-lookup-guess-default*(TOPIC MODE)
info-lookup-guess-gdb-script-symbol()
info-lookup-interactive-arguments(TOPIC &optional QUERY)
info-lookup-make-completions(TOPIC MODE)
info-lookup-maybe-add-help(&rest ARG)
info-lookup-quick-all-modes(TOPIC MODE)
info-lookup-reset()
info-lookup-setup-mode(TOPIC MODE)
info-lookup-symbol(SYMBOL &optional MODE SAME-WINDOW)

Defined faces (0)