> From: Juanma Barranquero <lek...@gmail.com> > Date: Mon, 30 Apr 2012 20:33:29 +0200 > Cc: help-emacs-windows@gnu.org > > On Mon, Apr 30, 2012 at 19:41, Eli Zaretskii <e...@gnu.org> wrote: > > > I'd be glad if people who work on Windows 7 could give the fixed > > version a try. > > C:\emacs\trunk\lisp> \bin\ezwt\bin\find.exe . -name *find* > ./cedet/semantic/db-find.el > ./cedet/semantic/db-find.elc > ./cedet/semantic/find.el > ./cedet/semantic/find.elc > ./cedet/srecode/find.el > ./cedet/srecode/find.elc > ./emacs-lisp/find-func.el > ./emacs-lisp/find-func.elc > ./emacs-lisp/find-gc.el > ./emacs-lisp/find-gc.elc > ./find-cmd.el > ./find-cmd.elc > ./find-dired.el > ./find-dired.elc > ./find-file.el > ./find-file.elc > ./find-lisp.el > ./find-lisp.elc > ./finder-inf.el > ./finder.el > ./finder.elc > > C:\emacs\trunk\lisp> \bin\ezwt\bin\find.exe . -name "*find*" > ./cedet/semantic/db-find.el > ./cedet/semantic/db-find.elc > ./cedet/semantic/find.el > ./cedet/semantic/find.elc > ./cedet/srecode/find.el > ./cedet/srecode/find.elc > ./emacs-lisp/find-func.el > ./emacs-lisp/find-func.elc > ./emacs-lisp/find-gc.el > ./emacs-lisp/find-gc.elc > ./find-cmd.el > ./find-cmd.elc > ./find-dired.el > ./find-dired.elc > ./find-file.el > ./find-file.elc > ./find-lisp.el > ./find-lisp.elc > ./finder-inf.el > ./finder.el > ./finder.elc
Thanks, I think this is intended behavior. Or did I miss something?