Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/eval.c Sun Jul 26 19:58:40 2009 +0900 +++ b/src/eval.c Mon Jul 27 01:18:47 2009 +0900 @@ -6732,6 +6732,11 @@ This variable is overridden by `debug-ignored-errors'. See also variables `debug-on-quit' and `debug-on-signal'. +Process filters are considered to be outside of condition-case forms +(unless contained in the process filter itself). To prevent the +debugger from being called from a process filter, use a list value, or +put the expected error\(s) in `debug-ignored-errors'. + If this variable is set while XEmacs is running noninteractively (using `-batch'), and XEmacs was configured with `--debug' (#define XEMACS_DEBUG in the C code), instead of trying to invoke the Lisp debugger (which