[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/proof-general 39f967e5ef 04/10: Change _CoqProject separat
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/proof-general 39f967e5ef 04/10: Change _CoqProject separator settings |
Date: |
Thu, 5 Sep 2024 07:01:19 -0400 (EDT) |
branch: elpa/proof-general
commit 39f967e5ef5c8d4dfed3419138026cb02ebff71d
Author: Columbus240 <8899730+Columbus240@users.noreply.github.com>
Commit: Columbus240 <8899730+Columbus240@users.noreply.github.com>
Change _CoqProject separator settings
According to the code of coq_makefile, `\r` is not considered
white-space in _CoqProject.
(https://github.com/coq/coq/blob/a7f51315db5d70888af3b96a579eb799a2b45ca9/lib/coqProject_file.ml#L84)
---
coq/coq-system.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/coq/coq-system.el b/coq/coq-system.el
index 28c9dce4f3..ad65cc4bc2 100644
--- a/coq/coq-system.el
+++ b/coq/coq-system.el
@@ -550,7 +550,7 @@ alreadyopen is t if buffer already existed."
(find-file-noselect projectfile t t))))
(list projectbuffer projectbufferalreadyopen))))))
-(defconst coq--project-file-separator "[\r\n[:space:]]+")
+(defconst coq--project-file-separator "[\r\t\n[:space:]]+")
(defconst coq--makefile-switch-arities
'(("-R" . 2)
- [nongnu] elpa/proof-general updated (c3e6c391e7 -> 734bcdb27f), ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 9c8cf89e81 02/10: EasyCrypt: add `ecall` keyword, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 39f967e5ef 04/10: Change _CoqProject separator settings,
ELPA Syncer <=
- [nongnu] elpa/proof-general 16b70c953c 05/10: Fix #781 PG does not position to error., ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general c70d0732ca 01/10: Update Makefile, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 037baeafcb 06/10: Stripping hardwired command strings from trailing spaces., ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 11dcebe247 08/10: Merge pull request #784 from Columbus240/CoqProject, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 1b89aa3611 09/10: Merge pull request #783 from ruipedro16/add-ecall-keyword, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 05e3dc3ad4 03/10: Remove duplicate def. of `coq-looking-at-comment`, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 734bcdb27f 10/10: Merge pull request #776 from jgarte/jgarte-patch-1, ELPA Syncer, 2024/09/05
- [nongnu] elpa/proof-general 067bffa4bb 07/10: Merge pull request #782 from Matafou/fix-no-strip-newlines, ELPA Syncer, 2024/09/05