Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Do fake-always and ignored-patterns work together as documented?
- X-seq: zsh-users 21011
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Do fake-always and ignored-patterns work together as documented?
- Date: Sun, 29 Nov 2015 13:16:23 -0800
- 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==
- In-reply-to: <151129122148.ZM24977@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <151129122148.ZM24977@torch.brasslantern.com>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author