Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: disable substring match on command name
- X-seq: zsh-users 18553
- From: Amm <ammdispose-zsh@xxxxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: Re: disable substring match on command name
- Date: Tue, 4 Mar 2014 11:45:37 +0800 (SGT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1393904737; bh=7VoWZIzYDqImqcZLBxDETvorJ5dxmAc+7UmQTU5J4Z4=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=O0EOJb6i97vOJVch9Cj13SryJY0R2r8W2Ahxc82BciO+SOBZOp8+ZhZWXQ1YwrE5Ha+YnKeLJL8rVY+3wZjkOFFgsyQ5TveqWraOnOnJG/pI8xZruxcoeWhlHORqlzUs6n1y1QtkEmlopThl9Lt1yo6zvgEhc6UZXc4qcEWv6Yk=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=BzGtN2VewVO/vUTn5xkhIs+gZe/DkpKZosiS89TgK9LkU5rs5fFdaa/KlAINSZvqoriUazEyqSOCX1cJ2DIyqJIK57TOz+BiYKYWs0Bx/62oFO7OoLOKIesWhL6afQ4ZGYZkDb7jnngTAYqim0WBqea/zAnjj7PBpDMaoIVnSak=;
- In-reply-to: <140303084824.ZM2761@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: <1393780084.43996.YahooMailNeo@web194601.mail.sg3.yahoo.com> <140302121855.ZM1118@torch.brasslantern.com> <1393830797.60200.YahooMailNeo@web194601.mail.sg3.yahoo.com> <140303084824.ZM2761@torch.brasslantern.com>
- Reply-to: Amm <ammdispose-zsh@xxxxxxxxx>
----- Original Message -----
From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
>> But your solution possible would not work if command is entered
>> after pipe symbol.
>>
>> echo 1 2 | sort
>>
>> In that example sort would NOT be the first word but 4th or 5th.
> Just to clear this up: It would still be the 1st word.
Oh that's great. Thanks for clarification.
>> I removed matcher-list line.
> ... because matcher-list is applied ALONG WITH the "matcher" style
Actually it works even with empty matcher-list but then I suppose
no point in keeping it.
> Here, though, is some related clarification of the docs.
> diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
Is that a proposed diff to doc or you have already added
it? (Dont know if you are one of the developers)
Thanks again,
AMM.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author