1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

7922 Commits

Author SHA1 Message Date
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
889611f096 (set-frame-font): Renamed from set-default-font, 1997-02-02 01:53:27 +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
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
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
Richard M. Stallman
e1d409fed5 (comint-exec-1): Use file-accessible-directory-p. 1997-01-27 22:55:04 +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
Richard M. Stallman
b77c56e6a8 (ange-ftp-get-process): Call delete-process. 1997-01-26 05:14:27 +00:00
Richard M. Stallman
ffb8c7cb58 (news-post-news): New arg NOQUERY. 1997-01-25 20:21:03 +00:00
Karl Heuer
9a10bd0dc2 (rmail-get-new-mail): Fix return value to match doc. 1997-01-25 06:47:28 +00:00
Richard M. Stallman
83434bdaa2 (completion-no-auto-exit): New variable.
(choose-completion-string): Obey compilation-error-regexp-alist.
1997-01-24 03:51:57 +00:00
Richard M. Stallman
2fa55e202f (compilation-parse-errors): Use looking-at on each line.
(compilation-error-regexp-alist): Change these regexps
so that they assume matching only at start of line.
Delete \n at beginning; otherwise add `.*'.
1997-01-23 21:49:59 +00:00
Richard M. Stallman
1146fab338 (tmm-get-keymap): Recognize explicit lambda expressions as valid. 1997-01-23 06:25:22 +00:00
Richard M. Stallman
7a38448799 (compilation-error-regexp-alist):
In MIPS lint and Sun Ada regexps, reject newline in some
[^...] constructs.  Require newline at start in MIPS lint.
1997-01-22 08:02:25 +00:00
Richard M. Stallman
d773375565 (ange-ftp-load): If fail, return nil. 1997-01-21 23:17:12 +00:00
Richard M. Stallman
da84bdc4d5 (html-mode): Locally set sentence-end. 1997-01-21 09:27:59 +00:00
Richard M. Stallman
e7017ef969 Delete explicit autoload calls.
Provide octave-mod.
Move the variables formerly in octave.el
to the top of the file.
1997-01-21 04:43:45 +00:00
Richard M. Stallman
4144e5cba0 (rmail-preserve-inbox): New variable.
(rmail-get-new-mail): If rmail-preserve-inbox is non-nil, then
don't truncate the inboxes after retrieving mail from them.
1997-01-21 01:51:46 +00:00
Richard M. Stallman
e4377f536f (smtpmail-read-response): Don't get confused by %'s in response-string. 1997-01-21 01:16:10 +00:00
Richard M. Stallman
e96a83c806 Whitespace change. 1997-01-21 00:40:35 +00:00
Richard M. Stallman
d1e49742c5 Merge in octave.el; don't require octave.el.
Don't require octave-inf.el.
(octave-mode): Delete the startup message.
(octave-maintainer-address): Add bug-gnu-emacs.
(octave-version): Variable deleted.
(octave-submit-bug-report): Use emacs-version.
1997-01-21 00:40:19 +00:00
Richard M. Stallman
f7bbab75ea Require octave-mod, not octave. 1997-01-21 00:37:59 +00:00
Richard M. Stallman
081bf30e0f Initial revision 1997-01-21 00:35:48 +00:00
Richard M. Stallman
777874d029 (octave-mode): Delete the startup message. 1997-01-21 00:30:23 +00:00
Richard M. Stallman
f2727dfb21 Initial revision 1997-01-21 00:29:57 +00:00
Richard M. Stallman
f8f5c5f444 (timezone-parse-date): Handle 1-digit year. 1997-01-20 23:23:17 +00:00
Geoff Voelker
b63f9ba137 Change uses of win32 to w32. 1997-01-20 01:07:48 +00:00
Richard M. Stallman
474a797e4c (mantemp-insert-cxx-syntax): Recognize non-class templates.
(mantemp-make-mantemps-buffer): Simplify message.
(mantemp-make-mantemps-region): Simplify message.
1997-01-19 00:48:00 +00:00
Richard M. Stallman
d20b6dfd19 Initial revision 1997-01-19 00:47:24 +00:00
Richard M. Stallman
6414073a99 (shell-mode): Don't set list-buffers-directory. 1997-01-18 06:10:10 +00:00
Richard M. Stallman
2c7f9082ac (ange-ftp-waiting-flag): New variable.
(ange-ftp-load): Bind that to t, and catch ftp-error.
(ange-ftp-cf2, ange-ftp-cf1): If ange-ftp-waiting-flag is t,
throw instead of signaling an error.
1997-01-18 06:08:37 +00:00
Richard M. Stallman
090be653c3 (ps-print-version): Fix value.
(cl lisp-float-type): Require them.
(ps-number-of-columns ps-*-font-size): Try to select defaults
better suited when `ps-landscape-mode' is non-nil.
(ps-*-faces): Change default for Font Lock mode faces when
`ps-print-color-p' is nil.
(ps-right-header): Replace `time-stamp-yy/mm/dd'
by `time-stamp-mon-dd-yyyy'.
(ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
(ps-generate-postscript-with-faces): Replace `ps-sorter' by
`car-less-than-car'.
(ps-plot ps-generate): Replace `%d' by `%3d'.
1997-01-16 05:09:21 +00:00