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: Tue, 19 Feb 2008 16:49:39 +0100 Organization: Sebastien Vauban Message-ID: <87lk5hj698.fsf@mundaneum.com> References: <87ve55gc7n.fsf@mundaneum.com> <87myq6iftr.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> 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 1203439246 29459 80.91.229.12 (19 Feb 2008 16:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 16:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 19 17:41:11 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 1JRVWi-0006h2-0q for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2008 17:41:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRVWD-0006f5-4m for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2008 11:40:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!feeder.news-service.com!feeder3.cambrium.nl!feed.tweaknews.nl!217.73.144.44.MISMATCH!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:Y0nV8/G+TFrpWW1kGeqh4W4Btio= Original-Lines: 74 Original-NNTP-Posting-Date: 19 Feb 2008 15:49:40 GMT Original-NNTP-Posting-Host: 81.188.7.152 Original-X-Trace: 1203436180 reader0.news.be.easynet.net 1589 [::ffff:81.188.7.152]:11561 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.help:156310 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:51682 Archived-At: Hi Tassilo, >> delayed-sources =3D ((name . Tracker Search) (name . Locate)) >> >> But I never saw any "Locate" results... > > Ok, but at least the locate source should be processed. I don't think so, as I only see this in my `*Messages*' buffer: --8<---------------cut here---------------start------------->8--- anything-process-source Checking for library `filladapt'... Found Composing main Info directory...done --8<---------------cut here---------------end--------------->8--- while I still have a debug message inserted (as you told me yesterday) in my `anything-c-source-locate': --8<---------------cut here---------------start------------->8--- (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.") --8<---------------cut here---------------end--------------->8--- 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. Note - There is no difference regarding the load libraries and the Emacs customizations between my Ubuntu and my Windows environments: Windows is running as a VM on top of Ubuntu (launching it only when really needed), and all my Emacs files (dot-emacs, loaded libraries, and so on) are taken from the same directories (via the "shared folders" of VirtualBox). I mean: I don't have 2 `.emacs' files or whatever. Everything is shared between my 2 OSes. > Please eval the following defun and invoke anything. Then go > to *Messages* and see if there's an error message of the form > > Error processing source: ... > > (defun anything-process-source (source) > "Display matches from SOURCE according to its settings." > [...]) As you saw above, no, I don't have such a message under Windows. > BTW: Do other sources that return files work for you, i.e. the > file name history source? If not, then the problem might be > that a candidate transformer for files doesn't work on > windows. Yes, I do have the "File Name History" source working in Windows. I'm really to sorry to annoy you with all this... Seb --=20 S=E9bastien=A0Vauban