Mercurial > hg > xemacs-beta
comparison src/eval.c @ 4657:f8d7d8202635
imported patch accept-process-output-docstring
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 27 Jul 2009 01:18:47 +0900 |
parents | 48b45a606961 |
children | 8f1ee2d15784 |
comparison
equal
deleted
inserted
replaced
4656:79d1a0524b5f | 4657:f8d7d8202635 |
---|---|
6730 If the value is a list, an error only means to enter the debugger | 6730 If the value is a list, an error only means to enter the debugger |
6731 if one of its condition symbols appears in the list. | 6731 if one of its condition symbols appears in the list. |
6732 This variable is overridden by `debug-ignored-errors'. | 6732 This variable is overridden by `debug-ignored-errors'. |
6733 See also variables `debug-on-quit' and `debug-on-signal'. | 6733 See also variables `debug-on-quit' and `debug-on-signal'. |
6734 | 6734 |
6735 Process filters are considered to be outside of condition-case forms | |
6736 (unless contained in the process filter itself). To prevent the | |
6737 debugger from being called from a process filter, use a list value, or | |
6738 put the expected error\(s) in `debug-ignored-errors'. | |
6739 | |
6735 If this variable is set while XEmacs is running noninteractively (using | 6740 If this variable is set while XEmacs is running noninteractively (using |
6736 `-batch'), and XEmacs was configured with `--debug' (#define XEMACS_DEBUG | 6741 `-batch'), and XEmacs was configured with `--debug' (#define XEMACS_DEBUG |
6737 in the C code), instead of trying to invoke the Lisp debugger (which | 6742 in the C code), instead of trying to invoke the Lisp debugger (which |
6738 obviously won't work), XEmacs will break out to a C debugger using | 6743 obviously won't work), XEmacs will break out to a C debugger using |
6739 \(force-debugging-signal t). This is useful because debugging | 6744 \(force-debugging-signal t). This is useful because debugging |