Mercurial > hg > xemacs-beta
changeset 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 | 79d1a0524b5f |
children | fd2495d78aac |
files | src/eval.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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