aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (info-node, info-menu-5, info-xref): Define colors for Info faces ifEli Zaretskii1999-12-061-3/+6
| | | | the display supports them.
* (Info-build-node-completions, Info-search, Info-follow-reference)Dave Love1999-11-241-34/+18
| | | | | | (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) (Info-find-emacs-command-nodes): Avoid properties on matched text which may appear in minibuffer.
* (Info-build-node-completions): Add '("*") to theGerd Moellmann1999-10-251-0/+1
| | | | completion list.
* (Info-on-current-buffer): new entry point.Stefan Monnier1999-10-131-10/+46
| | | | | | | | | | (Info-find-node): split into two for Info-on-current-buffer to hook into it. (Info-current-file, Info-set-mode-line, Info-up): Info-current-file can now be t. (Info-clone-buffer-hook): new function for `clone-buffer'. (Info-goto-node, Info-menu, Info-mode-map, Info-mode): make `clone-buffer' available in various ways to the user.
* (Info-suffix-list): Add bzip2 for ms-dos.Dave Love1999-10-061-0/+1
|
* Require jka-compr when compiling.Dave Love1999-10-051-0/+6
| | | | (Info-suffix-list): Add bzip2 files (non-ms-dos only).
* (info-initialize): Don't test existence of ALTERNATIVEPhillip Rulon1999-09-241-2/+2
| | | | if we know for some other reason it should not be used.
* (Info-find-node): Cope better if guesspos is too large.Richard M. Stallman1999-09-141-2/+7
|
* (info): Doc fix.Dave Love1999-08-171-0/+2
|
* (Info-find-node): Call info-initialize here.Dave Love1999-08-041-2/+4
| | | | | (info): Not here. (Info-file-list-for-emacs): Add message, dired-x, c, viper.
* (info-initialize): New function.Richard M. Stallman1999-08-011-30/+38
| | | | | | (info): Call info-initialize. (Info-directory-list): Initialize to nil, so info-initialize will set it up for real.
* (Info-search): Don't lose with empty regexp.Dave Love1999-07-191-53/+54
|
* (Info-find-node): Position properly after finding anchor.Karl Heuer1999-04-261-24/+46
|
* (Info-find-node): Check for an anchor at theRichard M. Stallman1999-04-061-4/+5
| | | | proper place, before reading an indirect file.
* (Info-directory-list): Revert change to re-writingDave Love1999-03-241-15/+11
| | | | | | Info-default-directory-list, but put `alternative' first. (Info-insert-dir): Modify selecting the top dir file as a consequence.
* (Info-directory-list): Don't set path-separator nowDave Love1999-01-261-15/+12
| | | | | | we're not shipped with Texinfo. Simplify path definition. Substitute all occurrences of instdir in Info-default-directory-list.
* (Info-insert-dir): Chase symlinks for file-attributes.Richard M. Stallman1999-01-031-1/+4
|
* (Info-node-at-bob-matching): New function.Eli Zaretskii1998-12-211-48/+53
| | | | (Info-find-node, Info-build-node-completions): Call it.
* (Info-find-node): Add 1 to the position read from theEli Zaretskii1998-12-161-7/+42
| | | | | | | | | | tag table. Don't fail if the node delimiter ^_ is the first character in the file. (Info-insert-dir): Don't fail when the node delimiter ^_ is the first character in the file. (Info-read-subfile): Likewise. (Info-select-node): Likewise. (Info-build-node-completions): Likewise.
* (Info-menu): Don't return error if point is between menu header andMarkus Rost1998-12-041-4/+4
| | | | first menu item.
* (Info-next-menu-item): Stay on top of node.Richard M. Stallman1998-10-221-6/+8
|
* (Info-insert-dir): Detect and report problemsRichard M. Stallman1998-10-111-6/+34
| | | | | | | in input files, such as "No Top node". Return with point at the beginning of the text. (Info-find-node): Reinsert the code to handle files with no tags table; it was deleted by mistake.
* (info): Don't add parens if FILE already has them.Karl Heuer1998-09-041-2/+9
|
* (Info-follow-reference): Nice error msg if there was no arg.Richard M. Stallman1998-08-161-0/+4
|
* (Info-try-follow-nearest-node): Get the node nameRichard M. Stallman1998-08-141-2/+5
| | | | directly out of the menu item pointed at.
* Bind case-fold-search to t in many functions.Richard M. Stallman1998-08-081-105/+128
|
* (Info-find-node): Once again, use byte-to-position.Richard M. Stallman1998-08-041-1/+2
|
* (Info-speedbar-hierarchy-buttons): Improved the speedbar frame management.Eric M. Ludlam1998-08-031-3/+7
|
* (Info-find-node): Position at the beginning of the nodeRichard M. Stallman1998-08-011-6/+10
| | | | | | after calling Info-select-node. (Info-insert-dir): Catch errors in insert-file-contents.
* (Info-complete-menu-buffer): Add defvar.Richard M. Stallman1998-07-151-0/+2
|
* (Info-read-node-name-1, Info-read-node-name):Richard M. Stallman1998-07-151-5/+7
| | | | | Rename completion-table to Info-read-node-completion-table. (Info-read-node-completion-table): Add defvar.
* No longer depends on speedbspec for byte compile.Karl Heuer1998-07-101-65/+162
| | | | | | | | | | | (Info-speedbar-key-map) New key map. (Info-install-speedbar-variables) New function. (Info-speedbar-menu-items) Update to new functions. Install speedbar keymap only when speedbar is loaded. (Info-speedbar-browser) New command. (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node, Info-speedbar-expand-node, Info-speedbar-fetch-file-nodes) New function (Info-speedbar-buttons) Handle new node button commands.
* (Info-find-node): Handle cross references to an @anchor.Richard M. Stallman1998-07-051-141/+169
|
* (Info-find-node): Use byte-to-position.Richard M. Stallman1998-06-291-1/+3
|
* (info-other-window): New function.Richard M. Stallman1998-06-131-0/+8
|
* (Info-exit): Use quit-window.Karl Heuer1998-06-021-1/+1
|
* (Info-find-node): Use info-file-exists-pRichard M. Stallman1998-05-151-4/+8
| | | | | (info-insert-file-contents): Use info-file-exists-p. (info-file-exists-p): New function.
* (Info-up): New arg SAME-FILE: don't move to different file.Richard M. Stallman1998-05-031-6/+13
| | | | | | | (Info-next-preorder): Pass new arg to Info-up. (Info-last-preorder): Likewise. (Info-last-preorder): Don't follow the Prev if it's same as the Up. Instead, follow it as the Up.
* (Info-mode): Doc fix.Dave Love1998-04-281-0/+6
|
* (Info-fontify-node): For menu items, use info-xref font.Richard M. Stallman1998-04-221-19/+25
| | | | | | | | Use info-node font for the node's own name, and do not make it mouse-sensitive. (Info-find-node): Update Info-history after switching buffer. (info): If no arg, and *info* buffer exists, just go to it and don't alter it.
* (Info-menu): Allow extra spaces at start of menu item.Richard M. Stallman1998-04-181-14/+14
| | | | | | | (Info-extract-menu-item): Likewise. (Info-insert-dir, Info-complete-menu-item, Info-index): Likewise. (Info-try-follow-nearest-node, Info-find-emacs-command-nodes): Likewise (Info-fontify-node, Info-speedbar-buttons): Likewise.
* (Info-menu-update): Set Info-menu-last-nodeRichard M. Stallman1998-03-171-2/+4
| | | | to (FILE NODENAME), and test it that way too.
* (info): Always switch to buffer *info* even ifRichard M. Stallman1998-02-271-3/+2
| | | | current buffer is in Info mode.
* (Info-summary): Clear buffer-read-only.Richard M. Stallman1998-02-171-0/+1
|
* Added speedbar support function `Info-speedbar-buttons',Eric M. Ludlam1998-01-221-1/+77
| | | | `Info-speedbar-button', and `Info-speedbar-menu'
* (Info-mode): Doc fix.Richard M. Stallman1997-12-221-3/+6
|
* (Info-insert-dir): Use leading space in buffer name.Karl Heuer1997-12-051-1/+1
|
* (Info-suffix-list): Add suffixes for MS-DOS versionRichard M. Stallman1997-09-151-6/+21
| | | | | | running on Windows 95 with long file name support. (info-insert-file-contents): When the Info file is to be uncompressed, insert it literally.
* (info-insert-file-contents): BindRichard M. Stallman1997-09-081-0/+1
| | | | coding-system-for-write to no-conversion.
* (info-node, info-xref, info-menu-5):Richard M. Stallman1997-07-301-16/+24
| | | | | | | Define faces with defface. (Info-mode): Don't define faces here, and don't alter Info-fontify. Locally set line-move-ignore-invisible. (Info-fontify-node): Test type of frame here.