From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20734 invoked by alias); 4 Mar 2013 02:30:31 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31111 Received: (qmail 3711 invoked from network); 4 Mar 2013 02:30:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <130303183026.ZM5657@torch.brasslantern.com> Date: Sun, 03 Mar 2013 18:30:26 -0800 In-reply-to: Comments: In reply to joe M "Re: Disable all-files completions in a directory" (Mar 3, 5:47pm) References: <130303113628.ZM5362@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Disable all-files completions in a directory MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Mar 3, 5:47pm, joe M wrote: } Subject: Re: Disable all-files completions in a directory } } > You might experiment with using the file-patterns style to break up the } > files into groups regardless of what directory you are in. } } wondering if you see anything weird that might be messing with the } file-patterns. No, but I did just discover a bug with _next_tags. I haven't figured out how to reproduce it, but the effect is that it's possible to get the compprefuncs variable set to _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre _next_tags_pre which pretty much goes nuts skipping over all your possible tags as soon as you start the subsequent completion. I think. Anyway MOST of the time the zstyle you tried works for me. It's only if I've done something to trigger repetitive compprefuncs falue that things go off the rails. So I don't know if that's what happened to you, or if there is some other obscure interaction with the rest of your styles. -- Barton E. Schaefer