[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Indexed search with grep-like output
From: |
Lennart Borgman |
Subject: |
Re: Indexed search with grep-like output |
Date: |
Mon, 14 Mar 2011 01:14:30 +0100 |
On Tue, Jan 4, 2011 at 8:09 AM, Eli Zaretskii <address@hidden> wrote:
>> From: Lennart Borgman <address@hidden>
>> Date: Tue, 4 Jan 2011 04:21:22 +0100
>> Cc: Eli Zaretskii <address@hidden>, Emacs-Devel devel <address@hidden>,
>> Stuart Rackham <address@hidden>
>>
>> It works nicely for what it does. However unfortunately it is still
>> unusable since the binary version of docindexer currently does not let
>> you tell which files extensions it should index as text.
>
> In the directory where you installed docindexer, there's a file named
> conf.py, a piece of Python code that describes the docindexer parser
> configuration. Its syntax should be self-explanatory; you can add
> entries there for whatever source files you'd like to index.
I finally got around to do this and tested. It works nicely (but
indexing take 15-20 minutes).
However I got another problem with docsearch. I want to do things like this
docsearch ext:pdf ext:org -a first second .
If I use both ext:pdf and ext:org they should be OR-ed but I get no
hits then. Do you have any idea what is wrong?
- Re: Indexed search with grep-like output,
Lennart Borgman <=