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
Stefan Monnier
69c6ad8391
(sh-quoted-subshell): Don't match escaped . Use
cond', push', and `dolist'.
2006-07-17 21:07:23 +00:00
Richard M. Stallman
27ddcc192f
(Processing of Errors): Add command-error-function.
2006-07-17 21:07:20 +00:00
Richard M. Stallman
04d8c47ded
(Vcommand_error_function): New variable.
...
(syms_of_keyboard): Defvar it.
(cmd_error_internal): Simplify, and handle Vcommand_error_function.
2006-07-17 21:00:58 +00:00
Richard M. Stallman
b9e590fc95
Fix previous change.
2006-07-17 21:00:08 +00:00
Richard M. Stallman
5d12ff0bed
(init_display): Mention DISPLAY as well as TERM in err msg.
2006-07-17 20:59:18 +00:00
Richard M. Stallman
7ae038f07e
(Grep Searching): Explain about chaining grep commands.
2006-07-17 20:58:27 +00:00
Richard M. Stallman
daeeeffc3f
*** empty log message ***
2006-07-17 20:57:24 +00:00
Richard M. Stallman
6a20a6062e
(File Local Variables): Clarify that
...
file local variables make buffer-local bindings.
2006-07-17 20:56:58 +00:00
Richard M. Stallman
90b80b6944
(Syntactic Font Lock): Give default for font-lock-syntax-table.
2006-07-17 20:56:18 +00:00
Richard M. Stallman
f2920ffe8e
(tar-superior-buffer, archive-superior-buffer):
...
Add defvars to silence warnings.
2006-07-17 20:55:07 +00:00
J.D. Smith
aed1976425
Fix menu typo.
2006-07-17 17:10:32 +00:00
Reiner Steib
6232e72d6b
Update refcard section.
2006-07-17 15:53:32 +00:00
Reiner Steib
652d420b0f
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
...
* ru-refcard.ps: Regenerate.
2006-07-17 Alex Ott <alexott@gmail.com>
* ru-refcard.tex: Update for Emacs 22.
2006-07-17 15:45:42 +00:00
Kim F. Storm
062e20358f
(handle_single_display_spec): Ensure the right value of
...
it->position is saved by push_it.
(pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
(reseat_1): Don't setup it->object twice.
(set_iterator_to_next): No need to set it->object after pop_it.
(move_it_to): Explicitly check to see if last move reached to_charpos.
2006-07-17 14:25:05 +00:00
Kim F. Storm
55dc982c6c
*** empty log message ***
2006-07-17 14:24:50 +00:00
Thien-Thi Nguyen
ce7d5efe33
(display_mode_line): Preserve match data.
2006-07-17 07:47:41 +00:00
Nick Roberts
c9abd53002
(Special Properties): Clean up previous change.
2006-07-17 04:20:41 +00:00
Nick Roberts
7e1c1289f9
*** empty log message ***
2006-07-17 04:19:54 +00:00
Chong Yidong
b5f02314a0
* progmodes/compile.el (compilation-mode-font-lock-keywords):
...
Don't highlight "Compiling file" messages as error.
2006-07-17 04:07:49 +00:00
Chong Yidong
c8068734a7
* dired-aux.el (dired-compress-file): Confirm again if gzipped
...
file already exists.
2006-07-17 04:00:54 +00:00
Karl Berry
4a76f78d18
page breaks through chapter 10
2006-07-16 23:30:58 +00:00
Miles Bader
b44409c97d
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 115)
- Update from CVS
2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
* lisp/gnus/mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-353
2006-07-16 22:19:06 +00:00