From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7919 invoked by alias); 12 Aug 2015 22:34:10 -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: 36142 Received: (qmail 28022 invoked from network); 12 Aug 2015 22:34:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zMt7e86yhX5arywQV8G3nMg51Pl4dSolRmR81ejy7rY=; b=Nv4cp3SgbE+4uv+nFMyFtuKgpVtiG34CfAwWdPrXfm5CENBwDej0l2+Ve9tQpFjxNz 9c/At7uV6fpSFx8OWgr83fhLD55knc2+APslSvhlBg9VKBboRwXIb80ufcaCcAL1mCnF ygshds7aV/F7Z3xx2JqnGUrf3JRhrNoX5c1CALI44wg1f7zCPGvNnJ3i0w0hWGdvu91j PmqM9N6vZpJjYYLM0f/q9iU0rEB4/7UjDELL1kLgJ9igmp4FkZgf75izxTA9fXXqBtYA Ei/+QRmZC/xpD8vB4kJp01IsIY4J09Kt+XuXA6hxReHe6Pj0CtHfkVQ7FI+wX6U5Qrnf wdbQ== MIME-Version: 1.0 X-Received: by 10.107.31.134 with SMTP id f128mr33265762iof.19.1439418845255; Wed, 12 Aug 2015 15:34:05 -0700 (PDT) In-Reply-To: <150812144433.ZM14263@torch.brasslantern.com> References: <1439348703-8268-1-git-send-email-mikachu@gmail.com> <1439348703-8268-3-git-send-email-mikachu@gmail.com> <7518.1439400015@thecus.kiddle.eu> <150812115958.ZM14070@torch.brasslantern.com> <150812135724.ZM14165@torch.brasslantern.com> <150812144433.ZM14263@torch.brasslantern.com> Date: Thu, 13 Aug 2015 00:34:05 +0200 Message-ID: Subject: Re: PATCH 3/5: _imagemagick: complete all files if image files didn't match From: Mikael Magnusson To: Bart Schaefer Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On Wed, Aug 12, 2015 at 11:44 PM, Bart Schaefer wrote: > On Aug 12, 11:15pm, Mikael Magnusson wrote: > } > } Well, I made the change locally and the tag in completions of files to > } rmdir changed from all-files to other-files. > > Sure, but the question is how likely is it that someone has a style > that relies on that tag name? > > Also you can force it back to all-files with the file-patterns style, > so there'd have to be a case where the user has list-dirs-first, does > not have file-patterns, and looks for all-files as a tag context. So I guess the uncontroversial thing to do is to just add the other-files in the fallback case, and leave the middle one alone as all-files then? I don't see why "my" fallback should be other-files while the existing fallback is all-files, but I don't care either way, I just want the files to be completed at all :). -- Mikael Magnusson