We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba43d2 commit c021a3bCopy full SHA for c021a3b
helm-recoll.el
@@ -283,9 +283,10 @@ For more details see:
283
; char backward.
284
(helm-log "Command line used was:\n\n>>>%s" (mapconcat 'identity cmd " "))
285
(with-temp-buffer
286
- (apply #'call-process "recoll" nil t nil (cdr cmd))
287
- (split-string (buffer-string) "\n" t))))
288
-
+ (unless (eq (while-no-input
+ (apply #'call-process "recoll" nil '(t nil) nil (cdr cmd)))
+ t)
289
+ (split-string (buffer-string) "\n" t)))))
290
;; As of Version: 1.22.4-1:
291
;; text/x-emacs-lisp [file:///home/thierry/elisp/Emacs-wgrep/wgrep-helm.el] [wgrep-helm.el] 3556 bytes
292
(defun helm-recoll-filter-one-by-one (file)
0 commit comments