From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Indexed search with grep-like output Date: Mon, 14 Mar 2011 07:30:38 -0400 Message-ID: References: <831v4wpcue.fsf@gnu.org> <83wrmone2h.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1300103177 591 80.91.229.12 (14 Mar 2011 11:46:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2011 11:46:17 +0000 (UTC) Cc: srackham@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 14 12:46:12 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 1Pz6Dq-0005QL-Bg for ged-emacs-devel@m.gmane.org; Mon, 14 Mar 2011 12:46:11 +0100 Original-Received: from localhost ([127.0.0.1]:43772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz5z9-0004M9-Ja for ged-emacs-devel@m.gmane.org; Mon, 14 Mar 2011 07:30:51 -0400 Original-Received: from [140.186.70.92] (port=50727 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz5yz-0004KN-PH for emacs-devel@gnu.org; Mon, 14 Mar 2011 07:30:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pz5yx-0007o7-8g for emacs-devel@gnu.org; Mon, 14 Mar 2011 07:30:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pz5yx-0007o3-7J for emacs-devel@gnu.org; Mon, 14 Mar 2011 07:30:39 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Pz5yw-0002UJ-Ou; Mon, 14 Mar 2011 07:30:38 -0400 In-reply-to: (message from Lennart Borgman on Mon, 14 Mar 2011 01:14:30 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:137212 Archived-At: > From: Lennart Borgman > Date: Mon, 14 Mar 2011 01:14:30 +0100 > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org, srackham@gmail.com > > 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? Maybe it's a bug in docsearch. But why do you care in which documents the information lives? I never use the ext: query, precisely _because_ I don't care and don't want to remember in what format the info is stored and where. Just let it search everything, the search is lightning fast anyway.