1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

65272 Commits

Author SHA1 Message Date
Kim F. Storm
532ddb4c19 (Terminal Output): baud-rate only controls preemption on
non-window systems.  Add xref to Forcing Redisplay.
2006-07-18 15:00:36 +00:00
Stefan Monnier
f65b9df2d7 (compilation-find-file): Handle the
cases where the user selects a non-existent file.
2006-07-18 14:40:29 +00:00
Stefan Monnier
b0c2455471 (minibuffer-local-map): Rebind TAB so it inserts a \t. 2006-07-18 14:39:57 +00:00
Kim F. Storm
ddb1546b12 (Low-Level Network): Rename node "Make Network"
to "Network Processes".
2006-07-18 14:06:52 +00:00
Kim F. Storm
5b5fca2805 *** empty log message *** 2006-07-18 14:06:39 +00:00
Richard M. Stallman
38ec05785a *** empty log message *** 2006-07-18 13:59:56 +00:00
Karl Berry
4299563601 fix bad page breaks 2006-07-18 13:50:29 +00:00
Kim F. Storm
4d30ce50e9 (x_get_local_selection, copy_multiple_data)
(x_get_window_property_as_lisp_data)
(lisp_data_to_selection_data, CHECK_CUT_BUFFER)
(Fx_get_cut_buffer_internal): Use signal_error.
2006-07-18 13:30:20 +00:00
Kim F. Storm
93217cef09 (x_decode_color): Use signal_error. 2006-07-18 13:30:13 +00:00
Kim F. Storm
8009eb445e * xfaces.c (signal_error): Move to eval.c.
(resolve_face_name): Use xsignal1.
2006-07-18 13:30:04 +00:00
Kim F. Storm
ba96a5cfd4 (window_scroll_pixel_based, window_scroll_line_based):
Use xsignal0.
2006-07-18 13:29:55 +00:00
Kim F. Storm
dbfcf224ac (unexec): Use xsignal. 2006-07-18 13:29:49 +00:00
Kim F. Storm
d0a29e1de7 (text_read_only): Use xsignal0, xsignal1. 2006-07-18 13:29:40 +00:00
Kim F. Storm
9471945bad (scan_lists): Use xsignal3. 2006-07-18 13:29:00 +00:00
Kim F. Storm
06f77a8a2f (compile_pattern_1): Use xsignal1.
(signal_failure): Remove (was only called once).
(search_command): Use xsignal1 instead of signal_failure.
2006-07-18 13:28:53 +00:00
Kim F. Storm
ebe061ca4d (Fmsdos_set_mouse_buttons): Use xsignal2. 2006-07-18 13:28:45 +00:00
Kim F. Storm
4ae7943dc6 (x_get_local_selection): Use signal_error. 2006-07-18 13:28:39 +00:00
Kim F. Storm
336d4a9c4f (Fload): Use xsignal2, signal_error.
(end_of_file_error): Use xsignal0, xsignal1.
(read0): Use xsignal1.
(invalid_syntax): New error function marked no-return.
(read_integer, read1, read_list): Use it.
2006-07-18 13:28:34 +00:00
Kim F. Storm
7e85c1aa4d (list1): Add EXFUN.
(xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
Add prototypes.  Mark them as no-return.
2006-07-18 13:28:28 +00:00
Kim F. Storm
fb53f3543b (Fmap_keymap): Use xsignal1. 2006-07-18 13:28:21 +00:00
Kim F. Storm
43cae48c41 (recursive_edit_1): Use xsignal1. 2006-07-18 13:28:16 +00:00
Kim F. Storm
9dc9518716 (x_set_line_spacing, x_set_screen_gamma): Use signal_error. 2006-07-18 13:28:09 +00:00
Kim F. Storm
692ae65c86 (Flength): wrong_type_argument is no-return.
(hashfn_user_defined, Fmake_hash_table): Use signal_error.
(Fmd5): Use xsignal1.
2006-07-18 13:28:02 +00:00
Kim F. Storm
edef16312e (arith_error, range_error, domain_error): Use xsignal2.
(range_error2, domain_error2): Use xsignal3.
(rounding_driver, fmod_float): Use xsignal0.
(float_error): Use xsignal1.
(matherr): Use xsignal.
2006-07-18 13:27:54 +00:00
Kim F. Storm
24b1ddad0b (report_file_error): Use xsignal.
(barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
(Finsert_file_contents): Use xsignal2.
(syms_of_fileio): Use list2, list3.
2006-07-18 13:27:48 +00:00
Kim F. Storm
734d55a2bd * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
(xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
(signal_error): New no-return function (from xfaces.c).
(Fthrow): Use xsignal2 instead of Fsignal + abort.
(error): Use xsignal1 instead of Fsignal + abort.
(FletX, Flet, grow_specpdl): Use signal_error.
(Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.

* xfaces.c (signal_error): Move to eval.c.
(resolve_face_name): Use xsignal1.
2006-07-18 13:26:38 +00:00
Kim F. Storm
8a0ff74421 (region_limit, Fget_internal_run_time): Use xsignal0. 2006-07-18 13:26:30 +00:00
Kim F. Storm
2f0a47f918 (Fdocumentation): Use xsignal1. 2006-07-18 13:26:24 +00:00
Kim F. Storm
740ef0b525 (circular_list_error): Use xsignal.
(wrong_type_argument): Use xsignal2.  Don't care about return value.
(args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
Remove loop around Fsignal.
(indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
(indirect_function, Findirect_function, Fstring_to_number)
(Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
(arith_driver, float_arith_driver, Frem, Fmod, arith_error):
Use xsignal0.
2006-07-18 13:26:19 +00:00
Kim F. Storm
fcad4ec4e9 (Fcheck_coding_system): Use xsignal1. Remove loop.
(Fdefine_coding_system_internal): Use xsignal1.
2006-07-18 13:26:12 +00:00
Kim F. Storm
aaf769f15a (Fforward_char, Fdelete_char): Use xsignal0. 2006-07-18 13:26:05 +00:00
Kim F. Storm
ddc4cc7794 (casify_object): wrong_type_argument is no-return. 2006-07-18 13:26:00 +00:00
Kim F. Storm
f439241f58 (check_mark): Use xsignal0. 2006-07-18 13:25:53 +00:00
Kim F. Storm
4c4dc0b09b (Fbuffer_local_value, Fbarf_if_buffer_read_only):
Use xsignal1.
2006-07-18 13:25:47 +00:00
Kim F. Storm
9b306d3759 (buffer_memory_full, memory_full): Use xsignal. Remove loop.
(list1): New function.
2006-07-18 13:25:40 +00:00
YAMAMOTO Mitsuharu
d3f31bc589 (XTread_socket): Undo previous change. 2006-07-18 08:12:51 +00:00
YAMAMOTO Mitsuharu
1e53bd0e79 (keycode_to_xkeysym): Remove function. All uses now
directly lookup keycode_to_xkeysym_table.
[USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
(XTread_socket): Use character codes to construct keypad key events.
(mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
(x_delete_display): Apply 2006-07-04 change for xterm.c.
2006-07-18 03:00:19 +00:00
Chong Yidong
e18423327e * commands.texi (Waiting): Document batch-mode sit-for behavior. 2006-07-18 01:35:03 +00:00
Chong Yidong
c1fdbde6c8 * subr.el (sit-for): Just sleep-for if noninteractive. 2006-07-18 01:34:48 +00:00
Richard M. Stallman
7c0c29ee35 *** empty log message *** 2006-07-18 00:11:20 +00:00
Richard M. Stallman
36959e5157 Put point and comma inside quotes.
(Textual Scrolling): Use @samp for error message.
2006-07-18 00:09:52 +00:00
Richard M. Stallman
2b9fa4a75e Use real doublequote in menus. 2006-07-18 00:09:02 +00:00
Richard M. Stallman
827b7ee7c2 Put period and comma inside quotes. 2006-07-18 00:08:15 +00:00
Richard M. Stallman
13cad73874 Put period and comma inside quotes.
Use real doublequote in menus.
2006-07-18 00:07:05 +00:00
Stefan Monnier
fb2dd97003 (make-autoload): Use new arg. 2006-07-17 21:27:17 +00:00
Stefan Monnier
d54fbdfd31 (custom-autoload): Add `noset' argument.
(custom-push-theme): Don't autoload the variable, let callers do it.
(custom-theme-set-variables): Autoload the variable if necessary.
2006-07-17 21:26:32 +00:00
Stefan Monnier
e0a0d9fe5c (custom-variable-state-set): If the variable was originally set outside
custom, but to the same value as the default, consider it to be standard.
2006-07-17 21:24:17 +00:00
Stefan Monnier
a6f6840ed8 (mh-loaddefs.el): Finish setting up the default empty
file *before* telling Emacs to add the autoloads, in case it fails.
2006-07-17 21:22:50 +00:00
Richard M. Stallman
7ab56fea8a Comment change. 2006-07-17 21:07:55 +00:00
Richard M. Stallman
05bdf2d724 *** empty log message *** 2006-07-17 21:07:29 +00:00