help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: indexing files?


From: Martin
Subject: Re: indexing files?
Date: Wed, 19 Mar 2014 19:27:58 +0100
User-agent: mu4e 0.9.9.5; emacs 24.3.1

Michael Heerdegen writes:

> When invoking `helm-recoll', you must at first select a source with RET
> (even when there's only one), and after that you can enter a search
> pattern.  Did you do that?  Please give me a recipe with your
> settings and what exactly you did.

I finally found it:  We need to set the sources.  Now my config in my
init.el is:


;; recoll
(require 'helm-recoll)
(helm-recoll-create-source "main" "~/.recoll")
(helm :sources '(helm-source-recoll-main))
(global-set-key "\C-cs" 'helm-recoll-main)

This finally seems to work fine.  Before doing the (helm :sources ....)
line RET ended up with doing noting after inserting the quere.

Thanks for your help.

Martin
- and I should start to read the comments in the .el files I download
via elpa, so I understand more about that. :)




reply via email to

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