1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00
Commit graph

16023 commits

Author SHA1 Message Date
Ken Raeburn
7960d5abc2 * w32fns.c (validate_x_resource_name): Use SSET. 2002-07-16 15:49:59 +00:00
Ken Raeburn
5d69fe10ae * search.c (wordify): Use SDATA.
(Freplace_match): Use SREF.
2002-07-16 15:49:53 +00:00
Ken Raeburn
a814cc69c6 * process.c (status_message): Use SSET. 2002-07-16 15:49:48 +00:00
Ken Raeburn
96fb177ac6 * macfns.c (validate_x_resource_name): Use SSET. 2002-07-16 15:49:44 +00:00
Ken Raeburn
a1c89c0a12 * lread.c (Fload): Use SDATA, SSET. 2002-07-16 15:49:38 +00:00
Ken Raeburn
bba772ab93 * lisp.h (SREF): Produce rvalue.
(SSET): New macro.
2002-07-16 15:49:34 +00:00
Ken Raeburn
4069e0f8c8 * keyboard.c (Fevent_convert_list): Use SREF. 2002-07-16 15:49:29 +00:00
Ken Raeburn
f7e233a87f * insdel.c (insert_from_string_1): Use SDATA. 2002-07-16 15:49:24 +00:00
Ken Raeburn
0866375057 * fns.c (concat): Use SSET.
(concat, Fdelete): Use SDATA.
2002-07-16 15:49:20 +00:00
Ken Raeburn
942dc83857 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
(Fread_file_name): Use SREF, SSET.
2002-07-16 15:49:16 +00:00
Ken Raeburn
d549c5dbaa * dired.c (directory_files_internal): Use SSET. 2002-07-16 15:49:12 +00:00
Ken Raeburn
29f44a3766 * data.c (Faref): Use SDATA.
(Faset): Use SDATA, SSET.
2002-07-16 15:49:07 +00:00
Ken Raeburn
5e95388293 * charset.h (FETCH_STRING_CHAR_ADVANCE,
FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
address of string contents.
2002-07-16 15:49:03 +00:00
Ken Raeburn
f5b81cd81d * casefiddle.c (casify_object): Use SSET. 2002-07-16 15:48:59 +00:00
Ken Raeburn
10ceceb87d * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
a string.
2002-07-16 15:48:54 +00:00
Ken Raeburn
46e7e6b0bd * alloc.c (make_event_array): Use SSET for storing into a string. 2002-07-16 15:48:47 +00:00
Ken Raeburn
674537ea64 (SDATA): Produce rvalue. 2002-07-16 15:09:36 +00:00
Richard M. Stallman
9ee49ebc47 *** empty log message *** 2002-07-16 13:47:49 +00:00
Richard M. Stallman
e04f3f7e2e (USG_SUBTTY_WORKS): Defined. 2002-07-16 13:47:41 +00:00
Richard M. Stallman
c62c1bb5cb (reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
(redisplay_internal): Test prevent_redisplay_optimizations_p
along with clip_changed in some cases.
(try_window_id): Likewise.
(redisplay_window): New local var buffer_unchanged_p.
2002-07-16 13:47:07 +00:00
Richard M. Stallman
160552c527 (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass. 2002-07-16 13:42:15 +00:00
Richard M. Stallman
2af70a0cff (create_process): Test USG_SUBTTY_WORKS.
(process_send_signal): Clean up handling of GID.
Detect errors in ioctls meant to set GID.
2002-07-16 13:41:16 +00:00
Richard M. Stallman
06be4f8589 (temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p. 2002-07-16 13:39:41 +00:00
Stefan Monnier
979a8abc69 *** empty log message *** 2002-07-16 12:25:41 +00:00
Stefan Monnier
e9757d4151 (Ftrace_to_stderr): Add usage to docstring. 2002-07-15 20:37:12 +00:00
Juanma Barranquero
d907a3bffc *** empty log message *** 2002-07-15 15:39:02 +00:00
Juanma Barranquero
1848d15dad (Fdefvaralias): Add docstring argument. 2002-07-15 15:37:51 +00:00
Ken Raeburn
9056febe2c * textprop.c (set_text_properties): Use STRING_SET_INTERVALS. 2002-07-15 06:57:04 +00:00
Ken Raeburn
b13738b697 * intervals.c (create_root_interval, balance_possible_root_interval,
delete_interval, copy_intervals_to_string): Use STRING_SET_INTERVALS.
2002-07-15 06:56:10 +00:00
Ken Raeburn
7a2e5600ea * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS. 2002-07-15 06:55:28 +00:00
Ken Raeburn
ab77f05c7f * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it. 2002-07-15 06:54:48 +00:00
Ken Raeburn
90b814298c * lisp.h (STRING_INTERVALS): Produce rvalue.
(STRING_SET_INTERVALS): New macro.
2002-07-15 06:54:23 +00:00
Ken Raeburn
bee9190421 * lread.c (read_vector): Use STRING_SET_CHARS. 2002-07-15 02:18:31 +00:00
Ken Raeburn
1e4c578278 * fns.c (concat): Use STRING_SET_CHARS. 2002-07-15 02:16:15 +00:00
Ken Raeburn
437fcd47c6 * dired.c (directory_files_internal): Use STRING_SET_CHARS. 2002-07-15 02:14:17 +00:00
Ken Raeburn
7412b6fdd2 * lisp.h (STRING_SET_CHARS): New macro.
(SCHARS, SBYTES): Produce rvalues.
2002-07-15 02:13:38 +00:00
Ken Raeburn
d5db40779d Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.
2002-07-15 00:01:34 +00:00
Ken Raeburn
491c2516d3 (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
(STRING_SET_UNIBYTE): New macro.
(SET_STRING_BYTES): Deleted.  Callers (all of which supplied a length of -1)
changed to use STRING_SET_UNIBYTE.
2002-07-14 23:54:05 +00:00
Kim F. Storm
af2b7cc9e0 Correct last commit which by mistake included some completely
unrelated changed.  Now it really only inverts the check
on Vmemory_full.
2002-07-14 22:52:48 +00:00
Kim F. Storm
aae2ce50f4 *** empty log message *** 2002-07-12 23:57:49 +00:00
Kim F. Storm
325309f505 (command_loop_1): Invert check on Vmemory_full. 2002-07-12 23:47:31 +00:00
Richard M. Stallman
32a86c99bd *** empty log message *** 2002-07-12 17:46:11 +00:00
Richard M. Stallman
5f4e6aa992 (Fwrite_region): Doc fix. 2002-07-12 17:36:47 +00:00
Richard M. Stallman
a8fda94500 (print_error_message): Don't handle Vsignaling_function here. 2002-07-12 11:19:24 +00:00
Richard M. Stallman
10ffcb6423 (cmd_error_internal): Handle Vsignaling_function here.
(command_loop_1): Avoid certain actions after memory-full error.
2002-07-12 11:18:36 +00:00
Richard M. Stallman
26631f2b58 (Fsignal): Don't call cancel_hourglass.
For a memory-full error, don't call Vsignal_hook_function
and don't set Vsignaling_function.
2002-07-12 11:16:42 +00:00
Richard M. Stallman
20505336e1 (process_send_signal): Add abort call. 2002-07-12 11:13:47 +00:00
Markus Rost
35936c5c67 (Fkey_binding): Fix typo. 2002-07-12 03:38:12 +00:00
Richard M. Stallman
74a54b0477 (Vmemory_full): New variable.
(Vmemory_signal_data): Renamed from memory_signal_data.  Uses changed.
(syms_of_alloc): Defvar them.
(memory_full, buffer_memory_full): Set Vmemory_full.
2002-07-11 17:44:22 +00:00
Richard M. Stallman
0cef4798af (Vmemory_full): Add declaration.
(current_column, indented_beyond_p): Change declaration.
2002-07-11 17:40:48 +00:00