Note that there are some explanatory texts on larger screens.

plurals
  1. POEmacs, anything and the Everything search tool under Windows 7
    primarykey
    data
    text
    <p>I am struggling to get <a href="http://www.voidtools.com" rel="nofollow noreferrer" title="Everything">Everything</a> working with <a href="http://www.emacswiki.org/emacs/anything.el" rel="nofollow noreferrer"><code>anything</code></a> in Emacs 24.3.1 on Windows 7. Ultimately I want to use <code>anything-locate</code> to browse code directories and subdirectories, as recommended in answers to <a href="https://stackoverflow.com/questions/9396967/emacs-what-are-good-tactics-for-navigating-directories-and-opening-files">this question</a>. I did once, briefly, seem to have <code>anything-locate</code> working but I changed something and cannot get it back.</p> <p>When I enter <code>M-x anything-locate</code> (or, using <code>helm</code>, <code>M-x helm-locate</code>) I get a <code>pattern:</code> prompt but when I enter a search term I get an error message like this:</p> <pre><code>Locate 'es' is not recognized as an internal or external command, operable program or batch file. </code></pre> <p><img src="https://i.stack.imgur.com/wS6xv.png" alt="locate"></p> <p>I <em>assume</em> but do not know for sure that this is related to <code>es.exe</code> which is the command line version of Everything. In my init file I have this:</p> <pre><code>(add-to-list 'load-path "~/.emacs.d/.emacs.d/elpa/everything") (setq everything-ffap-integration nil) (setq everything-cmd "~/.emacs.d/.emacs.d/elpa/everything/es.exe") (require 'everything) </code></pre> <p>...and I have edited <code>everything.el</code> so that the </p> <pre><code>(defcustom everything-cmd "c:/Programme/Everything/es.exe" "Path to es.exe." </code></pre> <p>line now reads:</p> <pre><code>(defcustom everything-cmd "~/.emacs.d/.emacs.d/elpa/everything/es.exe" "Path to es.exe." </code></pre> <p>(EDIT Please note that despite the "~/" convention used above, in reality the paths are fully qualified with c:/blah/blah/blah/.emacs.d/)</p> <p>I expected this to allow Emacs to find <code>es.exe</code>. And yet it still throws the error message. Any thoughts on how to fix this?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload