aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2003-02-05 22:35:39 +0000
committerDavid Aspinall2003-02-05 22:35:39 +0000
commit408cd15024070337ed4c0c5e093a4753c755cdb2 (patch)
treeededb8fcfa58e781b69278bfa654a688442daa10
parentcc9616f3e6a710b07e34ba78f36c54c4bbd8c056 (diff)
New setting for parse cmdend regexp.
-rw-r--r--coq/coq.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 9cd00a53..ad32135a 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -594,7 +594,10 @@ This is specific to coq-mode."
(setq proof-terminal-char ?\.)
(setq proof-script-command-end-regexp
- (if coq-version-is-V7 "[.]\\([ \t\n\r]\\)\\|[.]\\'" "[.]"))
+ ;;(if coq-version-is-V7 "[.]\\([ \t\n\r]\\)\\|[.]\\'" "[.]")
+ ;; da: could you check this, Pierre? If you like it
+ ;; please remove these comments.
+ "[.]\\([\\. \t\n\r]\\)")
(setq proof-script-comment-start "(*")
(setq proof-script-comment-end "*)")
(setq proof-unnamed-theorem-name "Unnamed_thm") ; Coq's default name