From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?S=E9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: Re: Anything.el for Windows Date: Wed, 06 Feb 2008 12:27:55 +0100 Organization: Sebastien Vauban Message-ID: <87r6fqpbno.fsf@mundaneum.com> References: <87ve55gc7n.fsf@mundaneum.com> <87ir138k0h.fsf@mundaneum.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1202298094 9316 80.91.229.12 (6 Feb 2008 11:41:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 11:41:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 06 12:41:56 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMiey-0003fg-5F for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Feb 2008 12:41:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMieV-0003eE-PX for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Feb 2008 06:41:19 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.news-service.com!feeder2.ecngs.de!ecngs!feeder.ecngs.de!feed1.news.be.easynet.net!reader0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.help X-Www-site: Under construction... User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:KvBQVG2YA3gkRK3ZoplKB0H+hCY= Original-Lines: 29 Original-NNTP-Posting-Date: 06 Feb 2008 11:27:55 GMT Original-NNTP-Posting-Host: 81.188.7.152 Original-X-Trace: 1202297275 reader0.news.be.easynet.net 1486 [::ffff:81.188.7.152]:53085 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.help:155871 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51244 Archived-At: Hi Tassilo, >> It is like if the [locate] process was not called or ... ? >> Though, I've no error messages returned... >> What could I do to check where the problem comes from? > > The first thing I'd do is to ensure locate really gets called. > Does cygwin have top? Yes, it is available from `System/procps'. Got it installed. Works from the shell. > If yes you can use that to see if M-x anything fires up a > locate process. Changed the process to launch with the following: --8<---------------cut here---------------start------------->8--- (setq anything-c-locate-options '("top")) --8<---------------cut here---------------end--------------->8--- ... but nothing happens. Like if it was not called at all - while still part of my anything sources. Seb --=20 S=E9bastien=A0Vauban