emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult f31ac4d 2/2: Expand comment


From: ELPA Syncer
Subject: [elpa] externals/consult f31ac4d 2/2: Expand comment
Date: Thu, 5 Aug 2021 14:57:07 -0400 (EDT)

branch: externals/consult
commit f31ac4de49974b9fcfe585bb19199ffa6b115582
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Expand comment
---
 consult.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/consult.el b/consult.el
index c66db9d..81b6872 100644
--- a/consult.el
+++ b/consult.el
@@ -555,8 +555,10 @@ This function only changes the escaping of parentheses, 
braces and pipes."
       regexp
     ;; See 
https://stackoverflow.com/questions/1946352/comparison-table-for-emacs-regexp-and-perl-compatible-regular-expression-pcre
     ;; XXX Unsupported Emacs regexp features:
-    ;; * "*" at the beginning of a choice, e.g, "\(?:*" or "\|*"
-    ;; * Backslash constructs \= \sx \Sx \cx \Cx
+    ;; - * at the beginning of a choice, e.g, \(?:* or \|*
+    ;; - \= point matching
+    ;; - Syntax classes \sx \Sx
+    ;; - Character classes \cx \Cx
     (let ((swap '(("\\|" . "|")
                     ("\\(" . "(") ("\\)" . ")")
                     ("\\{" . "{") ("\\}" . "}")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]