From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10863 invoked by alias); 12 Aug 2015 21:44:39 -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: 36141 Received: (qmail 26048 invoked from network); 12 Aug 2015 21:44:38 -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=ZGGbE0jCjWg5SNyUstNHRgYyhyEBissGwVyp3RU8jQc=; b=UxENhXgQjQD06QriqsHU0YisHqYXF7oqrY2KLIBlaVuR4H/7Y4h0p03gu2fhyScEH2 nmVTXYPvjysch1FMeeVKJWQNxgRwNzbmE6vaQzmKflvS0e+5iA5R/DtQHwKQ/4wEtdlI zcmyvCki4WahqtFvne5lZj7YCTrRVhkIrXx3ru64D2NWqQ8ZTqJwMAn+hu94OP9gaQ12 DIrfr3dMyfoxYjMxkvR1xxNlT7eEFJaUOterC7pzVyCEM8vzJz2YVgnMNqfQf5RVyxUq QpfNOiSC1UsG1KlkQD5maAdmesnXSydWFhWaLszvSpVm5uF5CYfO9AEM+9Zzk5E48kuE gu9g== X-Gm-Message-State: ALoCoQko9mN4pMmdj9jjGhiuhSU/MmKHn0AaRyvjtaYfpLIlVXnU/snZ8HyMRMQDYxZ1tDVjxTSo X-Received: by 10.182.134.130 with SMTP id pk2mr33580258obb.4.1439415876523; Wed, 12 Aug 2015 14:44:36 -0700 (PDT) From: Bart Schaefer Message-Id: <150812144433.ZM14263@torch.brasslantern.com> Date: Wed, 12 Aug 2015 14:44:33 -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 12, 11:15pm) 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> 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 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.