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: Sébastien Vauban
Subject: Re: Anything.el for Windows
Date: Wed, 20 Feb 2008 13:16:57 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

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 = ((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 
(start-process tracker-search-process nil tracker-search anything-pattern)) 
(type . 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 . 
anything-c-open-file-externally) (Open file with default tool . 
anything-c-open-file-with-default-tool)) (action-transformer lambda (actions 
candidate) (anything-c-compose (list actions candidate) (quote 
(anything-c-transform-file-load-el anything-c-transform-file-browse-url)))) 
(candidate-transformer lambda (candidates) (anything-c-compose (list 
candidates) (quote (anything-c-shadow-boring-files 
anything-c-shorten-home-path))))): (file-error Searching 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

-- 
Sébastien Vauban


reply via email to

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