Richard M. Stallman
4375252dc1
(rmail-retry-failure):
...
Use mail-sendmail-delimit-header, not mail-send-delimit-header.
1998-05-16 22:26:27 +00:00
Richard M. Stallman
0aa8c4b24d
(insert_1_both, insert_from_string_1, replace_range)
...
(insert_from_buffer_1, adjust_before_replace, adjust_after_replace):
Don't copy text being deleted, if undo is disabled.
1998-05-16 20:34:59 +00:00
Richard M. Stallman
f5321b5c8a
(Fexpand_file_name) [WINDOWSNT]: Be careful not to
...
concatenate the directory prefix and file name to accidentally
create a network share name.
1998-05-16 19:56:07 +00:00
Richard M. Stallman
933bdce24d
Whitespace change.
1998-05-16 19:08:49 +00:00
Richard M. Stallman
adc1d5c873
(read_char): If redisplay is preempted,
...
try swallow_events; if that clears input_pending,
finish the redisplay.
(parse_menu_item): Removed unnecessary gcproing.
Fix a test of inmenubar.
1998-05-16 18:30:52 +00:00
Richard M. Stallman
00a9a93524
(readchar): Use readchar_backlog again
...
to read a character byte by byte, if its byte sequence
does not really match the character code.
(unreadchar): Handle readchar_backlog.
(readevalloop, Fread): Initialize readchar_backlog to -1.
1998-05-16 18:30:00 +00:00
Richard M. Stallman
26174ef4fe
(vc-update-change-log): Use temporary-file-directory.
...
Use expand-file-name on it.
1998-05-16 17:53:32 +00:00
Richard M. Stallman
fc416240b9
(c-macro-expansion):
...
Use temporary-file-directory. Choose temp file name properly.
1998-05-16 17:52:29 +00:00
Richard M. Stallman
11757e2f52
(jka-compr-temp-name-template): Use temporary-file-directory.
1998-05-16 17:50:00 +00:00
Richard M. Stallman
e4a6b88e82
(emerge-temp-file-prefix): Use temporary-file-directory.
1998-05-16 17:48:49 +00:00
Richard M. Stallman
61d5c49207
(ediff-temp-file-prefix): Use temporary-file-directory.
1998-05-16 17:47:27 +00:00
Richard M. Stallman
406757ff5b
(browse-url-temp-dir): Use temporary-file-directory.
1998-05-16 17:35:23 +00:00
Richard M. Stallman
0adf5079bf
(archive-tmpdir): Use temporary-file-directory.
1998-05-16 17:34:20 +00:00
Richard M. Stallman
a536e29973
(ange-ftp-tmp-name-template): Use temporary-file-directory.
1998-05-16 17:33:11 +00:00
Richard M. Stallman
472974e9b0
(dired-mark-subdir-files): Doc fix.
1998-05-16 04:14:04 +00:00
Richard M. Stallman
984e7bd979
(ps-file-end): Put Trailer and Pages before EndDoc.
...
(ps-print-control-characters): Doc fix.
1998-05-16 03:49:47 +00:00
Richard M. Stallman
38f30d582d
(vc-update-change-log): Use system-tmp-directory.
1998-05-16 03:44:16 +00:00
Richard M. Stallman
84195ec425
(c-macro-expansion): Use system-tmp-directory.
1998-05-16 03:44:02 +00:00
Richard M. Stallman
7b559d168f
(jka-compr-temp-name-template): Use system-tmp-directory
1998-05-16 03:43:44 +00:00
Richard M. Stallman
e4244d3124
(emerge-temp-file-prefix): Use system-tmp-directory.
1998-05-16 03:43:28 +00:00
Richard M. Stallman
4a37a5df9e
(ediff-temp-file-prefix): Use system-tmp-directory.
1998-05-16 03:41:42 +00:00
Richard M. Stallman
ff432440bc
(browse-url-temp-dir): Use system-tmp-directory.
1998-05-16 03:40:39 +00:00
Richard M. Stallman
784f6a0010
(archive-tmpdir): Use system-tmp-directory.
1998-05-16 03:40:21 +00:00
Richard M. Stallman
8f6769c4f1
(ange-ftp-tmp-name-template): Use system-tmp-directory.
1998-05-16 03:38:59 +00:00
Richard M. Stallman
c11032b95f
(system-tmp-directory): New variable.
...
(recover-session-finish): Unmark the current line
so that the file being used for recovery will not get deleted.
1998-05-16 03:38:20 +00:00
Richard M. Stallman
82d6c19f8a
(set-auto-coding): Exclude \n when matching the coding system name.
1998-05-15 22:24:17 +00:00
Richard M. Stallman
a7e4cdde61
(search_buffer): Set search regs for all success with an empty string.
...
(set_search_regs): Clear out all regs except 0.
1998-05-15 22:23:01 +00:00
Richard M. Stallman
8332fa80b6
(define-mail-alias): Compensate for not resetting the match data when
...
string-match fails.
1998-05-15 21:50:07 +00:00
Richard M. Stallman
b44c3d59fa
(signal_quit): Add prototype.
1998-05-15 20:55:45 +00:00
Richard M. Stallman
86143765b7
(sys_select): Always wait on interrupt_handle, so that
...
user can break out of `accept-process-input' (for instance) by typing C-g.
1998-05-15 20:55:26 +00:00
Richard M. Stallman
53d6080399
(w32_wnd_proc): Call signal_quit when C-g is received.
1998-05-15 20:53:53 +00:00
Richard M. Stallman
1ce3dc2b2d
(interrupt_handle): New variable.
...
(init_crit): Initialize it.
(delete_crit): Cleanup on exit.
(signal_quit): New function. Signal any threads that are blocked
on a "system" call (provided they have been specially written to
check for this), so the call can fail with EINTR as on Unix.
1998-05-15 20:53:39 +00:00
Richard M. Stallman
85348a1744
(ange-ftp-start-process): Handle Windows ftp client.
1998-05-15 20:35:58 +00:00
Richard M. Stallman
81fee7cf1d
(setup-8-bit-environment):
...
After loading latin-N, reset the standard case table
and each buffer's case table.
1998-05-15 05:50:20 +00:00
Richard M. Stallman
6ebe9f826f
(byte-decompile-bytecode-1):
...
Cope with an out-of-range constvec index.
1998-05-15 05:49:05 +00:00
Richard M. Stallman
5a36f62bee
Doc fix.
1998-05-15 05:48:02 +00:00
Richard M. Stallman
b0d00c351d
Initial revision
1998-05-15 05:45:53 +00:00
Richard M. Stallman
7298263a74
Load dos-vars along with dos-fns.
1998-05-15 05:44:56 +00:00
Richard M. Stallman
feb6540308
(dos-ps-printer, dos-printer, msdos-shells):
...
Defcustoms replaced with defvars.
(dos-fns): defgroup deleted.
1998-05-15 05:43:41 +00:00
Richard M. Stallman
7cd3279a33
(type-break-mode): Don't alter global-mode-string.
...
Instead, add an element to minor-mode-alist.
1998-05-15 05:20:58 +00:00
Richard M. Stallman
4599e8cd59
(convenience): New group.
1998-05-15 05:02:29 +00:00
Richard M. Stallman
9c7924d512
(Info-find-node): Use info-file-exists-p
...
(info-insert-file-contents): Use info-file-exists-p.
(info-file-exists-p): New function.
1998-05-15 04:05:56 +00:00
Richard M. Stallman
df4cb2b7ad
Renamed "struct buffer" to "struct termcap_buffer" to
...
avoid confusing the MSVC debugger.
1998-05-15 00:34:07 +00:00
Richard M. Stallman
d56a1167bc
(install-arch-indep): Fix previous change.
1998-05-15 00:25:16 +00:00
Richard M. Stallman
e4ade21be2
Add binding for C-x z to vi-dot here.
1998-05-14 21:16:49 +00:00
Edward M. Reingold
8f596798b1
Fix mispelling.
1998-05-14 19:40:20 +00:00
Eli Zaretskii
380683ed5a
(archive-tmpdir): Make the prefix of the temporary
...
directory absolute.
(file-name-invalid-regexp): New variable.
(archive-zip-case-fiddle): Doc fix.
(archive-remote): Make it permanent-local.
(archive-member-coding-system): New variable.
(archive-mode): Don't use write-contents-hooks for remote
archives. Archives whose names are illegal for the current
filesystem are marked read-only.
(archive-summarize): Optional argument SHUT-UP makes it silent.
All callers changed.
(archive-unique-fname): New function.
(archive-maybe-copy): Use it.
(archive-maybe-copy, archive-write-file): Bind
coding-system-for-write to no-conversion.
(archive-maybe-update, archive-mode-revert): Bind
coding-system-for-read to no-conversion.
(archive-maybe-update): Remain at the same line in the archive
listing, after updating the archive. Print the buffer name of the
archive to be saved.
(archive-extract): Mark archive members whose names are invalid as
read-only. Don't set buffer-file-type. Remove the write-contents
hook for remote archives. Warn about read-only archives inside
other archives.
(archive-write-file-member): Handle remote archives. Restore
value of last-coding-system-used.
(archive-*-write-file-member): Handle archives inside other
archives. Save the value of last-coding-system-used.
(archive-write-file): New optional variable FILE: where to write
the archive; defaults to buffer-file-name, for remote archives.
(archive-zip-summarize, archive-zip-chmod-entry): Support VFAT
type of host filesystem.
(archive-zip-summarize): Don't fiddle letter case of mixed-case
file names.
1998-05-14 15:08:55 +00:00
Richard M. Stallman
2036d16f51
(ad-handle-definition, defadvice): Fix error messages.
1998-05-14 05:39:59 +00:00
Richard M. Stallman
0f2aa0e118
(describe-key-briefly): When INSERT, put cmd name in `...'.
1998-05-14 05:23:24 +00:00
Geoff Voelker
8331e67615
(w32_ring_bell): Flash window correctly.
1998-05-14 05:16:54 +00:00