Richard M. Stallman
9b842cab49
(Info-suffix-list): Add .inf to MSDOS list.
...
(info-insert-file-contents): Use info-insert-file-contents-1
to set FULLNAME. Use call-process-region to run the decode program.
(Info-find-node): Use info-insert-file-contents-1.
(info-insert-file-contents-1) [MSDOS]: Don't use the dot in SUFFIX
if FILENAME already has one.
1995-09-06 18:04:02 +00:00
Richard M. Stallman
033fc52dc8
(Info-default-directory-list): Duplicate defvar deleted.
1995-08-26 20:25:23 +00:00
Richard M. Stallman
bd0c916883
(Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,
...
and don't include .info as suffix.
(info-insert-file-contents-1): New function.
(info-insert-file-contents): Use info-insert-file-contents-1.
1995-08-22 18:51:46 +00:00
Richard M. Stallman
f57b2cd858
(Info-find-emacs-command-nodes): Fix previous change.
1995-08-19 16:54:27 +00:00
Richard M. Stallman
f88ab1c917
(Info-file-list-for-emacs): New variable.
...
(Info-find-emacs-command-nodes): Look in those files, if appropriate.
1995-08-19 05:03:12 +00:00
Richard M. Stallman
03524be63a
(Info-read-node-name-1): New function.
...
(Info-read-node-name): Use Info-read-node-name-1
to avoid getting confused by spaces when text starts with (FILENAME).
1995-08-05 20:56:23 +00:00
Richard M. Stallman
d6be34f360
(Info-current-file): Doc fix.
...
(Info-find-node): Set Info-current-file to file name as specified.
1995-07-24 01:26:23 +00:00
Richard M. Stallman
e579232c97
(Info-goto-node, Info-search):
...
In Transient Mark mode, deactivate the mark.
1995-06-29 18:57:15 +00:00
Richard M. Stallman
01a2b48018
(Info-directory-list): If path-separator isn't available, bind it here.
1995-06-17 19:12:53 +00:00
Karl Heuer
ed690657f2
(Info-mode): Doco fix.
...
(Info-next-preorder): Renamed from Info-next-preorder-1.
Old definition deleted.
After moving up, go to end of node.
(Info-last-preorder): If no menu, try the previous node.
After going down thru menu or to previous, position at end
of node and recenter.
After moving up, position at start of menu.
(Info-follow-nearest-node, Info-mouse-follow-nearest-node):
Use Info-next-preorder.
(Info-scroll-up, Info-scroll-down): Doc fix.
1995-06-09 01:26:00 +00:00
Karl Heuer
792e773aaa
(Info-directory-list): Use path-separator.
1995-05-27 00:36:25 +00:00
Richard M. Stallman
0e7f9b35bb
(Info-directory-list): Use installation-directory,
...
not invocation-directory. Cope if it is nil.
1995-05-09 05:36:55 +00:00
Richard M. Stallman
0e8b867a92
(info-insert-file-contents): Don't use
...
(file-name-directory fullname) if it is nil.
(info-insert-file-contents): Fix Apr 19 change.
1995-05-08 23:23:37 +00:00
Karl Heuer
2c609f537f
(Info-edit-mode, Info-cease-edit): Use force-mode-line-update.
1995-04-25 22:28:58 +00:00
Richard M. Stallman
e90d12719b
(info-insert-file-contents): Set default-directory
...
around call to shell-command-on-region.
(Info-find-node, Info-restore-point, Info-search,
Info-forward-node, Info-backward-node): Use string-equal, not equal,
to compare node names.
1995-04-24 15:31:19 +00:00
Richard M. Stallman
fb65091fbc
(Info-next-preorder, Info-next-preorder-1):
...
When moving up, advance to next menu item.
1995-03-18 22:55:23 +00:00
Richard M. Stallman
d282974bf8
(same-window-buffer-names): Set this only in loaddefs.el,
...
not when info.el is loaded.
1995-03-12 18:22:14 +00:00
Richard M. Stallman
211d6309ac
(Info-menu): Bind beg with let.
...
(info): Use pop-to-buffer.
(same-window-buffer-names): Add "*info*".
1995-03-11 04:37:47 +00:00
Richard M. Stallman
2e52ff59e5
(Info-extract-menu-node-name): Collapse multiple spaces.
1995-03-06 04:25:29 +00:00
Richard M. Stallman
c696ac76c0
(Info-index): Bind Info-history, not Info-keep-history.
1995-02-15 08:36:09 +00:00
Richard M. Stallman
3ffefa7935
(Info-follow-reference): Use regexp-quote.
1994-11-23 19:56:15 +00:00
Karl Heuer
9d29f94cfb
(Info-summary): Set help-mode in *Help* buffer.
1994-11-09 05:49:52 +00:00
Richard M. Stallman
57f2b3e4f3
(Info-directory-list): Treat windows-nt like ms-dos.
1994-11-01 05:54:58 +00:00
Richard M. Stallman
e175bda252
(info-insert-file-contents): Always check for conflict with jka-compr.
...
(Info-find-node): Don't search on Info-directory-list if the
file name is absolute.
1994-10-18 05:25:40 +00:00
Morten Welinder
87485d6fc9
*** empty log message ***
1994-10-17 08:42:36 +00:00
Richard M. Stallman
3f32dc86dc
(Info-scroll-down, Info-scroll-up): Doc fixes.
1994-10-02 08:36:08 +00:00
Richard M. Stallman
25869acf6e
(Info-insert-dir): Insert newlines before rather than
...
after nodes copied from other files, for consistency.
1994-09-19 05:11:40 +00:00
Karl Heuer
e82c28f979
(Info-edit): Move the customary mode-initialization calls out of here.
...
(Info-edit-mode): Put them here. Also enable undo, and call
Info-edit-mode-hook.
1994-09-16 23:31:10 +00:00
Richard M. Stallman
47fc33caf0
(Info-mode-map): Bind M-s like s.
1994-09-14 09:17:32 +00:00
Richard M. Stallman
d949530033
(Info-mode): Text for using x, not for make-face defined.
1994-09-03 22:11:00 +00:00
Richard M. Stallman
21d5959fe7
(Info-mode): Doc fix.
1994-08-18 01:08:03 +00:00
Richard M. Stallman
0a56332b97
(Info-last-menu-item): Fix gross logic errors.
...
(Info-last-preorder): After going thru menu item, go to end.
(Info-scroll-up): Set window-start if it's out of range.
Once menu start is on or above screen, start using menu items.
(Info-scroll-down): Set window-start if it's out of range.
If there's a menu item, always use menu.
1994-08-09 01:41:08 +00:00
Richard M. Stallman
bdf62a4d71
(Info-additional-directory-list): New variable.
...
(Info-find-node): Use it.
1994-08-07 23:35:47 +00:00
Richard M. Stallman
5da0f9456d
(Info-directory-list): Doc fix.
1994-08-06 02:58:22 +00:00
Richard M. Stallman
35d4f4e8e4
(Info-find-node): Use a loop instead of mapcar and catch.
1994-07-28 12:53:30 +00:00
Richard M. Stallman
34a0a4ee43
(Info-fontify-maximum-menu-size): New variable.
...
(Info-fontify-node): Use that variable.
1994-07-11 00:55:56 +00:00
Richard M. Stallman
b4d8de7df4
(Info-index): Fix typo: t => \t.
1994-06-28 04:14:41 +00:00
Richard M. Stallman
dfbf6104bd
(Info-insert-dir): Capitalize `node' when inserting it.
...
(Info-search): Don't move point to beginning, after Info-read-subfile.
1994-06-27 20:54:14 +00:00
Richard M. Stallman
3c9179ea1e
(Info-next-preorder-1): New function.
...
(Info-mouse-follow-nearest-node): Use that.
(Info-follow-nearest-node): Use that.
1994-06-23 14:24:38 +00:00
Richard M. Stallman
718b4478bf
(Info-directory-list): For msdos, don't check for
...
exec-directory != ../lib-src (since we use wrapped binaries).
1994-06-21 15:39:44 +00:00
Richard M. Stallman
7df79bd462
(Info-directory-list): For msdos, use ";" instead of
...
":" as delimiter in INFOPATH.
1994-06-16 15:44:16 +00:00
Richard M. Stallman
825d6f08db
(Info-insert-dir): Ignore access times when comparing
...
file attributes. Print message while merging. Use separate
buffers for merging. Try lower case `dir' first.
1994-06-15 18:13:52 +00:00
Richard M. Stallman
7757c47617
(Info-fontify-node): Require some whitespace after *Note.
1994-06-12 14:37:21 +00:00
Richard M. Stallman
e8adde3fd1
(Info-complete-menu-item): New function.
...
(Info-menu): Use it to speed completion.
1994-06-10 21:00:53 +00:00
Richard M. Stallman
42b31bf937
(Info-directory-list): Don't use the invocation directory
...
unless it was used for exec-directory too.
1994-06-05 11:43:26 +00:00
Richard M. Stallman
5c11086b45
(Info-directory-list): Doc fix.
1994-05-30 11:47:07 +00:00
Richard M. Stallman
e5bd212549
(Info-directory-list): Doc fix.
1994-05-28 20:06:08 +00:00
Richard M. Stallman
0e5671606f
(info-insert-file-contents): Avoid conflict with jka-compr.
1994-05-19 22:42:22 +00:00
Karl Heuer
d733c5ec03
Update copyright.
1994-05-03 22:46:37 +00:00
Karl Heuer
981947af1a
(Info-next-preorder): Don't follow footnotes here.
...
(Info-mouse-follow-nearest-node, Info-follow-nearest-node): Split into mouse
and keyboard versions.
(Info-mode-map): Bind them to mouse-2 and RET.
(Info-try-follow-nearest-node): Common subroutine.
1994-04-21 16:51:53 +00:00