comparison lispref/processes.texi @ 12125:995be67f3fd1

updates for version 19.29. ,
author Melissa Weisshaus <melissa@gnu.org>
date Thu, 08 Jun 1995 04:43:19 +0000
parents a6eb5f12b0f3
children e74f36ff89e7
comparison
equal deleted inserted replaced
12124:437eb190e7a7 12125:995be67f3fd1
885 filter function, bind @code{inhibit-quit} to @code{nil}. 885 filter function, bind @code{inhibit-quit} to @code{nil}.
886 @xref{Quitting}. 886 @xref{Quitting}.
887 887
888 If an error happens during execution of a filter function, it is 888 If an error happens during execution of a filter function, it is
889 caught automatically, so that it doesn't stop the execution of whatever 889 caught automatically, so that it doesn't stop the execution of whatever
890 programs was running when the filter function was started. However, if 890 program was running when the filter function was started. However, if
891 @code{debug-on-error} is non-@code{nil}, the error-catching is turned 891 @code{debug-on-error} is non-@code{nil}, the error-catching is turned
892 off. This makes it possible to use the Lisp debugger to debug the 892 off. This makes it possible to use the Lisp debugger to debug the
893 filter function. @xref{Debugger}. 893 filter function. @xref{Debugger}.
894 894
895 Many filter functions sometimes or always insert the text in the 895 Many filter functions sometimes or always insert the text in the