Skip to content

Commit

Permalink
fix issue #605
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Daboust committed Mar 31, 2024
1 parent ceef0e4 commit 6feb2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions generic/pg-goals.el
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ so the response buffer should not be cleared."
;; window. Indicate it should be erased before the next output.
(pg-response-maybe-erase t t nil keepresponse)

;; ;; commit modif
;; (reset-goals-modeline)

;; Erase the goals buffer and add in the new string
(with-current-buffer proof-goals-buffer

Expand Down
4 changes: 2 additions & 2 deletions generic/proof-shell.el
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ after a completed proof."
(proof-shell-exec-loop))

((proof-re-search-forward-safe proof-shell-proof-completed-regexp end t)
(setq proof-shell-proof-completed 0)))
(setq proof-shell-proof-completed 0))) ; commands since complete

;; PG4.0 change: simplify and run earlier
(if proof-shell-handle-output-system-specific
Expand Down Expand Up @@ -1788,7 +1788,7 @@ i.e., 'goals or 'response."
gmark))
(rstart start) ; possible response before goals
(gend end)
both)
both) ; flag for response+goals

(goto-char gstart)
(while (re-search-forward proof-shell-start-goals-regexp end t)
Expand Down

0 comments on commit 6feb2b1

Please sign in to comment.