Skip to content

Commit

Permalink
fix(coq.el): (setq proof-shell-strip-crs-from-input nil) (#774)
Browse files Browse the repository at this point in the history
Related: #773
  • Loading branch information
erikmd committed Jun 19, 2024
1 parent 0e0170f commit 99f91e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coq/coq.el
Original file line number Diff line number Diff line change
Expand Up @@ -1988,6 +1988,10 @@ at `proof-assistant-settings-cmds' evaluation time.")
proof-shell-interrupt-regexp coq-interrupt-regexp
proof-shell-assumption-regexp coq-id
proof-shell-theorem-dependency-list-regexp coq-shell-theorem-dependency-list-regexp
;; CRs now can and should be preserved (to support String-related theories),
;; see also this GitHub issue: https://github.com/ProofGeneral/PG/issues/773
proof-shell-strip-crs-from-input nil

pg-subterm-first-special-char ?\360
;; The next three represent path annotation information
pg-subterm-start-char ?\372 ; not done
Expand Down

0 comments on commit 99f91e8

Please sign in to comment.