From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Indexed search with grep-like output Date: Mon, 3 Jan 2011 19:33:38 +0100 Message-ID: References: <831v4wpcue.fsf@gnu.org> <83wrmone2h.fsf@gnu.org> <83mxnhoovh.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1294079652 8437 80.91.229.12 (3 Jan 2011 18:34:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 18:34:12 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 19:34:08 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZpEO-0004ij-10 for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 19:34:08 +0100 Original-Received: from localhost ([127.0.0.1]:41137 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZpEN-0004Ru-EZ for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 13:34:07 -0500 Original-Received: from [140.186.70.92] (port=50070 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZpEH-0004Lu-BR for emacs-devel@gnu.org; Mon, 03 Jan 2011 13:34:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZpEF-0000xq-Qs for emacs-devel@gnu.org; Mon, 03 Jan 2011 13:34:01 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:44602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZpEF-0000x8-GL; Mon, 03 Jan 2011 13:33:59 -0500 Original-Received: by ewy27 with SMTP id 27so6980161ewy.0 for ; Mon, 03 Jan 2011 10:33:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=9YiIZLeJK06lCzp3QIErmC770G7Uglkqcuhtep525t8=; b=er48g+ILWhX+64Yv925odatPoGHGIm9g4qD7cHhOcLL56stCFtRSnKEJg7KDAfzfve 0zPddMdx0KKXnKLv+PDHv119LdqUbMyKPU3cgMrnvdlZvqCPn6xeEO87DiHdO/f2gAbn ZVkpDI3t6Kamu9IEV/yUauCGesONcGIKNuolk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Jz0SsCdoqWU3BAii2ypce/+DryoBRT95Ts3IJUcj5IE/eVTvg1K6Hjo/l5UNvoaUCu PUVfOuH+PLhSBucU3vbcZ2SxU4XqqgJfmqHMMzGNhK/9qCxQuxr0hIr2rcxnjs5yqbqQ u35e91Ml2vA9ktJOsT8FPKGGMEpS4vlm0sjcc= Original-Received: by 10.213.10.75 with SMTP id o11mr641349ebo.71.1294079638243; Mon, 03 Jan 2011 10:33:58 -0800 (PST) Original-Received: by 10.213.20.148 with HTTP; Mon, 3 Jan 2011 10:33:38 -0800 (PST) In-Reply-To: <83mxnhoovh.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134225 Archived-At: On Mon, Jan 3, 2011 at 6:53 PM, Eli Zaretskii wrote: >> From: Lennart Borgman >> Date: Mon, 3 Jan 2011 16:05:34 +0100 >> Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org >> >> >> That is not my fault. Those are the only tools I could find that are >> >> easy to setup on w32. >> > >> > I just mentioned 2 Free tools in this thread alone. =C2=A0And there ar= e >> > others. =C2=A0So I don't see how you can say it's not your fault. >> >> Which ones? > > ID-utils and docindexer. I am just testing docindexer, but the documentation for docindexer.exe is very unclear. Two questions: - How do I tell it that .org, .el etc files contains plain text? - How do I add another directory root to the index? (Or how do I tell it to index several separate directories.) And for docsearch.exe: - How do I tell it to search from several directory roots?