From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Newsgroups: gmane.emacs.help Subject: Re: indexing files? Date: Wed, 19 Mar 2014 19:00:52 +0100 Message-ID: <87d2hi3w6j.fsf@gmx.at> References: <2539e4e4-66fe-4f04-9330-12b9958da35b@googlegroups.com> <87d2hiy8nh.fsf@gmx.at> <87zjkmmr9k.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395252072 9014 80.91.229.3 (19 Mar 2014 18:01:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2014 18:01:12 +0000 (UTC) To: "emacs" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 19 19:01:20 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WQKnl-0002m3-D8 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2014 19:01:17 +0100 Original-Received: from localhost ([::1]:43014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQKnl-0007Ce-2T for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2014 14:01:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQKnU-00077u-Tl for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 14:01:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQKnP-0000hL-0U for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 14:01:00 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:61209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQKnO-0000h5-N0 for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 14:00:54 -0400 Original-Received: from martin-desktop ([213.240.107.73]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MKLeM-1WRzDn1igo-001l3T for ; Wed, 19 Mar 2014 19:00:53 +0100 User-agent: mu4e 0.9.9.5; emacs 24.3.1 In-reply-to: <87zjkmmr9k.fsf@web.de> X-Provags-ID: V03:K0:v5/5Dqk7sIUZRo2Xd4cOsOT5iXZz+67M9/btwKfw0VI3C5rUDeh zzxajJWkpbEuNuWP9blmvoFPUmsBDSRvEXVGRfGdmm0L7OmieWxtXNac+ag1ZDlW+sm4v9E 3VOt7y4x0gF+aki9Mebvfc7Cp+sxvTZsnKHvUsSQ24+L86Xzy7ldJJ5i2n6Sn7sSFPVbLag RBpKUgMWVQNwrSKCKUbaA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96632 Archived-At: Michael Heerdegen writes: > Martin writes: > >> Doing M-x helm-recoll asks for a search query, but giving that nothing >> happens (no buffer with results will be opened). > > Did you create a source like it is described in the commentary section? > This is mandatory. With a common setup, you'll have to evaluate > something like > > (require 'helm-recoll) > (helm-recoll-create-source "main" "~/.recoll") but its the same here, also if I just do M-x helm-recoll-help - it looks like doing something with the buffers, but none is created. Even M-x helm-recoll-help doesnt help me.... Martin