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: Mon, 11 Feb 2008 18:10:11 +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,

> 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.

Bye,
Tassilo
-- 
No person,  no idea, and no  religion deserves to be  illegal to insult,
not even the Church of Emacs. (Richard M. Stallman)





reply via email to

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