From: Martin <kleinerdrache@gmx.at>
To: "emacs" <help-gnu-emacs@gnu.org>
Subject: Re: indexing files?
Date: Wed, 19 Mar 2014 19:27:58 +0100 [thread overview]
Message-ID: <87bnx23uxd.fsf@gmx.at> (raw)
In-Reply-To: <87y50659s1.fsf@web.de>
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. :)
next prev parent reply other threads:[~2014-03-19 18:27 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.16858.1394434284.10748.help-gnu-emacs@gnu.org>
2014-03-19 5:03 ` indexing files? Rusi
2014-03-19 7:01 ` Martin
2014-03-19 10:12 ` Michael Heerdegen
2014-03-19 18:00 ` Martin
2014-03-19 18:21 ` Michael Heerdegen
2014-03-19 18:27 ` Martin [this message]
2014-03-19 18:36 ` Michael Heerdegen
[not found] ` <mailman.17491.1395212486.10748.help-gnu-emacs@gnu.org>
2014-03-19 7:29 ` Rusi
2014-03-10 6:35 Martin
2014-03-10 7:10 ` Jambunathan K
2014-03-10 7:43 ` Jambunathan K
2014-03-10 7:34 ` Charles Philip Chan
2014-03-10 13:10 ` Stefan Monnier
2014-03-10 19:47 ` Michael Heerdegen
2014-03-17 4:23 ` Danil Orlov
[not found] ` <mailman.16861.1394435343.10748.help-gnu-emacs@gnu.org>
2014-03-19 5:11 ` Rusi
[not found] ` <mailman.17483.1395206199.10748.help-gnu-emacs@gnu.org>
2014-03-19 5:27 ` Rusi
2014-03-19 17:17 ` Jambunathan K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bnx23uxd.fsf@gmx.at \
--to=kleinerdrache@gmx.at \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).