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: Tue, 12 Feb 2008 12:17:52 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Hi Tassilo,

>> To answer your question, no, `M-x anything' does not fire up
>> a `locate' process (checked with `top -d 0.1' - *correctly*
>> working under cygwin). I don't understand why.
>
> Strange. Could you please eval the following expression and
> report back what happens?
>
> (let ((buf "*locate*"))
>   (apply 'start-process "locate-process" buf
>          (append anything-c-locate-options
>                  (list "pattern")))
>   (pop-to-buffer buf)) ;; <-- Press `C-x C-e' behind the last closing
>                        ;;     parenthesis.

Yes, it does create a new buffer, in which the following is to
be found:

    ,----[ *locate* ]
    | /cygdrive/c/cygwin/lib/perl5/5.8/unicore/lib/gc_sc/PatternS.pl
    | /cygdrive/c/cygwin/lib/perl5/5.8/unicore/lib/gc_sc/PatternW.pl
    | /cygdrive/c/Program Files/Microsoft Visual Studio 
8/Xml/1033/Snippets/xsd/Attributes/pattern.snippet
    | /cygdrive/c/Program Files/Microsoft Visual Studio 
8/Xml/1033/Snippets/xsd/SimpleTypes/pattern.snippet
    | /cygdrive/z/.gimp-2.2/patterns
    |
    | Process locate-process finished
    `----

If I redo it, or change "pattern" into something else, it reacts
correctly (to my understanding of it), appending the new results
at the end of that same buffer.

Best regards,
  Seb

-- 
Sébastien Vauban


reply via email to

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