1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 06:00:41 -08:00
Commit graph

2465 commits

Author SHA1 Message Date
Richard M. Stallman
47082fcd1b (byte-recompile-directory): At end of compiling a file,
put back the "Checking DIR..." message.
1993-08-02 04:47:30 +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
Jim Blandy
b7294c7587 * blackbox.el (blackbox-mode-map): Now that we have
terminal-independent function-key facilities, we ought to use
them.  Remove hack which looks for all bindings for the simple
motion keys and locally binds them to blackbox keys; add bindings
for the [up], [down], [left], and [right] keys.
1993-08-01 22:47:44 +00:00
Roland McGrath
eb6a920f20 (etags-tags-completion-table): Fixed regexp for today's format.
(etags-snarf-tag): Skip explicit tag name if present.
1993-08-01 22:22:48 +00:00
Paul Eggert
c5eeaf525f (pick-random): Remove.
All callers changed to use `random' instead.
1993-08-01 20:50:07 +00:00
Paul Eggert
82305cbd4d (dissociated-press): Use `(random N)' instead of while loop. 1993-08-01 20:50:07 +00:00
Paul Eggert
93cc044bd6 (dun-endgame-question, tcom, tloc):
Use (random N) instead of combination of %, abs and random.
1993-08-01 20:50:07 +00:00
Paul Eggert
f7e55318b4 (random-number): Remove.
All callers changed to use `random' instead.
1993-08-01 20:50:07 +00:00
Paul Eggert
6b6d5edf69 (life-insert-random-pattern): Simplify (% (abs (random)) N)
to (random N).
1993-08-01 20:50:07 +00:00
Paul Eggert
c9575b25ac (mpuz-random): Remove.
All callers changed to use `random' instead.
1993-08-01 20:50:07 +00:00
Paul Eggert
e00fcc05ec (emerge-default-[AB]): Use (zerop (% A B)) instead of
(= (* (/ A B) B) A).
1993-08-01 20:48:43 +00:00
Richard M. Stallman
7f3e80e3b4 Installed the version from the Texinfo package. 1993-08-01 12:23:22 +00:00
Richard M. Stallman
1d673d85da (dired-sort-mode): Variable deleted.
Don't display it in mode line.
(dired-sort-set-modeline): Set mode-name instead.
1993-08-01 11:55:12 +00:00
Richard M. Stallman
a5024e2ace (visit-tags-table-buffer): New local named
visit-tags-table-buffer-cont copies cont.
(tags-table-including): Set that, instead of cont.
1993-08-01 07:09:22 +00:00
Richard M. Stallman
280a6a9f18 Version 2.7 from stig. 1993-08-01 06:26:18 +00:00
Richard M. Stallman
cf3623c64c (etags-goto-tag-location): Handle selective display. 1993-08-01 06:04:06 +00:00
Richard M. Stallman
b70af8d72f (indent-c-exp): Don't move an { from column 0. 1993-08-01 05:17:42 +00:00
Richard M. Stallman
e865c5cea7 Fix doc strings and error message syntax.
Add menu bar items.
(tar-subfile-mode): Set a local-write-file-hook
rather than using key bindings.
(tar-subfile-save-buffer): Return t.
1993-07-31 22:35:20 +00:00
Richard M. Stallman
964141f289 (change-log-mode): Use \f for formfeed, to avoid syntax error. 1993-07-31 18:41:53 +00:00
Richard M. Stallman
d49b6338aa (isearch-done): Move point (for small window)
before deciding whether to set the mark.
1993-07-31 18:39:09 +00:00
Richard M. Stallman
ea1ebaed7a (Man-section-translations-alist): Add entries for xlib. 1993-07-31 18:34:04 +00:00
Richard M. Stallman
3eedeb851b (Man-build-references-alist): When setting word,
use only what Man-reference-regexp matched.
(Man-reference-regexp): Don't match starting with a period.
(Man-first-heading-regexp): Allow leading space.
(Man-heading-regexp): Allow leading space.
1993-07-31 18:32:04 +00:00
Richard M. Stallman
bbd93e4129 (validate-tex-buffer): Record mismatches in *Occur*. 1993-07-31 07:33:02 +00:00
Richard M. Stallman
2943f983f2 (basic-save-buffer): When we read a file name,
use set-visited-file-name to put it in.
1993-07-31 06:40:04 +00:00
Richard M. Stallman
009ef4024d (shell-command-history): New variable.
(shell-command, shell-command-on-region): Use it.
1993-07-31 06:10:44 +00:00
Richard M. Stallman
49e61c4267 (mouse-choose-completion): Actually choose that alternative,
don't just insert its name.
1993-07-31 05:31:58 +00:00
Richard M. Stallman
3eb217a0b3 (shrink-window-if-larger-than-buffer): Do nothing if the
window is the only window of its frame.  If the buffer ends in newline
and point is not at the end of the buffer, don't display last (empty) line.
1993-07-31 01:08:48 +00:00
Richard M. Stallman
4c2d8cf9b5 (vc-shrink-to-fit): Deleted. All callers changed to use
the new, fixed `shrink-window-if-larger-than-buffer' instead.
In some places move it after a (goto-char (point-min)).
1993-07-31 01:05:33 +00:00
Jim Blandy
0cffbbb992 * frame.el (frame-notice-user-settings): If we had to create a new
frame in order to obey initial-frame-alist, use delete-frame's
FORCE argument to get rid of the old frame even if the new one
hasn't been mapped yet.
1993-07-31 00:21:33 +00:00
Jim Blandy
304188d616 * gud.el (gud-gdb-marker-filter): Preserve the match data across
the filter's execution.

* gud.el (gud-gdb-marker-filter): If we received some text after
the position marker, append it to any text before the marker,
instead of throwing away the text before the marker.
1993-07-30 22:43:39 +00:00
Richard M. Stallman
fcd737693e entered into RCS 1993-07-30 20:15:09 +00:00
Richard M. Stallman
776b7d5aac (show-paren-command-hook): Specify buffer for move-overay. 1993-07-30 07:50:15 +00:00
Richard M. Stallman
362a07f4a4 (fill-region-as-paragraph): Move misplaced paren
ending `(if (eobp) nil ...)'.
In the loop that avoids breaking after `.' with one space,
break if we actually have two spaces.
1993-07-30 07:01:23 +00:00
Roland McGrath
cacf1905d9 (compilation-error-regexp-alist): Broaden RS6000 regexp to match
"lines N-M," or "line N,".
1993-07-30 05:32:45 +00:00
Jim Blandy
768c29d02f * gud.el (gud-gdb-marker-filter): Do not assume that the position
markers from GDB will always be received in one chunk of input;
gud-gdb-marker-filter may be called several times, each time
providing a little more of the position marker.
(gud-gdb-marker-acc): New variable.
(gud-gdb-marker-filter): If we have received what could be the
beginning of a position marker, hold that text in
gud-gdb-marker-acc for the next time we get called, until we have
enough information to decide for sure.

* gud.el (gud-gdb-marker-filter): Only recognize GDB position
markers if they occur at the beginning of the line.  They always
do, and this reduces the likelihood that the above change will
hold back output that isn't really a position marker.
1993-07-30 01:39:20 +00:00
Jim Blandy
f582564f7b * mpuz.el (mpuz-board): Doc fix. 1993-07-29 23:21:30 +00:00
Richard M. Stallman
7f359a2155 (dbx): Use %d in gud-break.
(gud-format-command): Support %d.  Delete spurious progns.
1993-07-29 22:35:23 +00:00
Richard M. Stallman
7520f31890 Do the global key bindings only via loaddefs.el,
not when sendmail.el is loaded.
1993-07-29 18:24:32 +00:00
Richard M. Stallman
15a36ac5ac (rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
(rmail-toggle-header, rmail-reformat-message): Ignore case
when checking for Summary-line.
1993-07-29 05:37:32 +00:00
Richard M. Stallman
5e2a0ae4fb (calendar-mode-map): Bind C-SPC. 1993-07-29 05:13:26 +00:00
Paul Eggert
e6258b339a (vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled. 1993-07-29 04:58:47 +00:00
Richard M. Stallman
a0213a9717 (delete-frame): Permit it, if > 1 frame is vis or iconic. 1993-07-29 04:50:27 +00:00
Jim Blandy
7447c37a37 * gud.el (gud-last-last-frame): Specify initial value. `dbx'
doesn't work unless we do.
1993-07-29 04:07:02 +00:00
Jim Blandy
c4b74c2089 * man.el (Man-find-section): HP/UX man pages have section names
indented by a single space; recognize them.
1993-07-29 04:02:54 +00:00
Richard M. Stallman
95d19fad86 (calculate-c-indent): When checking whether function decl
is inside a comment, move back to the `(' that starts the arglist.
1993-07-29 04:01:09 +00:00
Richard M. Stallman
b03848314e (rmail-convert-file): If file needs conversion, convert it all. 1993-07-29 03:43:38 +00:00
Richard M. Stallman
4dc7458eb6 (name-last-kbd-macro): Handle macros that are vectors. 1993-07-29 03:27:05 +00:00
Richard M. Stallman
6b33eb408c (Man-filter-list): Insert \n newlines in awk script. 1993-07-29 02:31:06 +00:00
Richard M. Stallman
59b644e869 (time-stamp): Add autoload cookie. 1993-07-28 23:51:08 +00:00
Roland McGrath
caf772a29b (comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
completion" instead of "Unique completion", for consistency with the rest
of the known universe.
1993-07-28 22:41:43 +00:00