1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

23232 Commits

Author SHA1 Message Date
Dave Love
451f7df83b (Fwith_output_to_temp_buffer): Doc fix. 1998-09-10 22:51:33 +00:00
Dave Love
b524ce9fc5 (vc-insert-headers): Doc fix. 1998-09-10 21:50:05 +00:00
Karl Heuer
59e7a63738 (flyspell-mode-on): Make the
ispell-... variables permanent locals.
(flyspell-mode-off): Add autoload cookie.
1998-09-10 16:07:02 +00:00
Karl Heuer
b2a577ecba (flyspell-mode-on): fix kill-buffer-hook
to make killing of ispell process work even if
kill-all-local-variables has been run.
1998-09-10 16:05:59 +00:00
Karl Heuer
94d1817dff (mark-sexp-diary-entries): Avoid infinite loop when
sexp entry ends at end of file with no newline.
1998-09-10 16:03:07 +00:00
Karl Heuer
e63d9e3174 (ange-ftp-write-region): For `dumb-unix' host,
do use binary mode, just as for `unix'.
(ange-ftp-host-type): If HOST is nil, return `unix'.
1998-09-10 16:01:37 +00:00
Karl Heuer
05a4037321 (dired-mark-files-containing-regexp):
Don't scan directories.  Ignore non-readable files.
1998-09-10 16:00:20 +00:00
Karl Heuer
5cfc5cbe70 (TIOCSIGSEND): Add #undef.
(bcopy, bcmp, bzero): Add #undef.
1998-09-10 15:59:36 +00:00
Karl Heuer
ae9e2dc7ae (compilation-error-regexp-alist):
Fix previous change: allow . and _ in command name.
1998-09-10 15:58:37 +00:00
Karl Heuer
b519fca5a6 (main): Mention --display and --eval in help. 1998-09-10 15:54:42 +00:00
Karl Heuer
a94a433590 (command_loop_1): When switching to selected window's bfr,
first exit if selected frame is dead (no live frames remain).
(read_key_sequence): Likewise.
1998-09-10 15:47:53 +00:00
Karl Heuer
23a3356234 (dired-mark-files-containing-regexp): Fix previous change. 1998-09-10 15:46:18 +00:00
Karl Heuer
c22256a16e (uncompress-while-visiting):
Use just the car of what find-operation-coding-system returns.
1998-09-10 15:45:17 +00:00
Karl Heuer
dbd7a811cc (Custom-save, Custom-reset-current, Custom-reset-saved)
(Custom-reset-standard): Fix menu inconsistency.
1998-09-10 15:43:50 +00:00
Karl Heuer
19a2870f7f (feedmail-from-line): Allow t.
(feedmail-message-id-suffix): Allow nil.
1998-09-10 15:38:21 +00:00
Karl Heuer
05422245ca (rmail-summary-output-to-rmail-file):
Simplify.  Make prefix arg work right.
1998-09-10 15:35:34 +00:00
Karl Heuer
514e1703dc (tex-start-tex): Call comint-quote-filename. 1998-09-10 15:26:44 +00:00
Karl Heuer
ad3f2354b6 (shell-file-name-quote-list): Add # to the value. 1998-09-10 15:26:22 +00:00
Paul Eggert
be09e6e6bf Add a comment to emacs_memftime, explaining why it needs to loop. 1998-09-09 21:33:50 +00:00
Dave Love
9181be6961 (use-hard-newlines): Doc fix. 1998-09-09 19:59:31 +00:00
Dave Love
b484eecc3f (help-xref-interned): Bind inhibit-read-only when
inserting.
1998-09-09 19:55:29 +00:00
Dave Love
97a3278b57 (change-log-font-lock-keywords): Do parenthesized
stuff only after file names or at start of line.  Allow parens
around e-mail, as well as angles.
1998-09-08 12:55:10 +00:00
Dave Love
0d5dc4a5fa (require): Wrap requirement of w3 and url in
ignore-errors too, eval'd when compile.  Require w3 stuff at load
time for nicer failure if it's not available.
1998-09-08 12:47:39 +00:00
Paul Eggert
70ebbe5f81 (emacs_memftime): New function.
(Fformat_time_string): Use it to handle null bytes in formats
correctly.
1998-09-08 03:56:09 +00:00
Kenichi Handa
8bedbe9dc2 (adjust_after_replace): Don't add combining bytes to
the args given to adjust_point.  Handle correctly the case that
there are both before and after combining bytes.
(replace_range): Likewise.
1998-09-08 02:01:59 +00:00
Kenichi Handa
9869520f33 (Fsubst_char_in_region): Call replace_range with the
arg MARKERS 1.
1998-09-08 02:01:59 +00:00
Kenichi Handa
2e45bf1801 (Ffind_charset_region): Optimization for unibyte buffer.
(Ffind_charset_string): For unibyte string, return (ascii).
1998-09-08 02:01:59 +00:00
Geoff Voelker
21a003b90f (comint-arguments): Ignore backslashes when using
w32 shells that expect backslashes as the directory separator.
1998-09-07 23:39:23 +00:00
Karl Heuer
24c129e40e (base64_decode_1, base64_encode_1): New functions.
(Fbase64_decode_string, Fbase64_encode_string): New functions.
(Fbase64_decode_region, Fbase64_encode_region): New functions.
1998-09-07 19:58:05 +00:00
Karl Heuer
f7993597fa (Fwidget_put): Return VALUE instead of garbage. 1998-09-07 17:34:59 +00:00
Karl Heuer
955f3ff914 (error): After enlarging buffer, write to it, not to buf. 1998-09-07 17:31:29 +00:00
Kenichi Handa
bcb68cff12 (resolved-ascii-font): New variable.
(x-complement-fontset-spec): By side effect, set
`resolved-ascii-font' to the resolved name of ASCII font."
(create-fontset-from-fontset-spec): Don't get a value for
resolved-ascii-font from the list full-fontlist.  It is set by
x-complement-fontset-spec now.
1998-09-07 13:39:15 +00:00
Kenichi Handa
30ae06fc5a To make it work also on Emacs 20.2 and the earlier
version, check the value of mule-version.
1998-09-07 13:39:15 +00:00
Kenichi Handa
b57a7b0bf4 (count_combining_after): Check also preceding bytes at
POS if all characters in STRING are not character head.
1998-09-07 13:39:15 +00:00
Kenichi Handa
8783b77f5b (STRING_CHAR_AND_LENGTH): Return correct value in
ACTUAL_LEN even if LEN is too short to have a valid multibyte
form.
(STRING_CHAR_AND_CHAR_LENGTH): Likewise.
1998-09-07 13:39:15 +00:00
Kenichi Handa
69f7652519 (ccl_coding_driver): Always calculate correct mulibyte
chars in produced byte sequence.
(Ffind_operation_coding_system): Doc-string fixed.
1998-09-07 13:39:15 +00:00
Carsten Dominik
a6611c0d56 (reftex-view-crossref): Split up into several functions. No longer moves
to find a macro.
(reftex-view-cr-cite, reftex-view-cr-ref,
reftex-end-of-bib-entry): New functions.
(reftex-auto-view-crossref): New value `window' allowed.
(reftex-view-crossref-when-idle): Process new `window' option in
(reftex-translate-to-ascii-function): New default.
(reftex-label-illegal-re): Default changed, removed Latin1.
(reftex-latin1-to-ascii): New function.
(reftex-what-environment): Check for section regexp before use.
(reftex-find-tex-file, reftex-find-bib-file): Fixed bug with absolute
path names.
(reftex-TeX-master-file): Changed sequence of file checks.
(reftex-do-citation): bibview cache only with RefTeX mode on.
1998-09-07 07:28:16 +00:00
Joel N. Weber II
d166ae52ea (Extensions): Removed the sed item. 1998-09-07 04:47:25 +00:00
Paul Eggert
177ea5f115 (Fformat_time_string, Fdecode_time, Fcurrent_time_zone):
Don't assume that localtime and gmtime return non-NULL.
1998-09-06 15:49:17 +00:00
Karl Heuer
bf6ab66c9a (Fformat): Detect incomplete format spec at string's end. 1998-09-06 14:40:21 +00:00
Karl Heuer
e8dd0160fa Doc fixes. 1998-09-06 14:31:49 +00:00
Karl Heuer
8d9fbccc36 (compilation-error-regexp-alist):
In first pattern (GNU utilities and other things),
allow a space after the optional program name at the beginning.
1998-09-06 14:20:14 +00:00
Karl Heuer
3ec353b132 (mail-hist-current-header-contents):
Fix previous change: use mail-header-end.
1998-09-06 14:09:31 +00:00
Karl Heuer
5e24a1f76c (Fload): Handle case where openp finds a magic file
but it has no `load' handler or that handler calls `load'.
If FOUND != FILE, find FOUND's handler even if inhibited for FILE.
1998-09-06 13:57:32 +00:00
Eric M. Ludlam
84f473b019 (checkdoc-buffer-label): New function.
(checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
(checkdoc-this-string-valid-engine): Permit ? as terminating
 punctuation for first line sentence breaking.
(checkdoc-this-string-valid): When converting a comment into a doc
 string, make sure " chars are \".
(checkdoc-sentencespace-region-engine): Only do double space check
 if based on the variable `sentence-end-double-space'
1998-09-05 13:46:23 +00:00
Karl Heuer
00a90f4253 (lisp-imenu-generic-expression):
Recognize define-skeleton as a function definer.
1998-09-04 20:49:12 +00:00
Karl Heuer
41b3e67c3f (customize-option): Refuse to customize
a variable that has no defcustom.  But if variable is autoloaded,
first try to load the library that defines it.
1998-09-04 20:48:11 +00:00
Karl Heuer
85c92c4050 Use string' before calling insert'
so that in multibyte buffers we insert multibyte chars.
1998-09-04 20:46:30 +00:00
Karl Heuer
0b2bb4d096 (dired-mark-files-containing-regexp):
Don't use find-file; instead, insert the file in a temp buffer.
1998-09-04 20:43:09 +00:00
Karl Heuer
3827b1b8a2 (netstat-program-options): Changed from nil to "-a"
so that by default netstat shows all network connections.
1998-09-04 20:41:33 +00:00