Commit graph

16945 commits

Author SHA1 Message Date
Richard M. Stallman
86bfaffe40 (isearch-search): Refuse to match invisible text.
(isearch-range-invisible): New function.
(search-invisible): New user option.
1997-02-10 09:41:31 +00:00
Richard M. Stallman
284a88a318 (mouse-buffer-menu): Group buffers by major modes if that seems to be useful.
(mouse-buffer-menu-mode-groups): New variable.
(mouse-buffer-menu-alist, mouse-buffer-menu-split): New subroutines
broken out of mouse-buffer-menu.
1997-02-10 00:10:16 +00:00
Richard M. Stallman
1884e32542 (rmail-sort-messages): Preserve point
with respect to the the current message.
1997-02-10 00:08:51 +00:00
Karl Heuer
5ff083afb4 Fix previous change. 1997-02-09 23:02:19 +00:00
Karl Heuer
8c9dbabe64 (compare-windows): Make more efficient use of
result from compare-buffer-substrings.
1997-02-09 22:55:17 +00:00
Eli Zaretskii
49683a1376 * (compilation-process-setup-function): New variable.
(compile-internal): Call compilation-process-setup-function if
it is non-nil.
1997-02-09 16:03:50 +00:00
Eli Zaretskii
8785daf347 * (diff-process-setup): New function, sets up the
compilation-exit-message-function so that it works with both
asynchronous and synchronous sub-processes.
(diff): Bind compilation-exit-message-function.  Run
compilation-finish-function when compile-internal returns if async
processes aren't supported.
1997-02-09 15:57:11 +00:00
Richard M. Stallman
7ada1a07ac (define-derived-mode): Add derived-mode-parent
property to the defived mode command name.
1997-02-08 20:17:04 +00:00
Richard M. Stallman
db98a733f2 (change_window_height): Take size from multiple siblings,
nearest ones first, when that can be done without deleting any of them.
1997-02-08 18:34:53 +00:00
Richard M. Stallman
c5fe2ff17b Handle multiple Info buffers.
(Info-tag-table-marker): Initialize to nil.
(Info-tag-table-buffer): New variable.
(Info-find-node): Don't switch buffers if already in Info mode.
Use Info-tag-table-buffer to support multiple Info buffers.
(Info-read-subfile): Don't switch to *info* buffer.
(Info-build-node-completions): Handle buffer local bindings for
Info-tag-table-marker.
(Info-search): Add a save-excursion.
(Info-mode): Make Info-tag-table-buffer buffer-local.
Make a different marker in Info-tag-table-marker for each buffer.
(Info-kill-buffer): New function, on kill-buffer-hook.
1997-02-08 18:34:21 +00:00
Richard M. Stallman
9317a85d0f (scroll_preserve_screen_position): New variable.
(keys_of_window): Set up Lisp var.
(window_scroll): If scroll_preserve_screen_position is 0,
behave the old way (advancing point the minimum distance).
1997-02-08 15:50:17 +00:00
Richard M. Stallman
50b3531c82 (auto-show-mode): Doc fix. 1997-02-06 23:23:32 +00:00
Richard M. Stallman
d331bcad5b (Feval_buffer): Doc fix. 1997-02-06 09:13:29 +00:00
Erik Naggum
094e8ee4ac (edmacro-parse-keys): Remove redundant test for ?. 1997-02-05 01:33:07 +00:00
Erik Naggum
96c188b08c (file-relative-name): Protect the match-data. 1997-02-05 01:32:44 +00:00
Noah Friedman
4fa073648d (eldoc-display-message-p): New function.
Return nil if cursor-in-echo-area, or using idle timers and a command
is still active.

(eldoc-print-current-symbol-info): Use eldoc-display-message-p.
1997-02-04 18:21:29 +00:00
Richard M. Stallman
008d825ad3 (Man-init-defvars): Fix case in a char set range. 1997-02-04 17:42:19 +00:00
Eli Zaretskii
0020dbcd12 (Man-build-man-command): When async processes aren't
supported, don't redirect stderr via the shell.
(Man-getpage-in-background, Man-bgproc-sentinel): Support for
systems where async processes don't work.
1997-02-03 18:02:26 +00:00
Richard M. Stallman
c2604a9b86 (dired-rename-file): Pass new arg to set-visited-file-name. 1997-02-03 09:45:27 +00:00
Richard M. Stallman
f36012a669 (set-visited-file-name): New arg ALONG-WITH-FILE. 1997-02-03 09:42:56 +00:00
Richard M. Stallman
bf437d6d95 (rmail-ignored-headers): Add Delivered-to: header. 1997-02-03 06:55:50 +00:00
Noah Friedman
332ae8db49 Update copyright notice to reflect assignment to FSF and incorporation
into Emacs.

Attempt to load `timer'.

(eldoc-idle-delay): Make defconst.
(eldoc-minor-mode-string): Make defconst.
(eldoc-argument-case): Make defconst.

(eldoc-message-commands): Renamed from eldoc-mode-message-commands.
All callers changed.
Add `mouse-set-point' as a default candidate.

(eldoc-use-idle-timer-p): New constant.
(eldoc-timer): New variable.
(eldoc-current-idle-delay): New variable.
(eldoc-schedule-timer): New function.
(eldoc-mode): Use idle timers if supported.

(eldoc-add-command): Provide completion on interactive commands only, not
all bound functions.

(eldoc-print-current-symbol-info): Renamed from
eldoc-mode-print-current-symbol-info.  All callers changed.
Check whether using idle timers or being run from post-command hooks.
Use `executing-kbd-macro' instead of `executing-macro'.

(eldoc-print-fnsym-args): Don't make interactive.
Cache current symbol name in eldoc-last-data; it was forgetting to do this
previously.
If subr args cannot be determined, show single-line docstring for it instead.

(eldoc-docstring-message): New function.
(eldoc-print-docstring): New function.
(eldoc-print-var-docstring): Use them.

(eldoc-function-argstring-from-docstring-method-table): New constant.
(eldoc-function-argstring-from-docstring): Use it.
1997-02-03 06:13:34 +00:00
Richard M. Stallman
509a8fcde8 (main): Don't extend stack limit too far. 1997-02-03 02:51:09 +00:00
Eli Zaretskii
917e56592f dos_rawgetc: When international keyboard doesn't have
to be supported, recognize Alt-key combinations even if the Alt
key is no longer pressed.
1997-02-02 15:41:27 +00:00
Richard M. Stallman
498e9ac35b (Vx_resource_class): New variable.
(syms_of_xfns): Set up Lisp variable.
(Fx_get_resource, x_window): Use Vx_resource_class.
(validate_x_resource_name): Ensure Vx_resource_class is a string.
1997-02-02 09:51:09 +00:00
Richard M. Stallman
61e3ceca70 Delete the Spell-emulator task. 1997-02-02 02:04:11 +00:00
Richard M. Stallman
04e86524a6 Undo lastupdate change. 1997-02-02 02:03:41 +00:00
Richard M. Stallman
889611f096 (set-frame-font): Renamed from set-default-font, 1997-02-02 01:53:27 +00:00
Paul Eggert
98f1928d38 automatically generated from GPLed version 1997-02-02 01:50:06 +00:00
Richard M. Stallman
8e717a4544 (dirtrack-debug-message): Put output at end of buffer.
(dirtrack): Check that directory exists before trying to cd to it.
Go to point-max (not comint-last-output-start) before looking for
the prompt.
1997-02-01 20:26:01 +00:00
Richard M. Stallman
35f58ede93 (dired-guess-shell-alist-default): Make .eps
extension act like .ps extension.
1997-02-01 20:02:16 +00:00
Richard M. Stallman
d2d8b77eab (rmail-reply): Concatenate all the References headers. 1997-02-01 19:14:49 +00:00
Richard M. Stallman
cc39c00a02 (set-fill-column): Print the old value too. 1997-02-01 02:19:14 +00:00
Richard M. Stallman
1b65c68491 Whitespace change. 1997-02-01 01:39:11 +00:00
Richard M. Stallman
17949e23c5 (sendmail-user-agent): Insert all the OTHER-HEADERS. 1997-01-31 20:44:12 +00:00
Boris Goldowsky
2df566e666 Fix bug that caused crash on certain tags with parameters 1997-01-31 19:53:54 +00:00
Richard M. Stallman
11aea8f56d (rmail-reply): Copy all the References: headers
from the original message.
1997-01-31 09:35:39 +00:00
Richard M. Stallman
b7bf1cef33 (mail-fetch-field): New arg LIST. 1997-01-31 09:34:45 +00:00
Richard M. Stallman
1e3b420bcb (edmacro-parse-keys): Don't treat C-. or C-? as ASCII control char. 1997-01-31 07:48:16 +00:00
Richard M. Stallman
e1ebe229b9 (compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Add .* at beginning.
1997-01-31 06:17:06 +00:00
Richard M. Stallman
ae7f67617a (ps-print-header): Doc fix. 1997-01-30 22:17:33 +00:00
Richard M. Stallman
91eac6dae8 (load-save-place-alist-from-file): Delete spurious t's. 1997-01-28 22:22:10 +00:00
Noah Friedman
3b1e30d33e Spelling corrections.
Removed a couple of redundant entries.
1997-01-28 18:38:51 +00:00
Richard M. Stallman
e82654b771 (compilation-error-regexp-alist): Undo 1/21 change.
In the GNU message with program name alternative,
allow digits in the program name after the first character.
1997-01-28 05:04:25 +00:00
Paul Eggert
bc1c9d7e6b (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
might need it.
(fmod): Ensure that the magnitude of the result does not exceed that
of the divisor, and that the sign of the result does not disagree with
that of the dividend.  This does not yield a
particularly accurate result, but at least it will be in the
range promised by fmod.
1997-01-28 04:51:45 +00:00
Richard M. Stallman
e1d409fed5 (comint-exec-1): Use file-accessible-directory-p. 1997-01-27 22:55:04 +00:00
Paul Eggert
be65c2f46a Include <float.h> if STDC_HEADERS.
(DBL_MAX_10_EXP): Define if not defined; default is IEEE double.
(doprnt1): Allocate enough buffer space to handle very large floating
point numbers, or very large field widths or precisions.
Detect overflow in field widths or precisions.
1997-01-27 20:12:52 +00:00
Richard M. Stallman
dd713b759c (timezone-parse-date): Treat unknown month name
like any other unrecognized format.
1997-01-27 05:23:31 +00:00
Richard M. Stallman
7aec540f0c (byte-compile-inline-expand): Recalculate fn
after loading a file to define the function.
1997-01-27 02:40:13 +00:00
Richard M. Stallman
75e9c107ee (jka-compr-error): Use with-current-buffer.
(jka-compr-call-process, jka-compr-file-local-copy)
(jka-compr-write-region): Use with-current-buffer.
1997-01-27 02:40:00 +00:00