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 23216
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Having trouble with a weird `is-at-least` function issue
- Date: Tue, 6 Mar 2018 09:27:11 -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; bh=tdNkmWkfLiKEv7L8vduMcpCWCwMlt0zDEFX/ZzdY/Sw=; b=hQIsCWakalojjtQ2hNVJcVaoTXrFNqQ8t9R/X8yBMwDw3LaAAgWsserljxvH4Ol82Z pww4rukVNB0qdaws9LcoIt3Ex2A/1UeYI6o9mUHDUiJRANoqzc4o0ichu4FlJL/IBMoK 0GW2eiRBLzuAVlD12vv08+4NtrDA+nEfXkKMOPwufFXp+ow5BCf1WeCj5yVxsLMj3Tld arSW8PfhJs+Dc88Jn3R1ZqJc7vqm/V78n0KN5f2TOgK9KqVEn63ZDvj+2arAFYMKRAxO MufbVQQxJXLnqRhE6FcU1H2bPVz2rDtWRUj9dzUM0445uSLBQRAWZNUj5OL2QBeuOkGa sKEg==
- In-reply-to: <CAJ7utHnXtr8XNLFdtN1nd+LAzfTnWPWUxF9e5PzDi1YFXMPD3A@mail.gmail.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
- References: <CAJ7utHnXtr8XNLFdtN1nd+LAzfTnWPWUxF9e5PzDi1YFXMPD3A@mail.gmail.com>
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"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author