Lars Ljung writes: > Every time I open a file in the Emacs source tree I see the message > "ede-emacs-version: Searching for program: no such file or directory, > egrep". Also, Emacs does not switch to the newly created buffer so I > have to switch to it manually. > > This only happens on Windows, where I don't have egrep installed. It is > caused by line 86 in lisp/cedet/ede/emacs.el: > > (call-process "egrep" nil buff nil "-n" "-e" "AC_INIT" configure_ac) > > I don't think this line is even necessary. The file content is inserted > and parsed further down. Indeed. That call to egrep seems to be some relict from the old days. Additionally, we should also make sure that configure.ac or configure.in exist. Stefan, would it be OK to install the attached patch to emacs-24, or should it go to trunk? -David