monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Re: zsh auto-completion


From: Joel Reed
Subject: Re: [Monotone-devel] Re: zsh auto-completion
Date: Wed, 11 May 2005 22:01:22 -0400
User-agent: Mutt/1.5.5.1i

On Wed, May 11, 2005 at 12:11:10PM -0700, Nathaniel Smith wrote:
> On Wed, May 11, 2005 at 01:08:29PM -0400, Joel Reed wrote:
> > well if i add:
> > 
> >    if (string.find(name, "%.Plo$")) then return true end
> >    if (string.find(name, "%.Po$")) then return true end
> >    if (string.find(name, "%.dirstamp$")) then return true end
> >    if (string.find(name, "autom4te.cache/")) then return true end
> > 
> > to the ignore_file hook, then it would satisfy me :)
> > should those be added to the standard ignore_file hook?
> 
> Maybe.  What are they? :-)  (autom4te.cache I know.)

hmm, the Plo, Po, and .dirstamp files are in .deps/ and are used by automake
for dependency tracking. perhaps just adding:

  if (string.find(name, "/autom4te.cache/")) then return true end
  if (string.find(name, "/.deps/")) then return true end

makes more sense?

jr




reply via email to

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