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 44688
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [bug] Problem with functions -s (string arg) math function & specific input
- Date: Mon, 19 Aug 2019 03:55:26 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=l8k/YVr3qnHbZS2kG/+zuh3tN3z5Upj8Wej7PR35x/M=; b=MlyyumDPjAR9tgCwZpGuWvfMN3FZoEezGaZy98DvXICThqolzqklDH55eoD4nri/bX aXB7quT64BO/ZSYYigVoKHuEzGljvre81FvmnDRB0xlwcqokfib/J2a03sovN94NKcsj SgaO8iZ8Eu8z5WVWNvga6Rvbrw4qNV/gcas4ZV20CK73CFuz8E4lFBT4VvxazPT+HTJU lxo2nz9BYa3EboepCfWyrM9tIO5Vn80mHXRowrPalk63FdfJ6/5m4DplEvUPeeK64OGc 9YTkuI2haW6rtZKn7qBv9nv/Kn+eOmoC3Qq0EgbOaty/4WgQC10JJW7VFZm4ok2iKAmz uPDw==
- In-reply-to: <CAH+w=7ZR6ayN6A2oRbEmDh8X+ZXYyx=sxFEJzAyi5Y-_1NJ77A@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> <CAH+w=7ZR6ayN6A2oRbEmDh8X+ZXYyx=sxFEJzAyi5Y-_1NJ77A@mail.gmail.com>
On Mon, 19 Aug 2019 at 03:19, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> 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.
It still reports the same error.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author