aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info-look.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove compatibility code.Dave Love1999-08-171-17/+17
| | | | | (info-lookup-guess-default*): DTRT for point st start of symbol. (info-complete): Don't lose with point not at end of symbol.
* (info-lookup-guess-c-symbol): Use skip-syntax-backward.Karl Heuer1999-08-101-32/+31
| | | | | (info-lookup-guess-default): Simplified and cleaned up. (info-lookup-guess-default*): Preserve point.
* (info-lookup-interactive-arguments): Add optionalKarl Heuer1999-07-251-10/+18
| | | | | | | argument query for new choice of help mode. (info-lookup-symbol): Use it. (info-lookup-file): Ditto. (info-lookup): Don't switch to other window, if already in Info buffer.
* (info-lookup-setup-mode): Don't give up, ifKarl Heuer1999-07-221-2/+4
| | | | | | info-lookup-make-completions returns an error. (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file name latex, not latex2e.
* (info-lookup-file, info-lookup-symbol): Doc fix.Karl Heuer1999-06-121-12/+10
| | | | | (info-lookup-interactive-arguments): Never insert the default into the minibuffer automatically.
* Comment change.Richard M. Stallman1999-05-241-0/+1
|
* Remove duplicate scheme-mode entry.Dave Love1998-10-021-14/+12
| | | | | (info-lookup-make-completions): When looking for entries, check that `item' isn't null or "Menu".
* Add support for Octave.Stephen Eglen1998-09-291-0/+14
|
* Added support for Scheme.Karl Heuer1998-05-301-68/+40
| | | | | | | | | | | | | Removed Info-lookup minor mode. (info-lookup-file-name-alist): New variable. (info-lookup-select-mode): New function. Select help mode according to info-lookup-file-name-alist or fall back to the buffer's major mode. (info-lookup): Use info-lookup-select-mode. (info-lookup-interactive-arguments): Likewise. (info-complete-symbol): Likewise. (info-complete-file): Likewise. (info-complete): Likewise.
* Add an entry for Scheme mode.Dave Love1998-05-271-0/+8
|
* (info-lookup->topic-cache): Use defun, not defsubst.Richard M. Stallman1998-04-021-24/+36
| | | | | | | | | | | | (info-lookup->mode-cache, info-lookup->initialized): Likewise. (info-lookup->completions, info-lookup->refer-modes): Likewise. (info-lookup->all-modes): Likewise. (info-lookup-quick-all-modes): New function. (info-complete): Find the symbol to complete first, then compute list of completions. (lisp-mode): Add info-lookup-maybe-add-help for it.
* Added support for the Emacs Lisp manual.Karl Heuer1998-02-251-14/+16
| | | | | (info-complete-file): Use default value if MODE is nil. (info-lookup-file-alist): Variable removed.
* (info-complete): Rewrite minibuffer completion code.Richard M. Stallman1998-02-171-171/+300
| | | | | | | | | | | | | | | | | | | | (info-lookup-minor-mode, turn-on-info-lookup): Added minor mode interface. (info-lookup-minor-mode-string): New variable. (info-lookup-minor-mode-map): New variable. Provide a work-around if the custom library is not available. (info-lookup-other-window-flag) (info-lookup-highlight-face): Variables customized. (info-lookup-alist): No longer customizable. (info-lookup-add-help, info-lookup-maybe-add-help): Interface functions for adding new modes. (info-lookup-add-help*): New function. (info-lookup-symbol-alist, info-lookup-file-alist): Variables deleted. This info is specified now by calling info-lookup-maybe-add-help and info-lookup-add-help.
* (info-complete): Display completions on second invocation at same pointRichard M. Stallman1998-02-141-5/+103
| | | | | | | | or if initial guess is already ambiguous. (info-look-completion): New variable. (info-lookup-symbol-alist): Added support for latex-mode, perl-mode, awk-mode, emacs-lisp-mode.
* (info-lookup): Report if Info-goto-node fails.Richard M. Stallman1998-01-201-46/+65
| | | | (info-lookup-make-completions): Likewise.
* (info-lookup-symbol-alist): Handle Emacs Lisp mode.Richard M. Stallman1997-12-261-26/+32
| | | | | | (info-lookup-make-completions): Catch errors one file at a time. Use a special temp buffer, not the usual info buffer, and never display it in a window.
* (info-complete-symbol): If MODE is nil, use the default value.Richard M. Stallman1997-06-191-6/+7
|
* Initial revisionRichard M. Stallman1997-06-191-0/+511