From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6873 invoked by alias); 12 Aug 2015 22:46:18 -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: 36143 Received: (qmail 25573 invoked from network); 12 Aug 2015 22:46:16 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=4b9J+ev13aPmDY0B8qGt90nMbf7bbMwfvjrKrbc2MyE=; b=kSpgUuj1HIzcFxt4SediQSWGjH28wr5hsX31CDBRipKRohfhHzR1bBx8rh0SCOgKIw PU865t9qa2v+ODAcIlilKXPcYA/hzogpnp4nB6BLzDiqtFheCw51AyNamhLY20llv8D/ u1OuLXYXs5EdpQMFOEZJs4xXFOZhUTNPLm4Y9VKeNyQkf7/NT7dY0byfCrpwPu25TL8n s3DAShWvBC6LoO6qyf8FphDwJe4zTsAa9y1a1K9IJW47gfyw9att03fVxP0wG0Hc1dUa wIpwCHO5OTefnzyMK7xGV+XR6p98AzKhGZvbV4ZHMiK5YAzi1A4HrRH6AW6L8EIge4u/ FwGw== X-Gm-Message-State: ALoCoQlYUGPZFtDaOj+ulJsQS/0ZJEZZ1qlQ68Lt+sq5Zigc47sCCm00NUyJKWc7fY44SEPPKhtl X-Received: by 10.202.87.8 with SMTP id l8mr14651560oib.91.1439419573964; Wed, 12 Aug 2015 15:46:13 -0700 (PDT) From: Bart Schaefer Message-Id: <150812154611.ZM14299@torch.brasslantern.com> Date: Wed, 12 Aug 2015 15:46:11 -0700 In-Reply-To: Comments: In reply to Mikael Magnusson "Re: PATCH 3/5: _imagemagick: complete all files if image files didn't match" (Aug 13, 12:34am) 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> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: PATCH 3/5: _imagemagick: complete all files if image files didn't match MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 13, 12:34am, Mikael Magnusson wrote: } } 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? If you're trying to be uncontroversial, you should put _files back just as it was and add a file-patterns style to your own configuration. :-) } 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 :). I was implying that you probably CAN change both to other-files but the opinionated one here seems to be Oliver so let's give him a chance to chime in. Anybody else want to comment on the likelyhood of the tag changing from all-files to other-files causing a problem?