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 13:08:29 -0400
User-agent: Mutt/1.5.5.1i

On Wed, May 11, 2005 at 05:56:19PM +0200, Robert Bihlmeyer wrote:
> Joel Reed <address@hidden> writes:
> 
> > right now, when offering to auto-complete monotone add i use:
> >
> > (( $+_monotone_ignore_default )) ||
> > _monotone_ignore_default=( "(*.Po *.a *.olb *.o *.so *.exe *.Z *.elc *.ln 
> > *.dirstamp *.rej *.orig *.BAK *.bak *.old autom4te.cache/* tags TAGS )" )
> >
> > for files to ignore, but it'd be nice to ask monotone for the list it uses.
> 
> calling "monotone ls unknown" to get the list of possible completions
> does not satisfy you?

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?

jr




reply via email to

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