Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional timeout warning when waiting for the proof shell #516

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Change warning text to clarify C-c C-c vs C-c C-x
andyqhan committed Oct 13, 2020
commit f8c0c09971d26c8edf5ae7ec1143a3c8536f9b76
2 changes: 1 addition & 1 deletion generic/proof-script.el
Original file line number Diff line number Diff line change
@@ -2033,7 +2033,7 @@ This function expects the buffer to be activated for advancing."
(setq proof-shell-timer
(run-with-timer proof-shell-timeout-warn nil
'message "This command is taking a while. \
Is it malformed? Do C-c C-c or C-c C-x to abort."))))
Is it malformed? Do C-c C-c to interrupt prover or C-c C-x to terminate it."))))
andyqhan marked this conversation as resolved.
Show resolved Hide resolved

(defun proof-retract-before-change (beg end)
"For `before-change-functions'. Retract to BEG unless BEG and END in comment.