Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recoll binary is hardcoded in call-process, despite having config var helm-recoll-options. #17

Open
Demosthenexx opened this issue Aug 4, 2020 · 2 comments

Comments

@Demosthenexx
Copy link

https://github.com/emacs-helm/helm-recoll/blob/master/helm-recoll.el#L282

s/"recoll"/(car cmd)/

@thierryvolpiatto
Copy link
Member

thierryvolpiatto commented Aug 5, 2020 via email

@Demosthenexx
Copy link
Author

  •  (apply #'call-process "recoll" nil t nil (cdr cmd))
    
  •  (apply #'call-process (car cmd) nil t nil (cdr cmd))
    

I consolidated it into a sed term because it was a single word change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants