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
fix parentheses
  • Loading branch information
andyqhan committed Oct 12, 2020
commit ebea62f0ed62d946b3b7b8a67a17659f094341f7
2 changes: 1 addition & 1 deletion generic/proof-shell.el
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ contains only invisible elements for Prooftree synchronization."
;; if the shell isn't still busy, cancel timer
(if (and proof-shell-timer proof-shell-timeout-p)
(progn (cancel-timer proof-shell-timer)
(setq proof-shell-timer nil)))
(setq proof-shell-timer nil)))))


(defun proof-shell-insert-loopback-cmd (cmd)
Expand Down