Re: Dired 7.5 bug: xemacs command find-grep-dired broken

sandy@ibm550.sissa.it
Thu, 29 Sep 1994 21:50:35 +0200


>>>>> On Wed, 28 Sep 94 12:37:04 +0100,
      sboff@hp735.stru.polimi.it (Giacomo Boffi) said:

 > ------------------------------------------------------------------------
> > find-grep-dired: (dir args)
> >   -- an interactive compiled Lisp function.
> > Find files in DIR containing a regexp ARG and start Dired on output.
> > The command run (after changing into DIR) is
> > 
> >     find . -exec grep -s ARG {} \; -ls
> > 
> > Thus ARG can also contain additional grep options.
 > ------------------------------------------------------------------------

 > start Dired on output meant that i could mouse the hits to edit the
 > relevant files. this is no more true.

I am guessing that this is something to do with find-grep-dired, which
is not part of dired.  dired-7 uses text properties (or extents in
XEmacs) to find filenames, and this may be fooling find-grep-dired.
Since I don't have a copy of find-grep-dired for XEmacs, I can't
look into this.  The speedup with using text properties to find file
names is substantial, so find-grep-dired should start using it.

--sandy