From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11666 invoked by alias); 29 Nov 2015 21:16:07 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21011 Received: (qmail 266 invoked from network); 29 Nov 2015 21:16:05 -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=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=MRH4ONfNiazVan/voFzWtfsAYIac3wUfeHOBlixy4UM=; b=C+yPv3avq1/Do5rXbnNoTX2PZVwWaQJR9YIAOryX6uXM3ONstzRjSznrzW02469+/X U8BJhz+DqEsHK72WpJ7HpnFiDheZXIa4WrVmP0YvtnUNiuX4nCYUC33XlC8bSA6P2zNI +Kj6GJsWh9WoWlS5PpvOonpTpKUyNVwTkHcoqs2+mgKCTJtx+Yvu4mxLeBS01H1qy1AF T3+WzhJAkMpYCZXCT88xvD6sAxvrHxsCIynok6Iq0fE+E2vH5p+rWzyDREriy/+TtObq zpQNSXbMYjvddIhDvTHjDB6CXtCEGIXR1fTAibsPfhERhn4zWIWzq4Czxbq/dLGZ1mno cqeA== 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=MRH4ONfNiazVan/voFzWtfsAYIac3wUfeHOBlixy4UM=; b=gcHm8JyfkNGE4SdL9cjum1yLuTXkhjZSUKfMqyI+w7a5Vqrf6lxrKl/kj6GS3bTOr3 yB7GZsJ0juzXYoE9UAIwqmmidoumxNAov/NR/OeBqVOysQ9/aZx7Qy+ivhNlr45L9jLg ZT6jB3/Ts0+G/sIADxYOX2cGDCzCXi1Aqlz9zi7N8KK45dWhb32X25JL0I3O+zJaf4e/ RthSne8DUAptCNRUqmixaaXYolMVBxUzpIBWv3VKfRwNwpuiaVoS4l1TiUrcGw1rhg4L Dd0HndwmpMYv8dqP2lkVutFgGV8O+gLlORRLIdVVjwYlQzmoP3Pq+2cVj/CRd32WYYFd +/BQ== X-Gm-Message-State: ALoCoQlNlxFo799CByHL41POpcU8yw1aHurWOF50gNWd5bj5bw0fjc/VsxHE1ygxYvMnbmO/sT2a X-Received: by 10.98.86.210 with SMTP id h79mr65686741pfj.87.1448831762213; Sun, 29 Nov 2015 13:16:02 -0800 (PST) From: Bart Schaefer Message-Id: <151129131623.ZM25129@torch.brasslantern.com> Date: Sun, 29 Nov 2015 13:16:23 -0800 In-Reply-To: <151129122148.ZM24977@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Do fake-always and ignored-patterns work together as documented?" (Nov 29, 12:21pm) References: <151129122148.ZM24977@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Do fake-always and ignored-patterns work together as documented? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Nov 29, 12:21pm, Bart Schaefer wrote: } } Can someone give me a working example of the fake-always style combined } with ignored-patterns as described in the documentation? Also, the -S and -r options passed to _files don't make it through to the call to compadd that handles fake and fake-always, so using fake-always with assign-list to supply default values for MODULE_PATH does not auto-insert/auto-remove the ":" between elements, instead inserting a space which has to be manually deleted to complete the next element.