From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14028 invoked by alias); 12 Aug 2015 23:37:08 -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: 36144 Received: (qmail 4672 invoked from network); 12 Aug 2015 23:37:06 -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=PdMSUAN7vUkh0ERAslY6soZmo1DzbXhBcyQXfrcvH44=; b=HmKY5SxHMaBUTtcMDzsOks9QZdqYM5fWX5ND/41/A7N7gsJxvunKWCk0XcPYgPuuYR jz48xfE+pIB4dldOROFgEHV26nnp+dnx9llMM1vQOt9MS51xpXMBj+3e5bxeU1lzkPHy P4TW/ovvmCU6uW8U+vM/qzTUITmayaVuruQj9zBh4H7meQM1fifB5z6wGx3yRBhB7MEv htQxGOdlzQsz7XNpLlba/Oa+Iq0G5PBMvbSYjZ8dbhZ0DRjkuVwDdHbs4EwRTvPmlFV3 H3RG0VISab97jHINPA6BoWkVGYH4dkJAOHSmjW3HPJxCbqX/Xuo3FdGn8AazzXkhR5o4 /0NA== MIME-Version: 1.0 X-Received: by 10.107.169.138 with SMTP id f10mr34226720ioj.75.1439422624244; Wed, 12 Aug 2015 16:37:04 -0700 (PDT) In-Reply-To: <150812154611.ZM14299@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> <150812154611.ZM14299@torch.brasslantern.com> Date: Thu, 13 Aug 2015 01:37:04 +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 Thu, Aug 13, 2015 at 12:46 AM, Bart Schaefer wrote: > 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 what file-patterns style I could add, to complete a pattern given in a completer and still fall back to other files generically, in my .zshrc. > } 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. Alright. > Anybody else want to comment on the likelyhood of the tag changing from > all-files to other-files causing a problem? -- Mikael Magnusson