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

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

[elpa] externals/consult-recoll 89457fe055 37/50: Revert "back to the pr


From: ELPA Syncer
Subject: [elpa] externals/consult-recoll 89457fe055 37/50: Revert "back to the previous regexp, it's more precise in the common case"
Date: Sat, 6 Aug 2022 18:57:42 -0400 (EDT)

branch: externals/consult-recoll
commit 89457fe05574a57498c11100ba4ffce5ee54165e
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    Revert "back to the previous regexp, it's more precise in the common case"
    
    This reverts commit 6ea952cd4cbbfb9276325adbf05d6e050d225d51.  Pilot error!
---
 consult-recoll.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult-recoll.el b/consult-recoll.el
index 9acbd1eecc..93b3eadc72 100644
--- a/consult-recoll.el
+++ b/consult-recoll.el
@@ -86,7 +86,7 @@ Set to nil to use the default 'title (path)' format."
   (setq consult-recoll--current text)
   `("recollq" ,@consult-recoll-search-flags ,text))
 
-(defconst consult-recoll--line-rx 
"^\\([^[]+\\)\t\\[\\([^]]+\\)\\]\t\\[\\([^[]+\\)\\]"
+(defconst consult-recoll--line-rx "^\\(.*?\\)\t\\[\\(.*?\\)\\]\t\\[\\(.*\\)\\]"
   "Regular expression decomposing result lines returned by recollq")
 
 (defun consult-recoll--transformer (str)



reply via email to

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