1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

5525 commits

Author SHA1 Message Date
Richard M. Stallman
4e87f4d2ad (x_sync): Block input. 1994-01-10 22:37:42 +00:00
Richard M. Stallman
4c0dc72228 (struct buffer): New field auto_save_failure_time. 1994-01-10 22:37:13 +00:00
Richard M. Stallman
ca32516100 (set_search_regs): New subroutine.
(search_buffer): Use set_search_regs.
Record beginning and end after matching null string.
1994-01-10 22:36:49 +00:00
Richard M. Stallman
67bc89ab85 (Info-follow-reference): If point is not in middle of a
cross-reference but located somewhere on current line, make
cross-reference the `default'.  If only one cross-reference
located in node, make it `default'.
1994-01-10 22:35:29 +00:00
Richard M. Stallman
292a8dff00 (isearch-mode): If not slow, clear isearch-window-configuration. 1994-01-10 22:27:52 +00:00
Richard M. Stallman
b60247d9ee (Fdo_auto_save): If auto save times out, don't try again for 20 minutes.
(Fclear_buffer_auto_save_failure): New function.
(Fset_buffer_auto_saved): Clear auto_save_failure_time.
1994-01-10 22:24:26 +00:00
Richard M. Stallman
5e7b7c5bda (Fdelete_frame): Call x_sync.
(Fdelete_frame): Do FRAME_SAMPLE_VISIBILITY before
testing visibility of a frame.
1994-01-10 22:20:56 +00:00
Richard M. Stallman
af1d6f09ce (describe_map_tree): New arg NOMENU.
(describe_buffer_bindings): Pass new arg.
1994-01-10 21:30:25 +00:00
Richard M. Stallman
f8ba73c1c2 (Fsubstitute_command_keys): Pass new arg to describe_map_tree. 1994-01-10 21:30:04 +00:00
Richard M. Stallman
802557a4f1 (telnet): Fix previous change--tentative idea
wasn't fully removed.
1994-01-10 18:15:22 +00:00
Richard M. Stallman
afc549fd99 (create_process): Set line discipline only if pty_flag. 1994-01-10 18:13:39 +00:00
Roland McGrath
f920c4419c Include <sys/types.h> before <sys/resource.h>. 1994-01-09 23:36:21 +00:00
Roland McGrath
b03f6d387b (vendor-key-syms): Fixed typo (extra parens). 1994-01-09 23:24:57 +00:00
Roland McGrath
1476977314 (debug): Fixed typo. 1994-01-09 23:22:30 +00:00
Richard M. Stallman
35cf010db6 (debug): Bind a bunch of vars, like last-command, to
neutral values.  Save the outer values in debugger-last-command, etc.
Put those saved values back into effect when returning.
(debugger-eval-expression): Put the saved values into effect
while evaluating, and store modified values back into
debugger-outer-... after evaluating.
1994-01-09 23:11:56 +00:00
Roland McGrath
b062d1fe44 Don't declare sys_nerr.
Don't declare sys_errlist unless #ifdef VMS.
Declare strerror instead.
(wait_reading_process_input): Call strerror instead of using sys_errlist.
1994-01-09 23:06:40 +00:00
Richard M. Stallman
a6609a3635 (diff): Select the differences buffer. 1994-01-09 22:39:21 +00:00
Richard M. Stallman
dfe417305e (diff-latest-backup-file): Call file-chase-links. 1994-01-09 22:36:46 +00:00
Richard M. Stallman
d52fd67cd1 (c-indent-region): Keep looping till reach endmark.
Treat #-lines specially.
1994-01-09 21:27:07 +00:00
Richard M. Stallman
94bd657324 (comint-input-autoexpand): Make default nil. 1994-01-09 17:12:18 +00:00
Richard M. Stallman
4f99443b8e (shell-input-autoexpand): New variable.
(shell-mode): Set comint-input-autoexpand.
(shell-mode): Don't call shell-dirstack-message.
1994-01-09 17:11:57 +00:00
Richard M. Stallman
96d63b2c8b (vendor-key-syms): Add more HP keysyms and some Sun. 1994-01-09 16:38:16 +00:00
Richard M. Stallman
6b7b1820f0 (x_sync): New function. 1994-01-09 15:20:21 +00:00
Richard M. Stallman
0481133773 Comment fix. 1994-01-09 15:03:01 +00:00
Richard M. Stallman
a0e4d3f399 Comment changes. 1994-01-09 12:16:26 +00:00
Roland McGrath
bb4bc8e2ed Restore big block of #ifdef and #include lines for fcntl.h and friends,
apparently accidentally removed in 1994-01-03T07:21:12Z!rms@gnu.org.
1994-01-09 06:15:39 +00:00
Roland McGrath
e5f7ea6858 [! HAVE_STRERROR] (strerror): Define the function. 1994-01-09 01:00:04 +00:00
Roland McGrath
47241a651a (creating src/Makefile): Put code inside 2nd arg to AC_OUTPUT as it should
be; hopefully noone will again see fit to gratuitously break this and not
make a change log entry.  Optimized sed processing of Makefile.in and cpp
output; now preserves comments previously removed from the cpp input.
Eliminated temp file for cpp output.
Generate -U switches to undefine all identifiers that appear in the
directory name ${srcdir}; pass these to cpp.
1994-01-09 00:36:27 +00:00
Roland McGrath
33abe2d96d (child_setup): Don't declare PID `register'; we later take its address. 1994-01-08 23:22:33 +00:00
Roland McGrath
a1f17b2d6a (report_file_error): Use strerror instead of sys_errlist. 1994-01-08 22:55:04 +00:00
Roland McGrath
03c71d897f Declare strerror. 1994-01-08 22:28:39 +00:00
Roland McGrath
2771160004 [! HAVE_STRERROR] (strerror): Define the function. 1994-01-08 22:27:30 +00:00
Roland McGrath
e773d20a7b (version): Fix sed regexp to match two-elt version number. 1994-01-08 22:06:34 +00:00
Roland McGrath
dbc52c10f4 Don't declare sys_errlist; declare strerror instead.
(schedule, main): Call strerror instead of using sys_errlist.
1994-01-08 21:52:28 +00:00
Roland McGrath
3935665143 (get_errmsg, pfatal_with_name, pfatal_and_delete): Call strerror instead of
using sys_errlist.
1994-01-08 21:50:14 +00:00
Roland McGrath
be06db9a3e (main): Call strerror instead of using sys_errlist. 1994-01-08 21:47:36 +00:00
Roland McGrath
92af894ffd Don't declare sys_errlist; declare strerror instead.
(main): Call strerror instead of using sys_errlist.
1994-01-08 21:43:57 +00:00
Roland McGrath
20c92ac78b Don't declare sys_errlist; declare strerror instead.
(fatal_unexec): Call strerror instead of using sys_errlist.
1994-01-08 21:42:04 +00:00
Roland McGrath
15b74b81c2 Add #undef HAVE_STRERROR. 1994-01-08 21:39:04 +00:00
Roland McGrath
5dd53b997d Check for strerror. 1994-01-08 21:37:31 +00:00
Roland McGrath
7088d1cad7 [! VMS]: Don't declare sys_errlist here.
[! HAVE_STRERROR] (strerror): New function.
(dup2): Use strerror instead of sys_errlist.
1994-01-08 21:36:18 +00:00
Roland McGrath
ce97267f95 Don't declare sys_errlist; declare strerror instead.
(err_str): Macro removed.
(Finsert_file_contents, Fwrite_region): Call strerror instead of err_str.
1994-01-08 21:28:08 +00:00
Roland McGrath
826c56acc9 Don't declare sys_errlist; declare strerror instead.
(relocate_fd): Call strerror instead of using sys_errlist.
1994-01-08 21:24:35 +00:00
Richard M. Stallman
afa4334912 (vendor-key-syms): Set this variable. 1994-01-08 14:36:57 +00:00
Richard M. Stallman
94eeb96a54 (rmail-summary-delete-forward): Fix regexp
used for recognizing deleted message.
(rmail-summary-output, rmail-summary-output-to-rmail-file):
Use rmail-summary-delete-forward.
1994-01-08 13:57:29 +00:00
Richard M. Stallman
80e4aa30c4 (interrupt_signal) [MSDOS]: write explicit CRs since
stdout has been made binary.  Start at the top of the screen since
the internal terminal otherwise will write "below the screen."

[MSDOS]: #include <dos.h> and <time.h>, but not <sys/ioctl.h>.
(read_avail_input) [MSDOS]: Work around `ioctl'.  Also read through
dos_keyread for better keyboard support.
(interrupt_signal) [MSDOS]: Don't claim we can core dump.
(kbd_buffer_store_event): Cast a pointer to avoid a compiler warning.

(read_avail_input): Args to `kill' were backwards.
(kbd_buffer_get_event): If deleting last frame, call Fkill_emacs.

(modify_event_symbol): New arg NAME_ALIST.
Allow SYMBOL_TABLE to be an alist.
(Vvendor_key_alist): New variable.
(syms_of_keyboard): Initialize it.
(make_lispy_event): Handle vendor-specific keysyms.
(lispy_function_keys): Delete `remove' and th HP keysyms.

(read_avail_input): Turn O_NDELAY off on DGUX as on USG.
1994-01-08 13:28:03 +00:00
Richard M. Stallman
e8589b1137 (main): Don't call setpgrp if !initialized. 1994-01-08 13:26:00 +00:00
Richard M. Stallman
bd4c276211 (${etc}DOC): Put back ${lisp} accidentally deleted. 1994-01-08 13:10:41 +00:00
Richard M. Stallman
12243266aa (gnus-group-list-all-groups): Display a message in the echo area. 1994-01-08 12:46:53 +00:00
Richard M. Stallman
7120d5c8f0 If there are no subversions yet, use 1. 1994-01-08 12:44:48 +00:00