help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Anything.el for Windows


From: Tassilo Horn
Subject: Re: Anything.el for Windows
Date: Tue, 19 Feb 2008 18:00:29 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Sébastien Vauban <zthjwsqqafhv@spammotel.com> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]