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, 20 Feb 2008 13:16:57 +0100 Organization: Sebastien Vauban Message-ID: <87bq6brfeu.fsf@mundaneum.com> References: <87ve55gc7n.fsf@mundaneum.com> <87odamcg3i.fsf@mundaneum.com> <87y79n65xz.fsf@mundaneum.com> <87r6ff4ngk.fsf@mundaneum.com> <873arumoua.fsf@mundaneum.com> <87myq2l4w5.fsf@mundaneum.com> <87skzqfvtt.fsf@mundaneum.com> <874pc6e3ne.fsf@mundaneum.com> <87y79icl8l.fsf@mundaneum.com> <874pc573y6.fsf@mundaneum.com> <87lk5hj698.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 1203511250 862 80.91.229.12 (20 Feb 2008 12:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2008 12:40:50 +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 20 13:41:14 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 1JRoG7-0005wL-Fp for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Feb 2008 13:41:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRoFc-0001jT-Jk for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Feb 2008 07:40:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!feeder1-2.proxad.net!nerim.net!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:TRJmhzc44mtITAXxaoqFilL8a3U= Original-Lines: 58 Original-NNTP-Posting-Date: 20 Feb 2008 12:16:57 GMT Original-NNTP-Posting-Host: 81.188.7.152 Original-X-Trace: 1203509817 reader0.news.be.easynet.net 1586 [::ffff:81.188.7.152]:12771 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.help:156330 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:51699 Archived-At: Hi Tassilo, >> while I still have a debug message inserted (as you told me yesterday) >> in my `anything-c-source-locate': >> >> (defvar anything-c-source-locate >> '((name . "Locate") >> (candidates . (lambda () >> (message "!!!anything-c-source-locate gets called!!!= ") >> (apply 'start-process "locate-process" nil >> (append anything-c-locate-options >> (list anything-pattern))))) >> (type . file) >> (requires-pattern . 3) >> (delayed)) >> "Source for retrieving files matching the current input pattern >> with locate.") >> >> To be clear, I see the message "!!!anything-c-source-locate gets >> called!!!" when invoking `anything' in my Ubuntu Emacs, but never ever >> ('till now) when invoking it from my Windows Emacs. > > Ah, ok. I've thought you get it with windows, too. > > But do you get the delayed sources messages on windows? > (delayed-sources =3D ((name . Tracker Search) (name . Locate))) > > If yes, try do edebug `anything-process-delayed-sources'. Wait... I don't understand exactly why it didn't show up yesterday, but today I got your extra log message appearing: --8<---------------cut here---------------start------------->8--- Error processing source ((name . Tracker Search) (candidates lambda nil (st= art-process tracker-search-process nil tracker-search anything-pattern)) (t= ype . file) (requires-pattern . 3) (delayed) (action (Find file . find-file= ) (Find file other window . find-file-other-window) (Find file other frame = . find-file-other-frame) (Open dired in file's directory . anything-c-open-= dired) (Delete file . anything-c-delete-file) (Open file externally . anyth= ing-c-open-file-externally) (Open file with default tool . anything-c-open-= file-with-default-tool)) (action-transformer lambda (actions candidate) (an= ything-c-compose (list actions candidate) (quote (anything-c-transform-file= -load-el anything-c-transform-file-browse-url)))) (candidate-transformer la= mbda (candidates) (anything-c-compose (list candidates) (quote (anything-c-= shadow-boring-files anything-c-shorten-home-path))))): (file-error Searchin= g for program no such file or directory tracker-search) !!!anything-c-source-locate gets called!!! --8<---------------cut here---------------end--------------->8--- Does this help? Thank you very much! Seb --=20 S=E9bastien=A0Vauban