Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [bug] Problem with functions -s (string arg) math function & specific input
- X-seq: zsh-workers 44687
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: [bug] Problem with functions -s (string arg) math function & specific input
- Date: Sun, 18 Aug 2019 20:18:53 -0500
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=In1OPQA3NtRyKZY6yJi309DnAKx2HgwuanDBIQCep9A=; b=rWZho3HV7SR2KMfW0abd9Z0zioz9i/M9MgqYMy7LaTHOZEoubnLRZWFdyrZZ73iBzV Qqsf1aFC998ulsdMRnWP/afXYz5lRwxZWmM/EN/CncAvD/e490rCkev+T43155NtNjSv Xc00b6gsFIRkPOFVeZrWnNth0VwRMbqZcPwSJJTiu9nsuJvpwv/5czAJg3PDrZVzq6A5 zaEJvLWmo7ZOXgX69q4BCwiYYlZff1/VvsHdnZohJscUyKx5MCicGZaYGm4uYuWmjRew IpCJRGqzNNv5J+dT/jxs1pJ8A9EdS0bPtXre+9vICt3myU36DElutT7Wv8wvLCs0/UcI pDQw==
- In-reply-to: <CAKc7PVDCL9q+x+WXAUv5Mf+otvV6pmaMeTSo-EA07_5cOD49qQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDCL9q+x+WXAUv5Mf+otvV6pmaMeTSo-EA07_5cOD49qQ@mail.gmail.com>
On Sun, Aug 18, 2019, 8:01 PM Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
wrote:
>
> functions -s -M mtest 1 1 mtest
>
I'm not at a computer where I can confirm this, but I think the order of
options is significant, you have to use
functions -M -s mtest 1 1 mtest
to define a string function.
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author