Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Having trouble with a weird `is-at-least` function issue
- X-seq: zsh-users 23217
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Having trouble with a weird `is-at-least` function issue
- Date: Tue, 06 Mar 2018 17:32:44 +0000
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20180306173247euoutp027899e82fbb1352a39e34de4626a6a89f~ZZScRqpb60473404734euoutp02J
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1520357567; bh=xcMeN6TJkiN0+O7HDuZsyznahPOjxt5NhFp8EQ2HaQE=; h=Date:From:To:Subject:In-reply-to:References:From; b=DSae8J5GggMYG/3sceT2ul32eJ4u28NWaclAKsKT/UeCi6Vo1BRwO7S9UNFGcrHYr F/bYegc00qAa0b+PNpJOcjQCQz5HKjXo2fFfkarPhXFozUwJdVFw20bUG5Gwp9Gj2+ st/ovp4AAsU8Xsoxx9qxyEXRU+cdrsyB3XxMtC5Q=
- In-reply-to: <180306092711.ZM28309@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>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: SCSC
- References: <CAJ7utHnXtr8XNLFdtN1nd+LAzfTnWPWUxF9e5PzDi1YFXMPD3A@mail.gmail.com> <CGME20180306172814epcas2p4840b30e351f55ef90df3b3dd18945de2@epcas2p4.samsung.com> <180306092711.ZM28309@torch.brasslantern.com>
On Tue, 6 Mar 2018 09:27:11 -0800
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Mar 5, 2:35pm, Joost Bremmer wrote:
> }
> } Syntax-highlighting tries to autoload the `is-at-least` function
> but then } when CALLING said function it gives the following error:
> "is-at-least: } function not defined by file".
> } Manually following the same steps gives the same results.
>
> Make sure the KSH_AUTOLOAD option is turned off, or that you have used
> "autoload -z is-at-least"
I was going to suggest running "functions is-at-least" to see what that
said, but it was mostly just to check the same thing.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author