aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorDavid Aspinall2003-06-05 09:11:49 +0000
committerDavid Aspinall2003-06-05 09:11:49 +0000
commitb65d2de563c6927371c7bc4f663f2e565b924451 (patch)
tree9b17d451acaad670e83a375b7ee14c7a4694408b /generic/proof-config.el
parentd3e17ad5653ee8a47995ab13dcde72179abde440 (diff)
By default, do not move pointer on interrupt, only error; tune hints for spans
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 43ed5098..5fdb7322 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -2148,10 +2148,17 @@ its friends configured in the function proof-shell-start."
:group 'proof-shell)
(defcustom proof-shell-handle-error-or-interrupt-hook
- '(proof-goto-end-of-locked-if-pos-not-visible-in-window)
+ '(proof-goto-end-of-locked-on-error-if-pos-not-visible-in-window)
"Run after an error or interrupt has been reported in the response buffer.
Hook functions may inspect `proof-shell-error-or-interrupt-seen' to
-determine whether the cause was an error or interrupt."
+determine whether the cause was an error or interrupt. Possible
+values for this hook include:
+
+ proof-goto-end-of-locked-on-error-if-pos-not-visible-in-window
+ proof-goto-end-of-locked-if-pos-not-visible-in-window
+
+which move the cursor in the scripting buffer on an error or
+error/interrupt."
:type '(repeat function)
:group 'proof-shell)