Richard M. Stallman
d2c6be7f0e
(Fload): Record descriptor numbers on load_descriptor_list.
...
(load_descriptor_unwind, close_load_descs): New function.
(syms_of_lread): Init and staticpro load_descriptor_list.
(init_lread): Clear load_descriptor_list.
1994-01-11 22:08:34 +00:00
Richard M. Stallman
633357d44e
(Fcondition_case): Doc fix.
1994-01-11 19:08:24 +00:00
Richard M. Stallman
4200e71976
(Fsignal): Rename 1st arg to error_symbol.
1994-01-11 19:06:40 +00:00
Richard M. Stallman
8150596afb
(read_char_x_menu_prompt, read_char_minibuf_menu_prompt):
...
New functions made by dividing up read_char_menu_prompt.
(read_char): Call read_char_minibuffer_menu_prompt before the sit_for
if X menus are not going to be used.
(read_char_minibuf_menu_prompt): Correct access to keymaps for
menus when not using X menus. Only store character read in a keyboard
macro if it is not the menu help character.
1994-01-11 18:52:33 +00:00
Richard M. Stallman
e917fa0784
(open-line): Treat all cases of enabled undo alike.
1994-01-11 15:56:29 +00:00
Richard M. Stallman
5f96776a97
(Fcondition_case): Allow a list of condition names in a handler.
...
(find_handler_clause): Likewise.
1994-01-11 07:22:11 +00:00
Richard M. Stallman
2abcddce3b
(byte-compile-condition-case): Disable warning about
...
symbol not naming a condition. Allow a list of condition names.
1994-01-11 07:21:47 +00:00
Richard M. Stallman
2ea6d56151
(read_process_output): Supply second arg to unbind_to.
...
(exec_sentinel): Likewise.
1994-01-11 05:49:41 +00:00
Richard M. Stallman
ae34566ab4
(hif-tokenize): Handle // comments after #if.
1994-01-11 05:47:14 +00:00
Richard M. Stallman
450b15a0b0
(mail-abbrev-mode-regexp): Add Reply-to.
1994-01-11 05:38:36 +00:00
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