1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

154 Commits

Author SHA1 Message Date
Karl Heuer
d96504df58 (Info-restore-point): Don't wipe out hl before using it. 1994-03-01 09:02:19 +00:00
Richard M. Stallman
cedb118cc8 (Info-build-node-completions): Add a call to widen.
(Info-goto-emacs-command-node): Fix paren error.  Fix typo in message.
(Info-restore-point): Use iteration instead of recursion.
1994-02-24 03:25:46 +00:00
Richard M. Stallman
67bc89ab85 (Info-follow-reference): If point is not in middle of a
cross-reference but located somewhere on current line, make
cross-reference the `default'.  If only one cross-reference
located in node, make it `default'.
1994-01-10 22:35:29 +00:00
Richard M. Stallman
47d5376912 (Info-directory-list): Change last elt to ../info (expanded). 1994-01-07 11:58:27 +00:00
Richard M. Stallman
8d1abb424e (Info-insert-dir): Compute truename just once for each dir.
(Info-insert-dir): For generated menu items, add ::.
1993-12-23 03:20:32 +00:00
Richard M. Stallman
1f179e2752 (Info-follow-reference): Correct one-off error in comparing start-point. 1993-11-24 00:19:39 +00:00
Richard M. Stallman
9b7412a7e7 (Info-edit): Use proper map in substitute-command-keys. 1993-11-21 06:11:34 +00:00
Richard M. Stallman
8884bb82f1 (Info-mode): Doc fix. 1993-11-16 06:52:12 +00:00
Richard M. Stallman
de3fa0b238 (Info-extract-menu-item): Quote `*' in the menu-item
leadin re-search to prevent us from finding node names which
contain the text of another node name within them.
1993-11-10 20:46:09 +00:00
Roland McGrath
e0568e8637 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): Doc fix. 1993-08-06 20:29:23 +00:00
Richard M. Stallman
552775bd93 (Info-fontify-node): New function.
(Info-fontify): New variable.
(Info-mode): Initialize Info-related faces.
(Info-select-node): Fontify the node if necessary.

(Info-goto-node): Provide completion for node names.
(Info-read-node-name, Info-build-node-completions): New functions.
(Info-current-file-completions): New variable.
(Info-find-node): Clear completions cache.

(Info-next-reference, Info-prev-reference): New commands.
(Info-mode-map): Bind these to TAB and M-TAB.
(Info-next-preorder): Special case if sitting on "*Note" reference.

(Info-standalone): New variable.
(Info-exit): Exit Emacs if in standalone mode.
(info-standalone): New function.

(Info-summary): Added `bury-buffer' call.
(Info-no-error): Renamed from `no-error'.
(Info-suffix-list): Put ".info" before "" to deal with directory
named "foo" next to file "foo.info".
1993-08-02 04:22:12 +00:00
Richard M. Stallman
f05f43e747 (Info-select-node): Run Info-selection-hook. 1993-07-24 17:35:02 +00:00
Jim Blandy
841a51ee64 Sat Jun 19 17:47:40 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
* info.el (Info-insert-dir): Remove the call to recursive-edit.
1993-06-19 21:48:16 +00:00
Richard M. Stallman
c142ab2d38 (Info-insert-dir): Record file attributes of files used.
Recompute the dir if they change.
1993-06-19 20:18:05 +00:00
Richard M. Stallman
b0ebdfe551 (Info-follow-reference): Fix completion defaulting. 1993-06-08 04:41:00 +00:00
Richard M. Stallman
ffb4fddebf (Info-mode-map): Bind mouse-2, not mouse-3. 1993-06-03 17:37:18 +00:00
Richard M. Stallman
4d31bfee3e (Info-suffix-list): Handle .gz suffix. 1993-06-03 03:54:55 +00:00
Richard M. Stallman
373377edfd (Info-get-token): Check that thesecond search succeeded. 1993-05-31 17:56:14 +00:00
Richard M. Stallman
118199d579 (Info-mode-map): Correct Info-top to Info-top-node. 1993-05-30 23:32:41 +00:00
Richard M. Stallman
db0c98090a (Info-mode-map): Correct Info-top to Info-top-node. 1993-05-30 20:04:48 +00:00
Richard M. Stallman
4fdd647eb1 (Info-insert-dir): Ignore duplicate directories. 1993-05-28 23:57:33 +00:00
Richard M. Stallman
f4008b6ee9 (Info-insert-dir): Ignore duplicate directories. 1993-05-28 18:35:23 +00:00
Richard M. Stallman
bc2ada626a (Info-follow-nearest-node): Omit 4th arg to Info-get-token. 1993-05-26 18:57:54 +00:00
Richard M. Stallman
d5913bf6f5 (Info-edit, Info-last-search, Info-enable-edit):
Correct case in `Info-mode-map'.
1993-05-25 17:17:50 +00:00
Richard M. Stallman
316aafd641 (Info-suffix-list): Fix duplicate .z to .info.z. 1993-05-25 02:03:52 +00:00
Eric S. Raymond
1143a6b0e2 (Info-find-node, Info-insert-subfile): Do the right thing if info files have
been compressed or gzipped.  This is saving me lots of disk space.
1993-04-23 02:20:55 +00:00
Richard M. Stallman
a3b75b3f69 (Info-insert-dir): Fix typo. 1993-03-07 04:25:47 +00:00
Richard M. Stallman
463f48f40f (Info-forward-node): Properly go to first menu item.
(Info-insert-dir): Bind temp wider, around use.
1993-03-07 04:22:15 +00:00
Richard M. Stallman
1614c867a7 (Info-summary): Handle any event when flushing the display. 1993-03-06 06:15:39 +00:00
Jim Blandy
44c327f959 * info.el (Info-directory-list): Doc fix; it is set according to
INFOPATH, not INFODIR.
	(Info-find-node): Don't try to set the info buffer's directory
	according to Info-directory; that variable doesn't exist any more.
	Instead, let Info-insert-dir set the current directory.
	(Info-insert-dir): Properly check for upper- and lower-case forms
	of "dir", with and without ".info" extension.  Set the buffer's
	default-directory to the directory containing the first dir file
	we find, and cache it in Info-dir-contents-directory.
	(Info-dir-contents-directory): New variable, to cache the
	directory we decided to use as the merged directory's
	default-directory.
1993-03-02 07:27:17 +00:00
Richard M. Stallman
7ea13762ef (Info-insert-dir): Make menu items in Top node
pointing each of the other nodes.

(Info-insert-dir): New function.
(Info-find-node): Use Info-insert-dir to visit dir file.
1993-03-01 09:25:44 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Roland McGrath
82a4c0084e (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
(Info-nth-menu-item): New function; bound to 1..9.
Bind 0 to undefined, not to Info-nth-menu-item.
1992-12-09 17:30:20 +00:00
Roland McGrath
e38e736708 (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
(Info-nth-menu-item): New function; bound to 1..9.
1992-12-09 17:28:25 +00:00
Jim Blandy
efa6a4df9a * bytecomp.el: Declare unread-command-char an obsolete variable.
* vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
	vip-prefix-arg-com): Use unread-command-event instead of
	unread-command-char; respect its new semantics.
	* info.el (Info-summary): Same.
1992-11-16 01:36:46 +00:00
Richard M. Stallman
9e5c2f5022 Rename buffer-flush-undo to buffer-disable-undo.
(Info-goto-emacs-key-command-node): Fix typo.
(Info-menu-item-sequence): Commented out.
(Info-follow-nearest-node): Use new event format.
Select the window clicked on.
1992-10-27 10:14:08 +00:00
Christopher Zaborsky
a426b157e7 Dox fix. 1992-10-25 21:14:16 +00:00
Richard M. Stallman
bcd4064a21 (Info-restore-point): Delete duplicate definition. 1992-10-05 10:15:45 +00:00
Richard M. Stallman
f9969361bd (Info-follow-nearest-node): Handle line breaks after *note.
Fix interactive spec.  Doc fix.  Put on mouse-3.
1992-10-02 23:52:26 +00:00
Jim Blandy
fbfed6f05f entered into RCS 1992-08-19 03:54:46 +00:00
Richard M. Stallman
a4223f965a *** empty log message *** 1992-08-14 07:50:26 +00:00
Eric S. Raymond
803eaf50c2 *** empty log message *** 1992-08-04 17:18:16 +00:00
Eric S. Raymond
253db9175e *** empty log message *** 1992-08-04 16:49:42 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
fd7fa35a05 *** empty log message *** 1992-07-17 08:15:29 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Richard M. Stallman
e3431643fb *** empty log message *** 1992-07-08 23:04:51 +00:00
Jim Blandy
e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Richard M. Stallman
ada0a60d2e *** empty log message *** 1992-06-03 20:43:49 +00:00
Eric S. Raymond
1a06eabd17 *** empty log message *** 1992-05-30 23:12:08 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Jim Blandy
aea2a8dafe *** empty log message *** 1992-02-07 21:40:34 +00:00
Roland McGrath
f0a8a3f198 *** empty log message *** 1991-07-28 00:21:00 +00:00
Jim Blandy
a384cab3a7 Initial revision 1991-07-13 07:49:50 +00:00