From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Anything.el for Windows Date: Tue, 19 Feb 2008 18:00:29 +0100 Message-ID: <87hcg47ufm.fsf@member.fsf.org> 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: 8bit X-Trace: ger.gmane.org 1203440863 3236 80.91.229.12 (19 Feb 2008 17:07:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 17:07:43 +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 18:08:06 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 1JRVwm-00008j-Ov for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2008 18:08:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRVwH-0000PT-Rb for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2008 12:07:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRVps-0002Wz-9m for help-gnu-emacs@gnu.org; Tue, 19 Feb 2008 12:00:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRVpq-0002W2-Np for help-gnu-emacs@gnu.org; Tue, 19 Feb 2008 12:00:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRVpp-0002Vp-5Z for help-gnu-emacs@gnu.org; Tue, 19 Feb 2008 12:00:49 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JRVpo-00013G-K6 for help-gnu-emacs@gnu.org; Tue, 19 Feb 2008 12:00:48 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JRVpg-0003W9-B9 for help-gnu-emacs@gnu.org; Tue, 19 Feb 2008 17:00:40 +0000 Original-Received: from dslb-084-063-033-217.pools.arcor-ip.net ([84.63.33.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Feb 2008 17:00:40 +0000 Original-Received: from tassilo by dslb-084-063-033-217.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Feb 2008 17:00:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-063-033-217.pools.arcor-ip.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:D7jJE55WlIQPiF74o2ZbpTMn1Ds= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:51683 Archived-At: Sébastien Vauban writes: Hi Sébastien, > 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 = ((name . Tracker Search) (name . Locate))) If yes, try do edebug `anything-process-delayed-sources'. Bye, Tassilo