From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10437 invoked by alias); 6 Mar 2018 17:10:54 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23215 Received: (qmail 10118 invoked by uid 1010); 6 Mar 2018 17:10:54 -0000 X-Qmail-Scanner-Diagnostics: from smtprelay0064.hostedemail.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(216.40.44.64):SA:0(-1.9/5.0):. Processed in 8.722211 secs); 06 Mar 2018 17:10:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: joost@madeofmagicandwires.online X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Session-Marker: 6A6F6F7374406D6164656F666D61676963616E6477697265732E6F6E6C696E65 X-HE-Tag: fog69_8c084f36f0244 X-Filterd-Recvd-Size: 3813 X-Gm-Message-State: AElRT7FtSt8SHIMCTmzuLdcqqrvUCLqcF6IxrCiBdKCEgZPfWQSh6+qT jYgLmGYf0Iyfoj23/9zmWDJrf1oLUky2kL+wqbg= X-Google-Smtp-Source: AG47ELsHV7ysaw6Hy44hnegaG2/QZ7qIJf5FzIihMAyPzlMp5zL5J9AG/VZxnl+i9pCiAe6FtItQ9PhLm1/yR9q8UJ8= X-Received: by 10.36.85.141 with SMTP id e135mr14216665itb.25.1520256961571; Mon, 05 Mar 2018 05:36:01 -0800 (PST) MIME-Version: 1.0 Reply-To: joost@madeofmagicandwires.online From: Joost Bremmer Date: Mon, 5 Mar 2018 14:35:21 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Having trouble with a weird `is-at-least` function issue To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="001a114487262975cc0566aa6840" --001a114487262975cc0566aa6840 Content-Type: text/plain; charset="UTF-8" Hey everyone, I've come up against a weird issue and I hope you can help me figure it out. It first presented itself with the zsh-syntax-highlighting plugin, so that's the example I'll use. 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. Now it's got me a bit stumped. The is-at-least source file exists on my system, the `functions/Misc` folder is properly added to $fpath, and other functions located in that folder work perfectly fine, and I can't think of anything else that might be affecting it. I've of course looked around online for the issue, but haven't found anything similar. I can therefore only assume it isn't a general bug with syntax-highlighting or zsh itself and there's something off about my setup, I just don't know WHAT. If anyone can point me in the right direction I'd be very grateful. Sincerely, Joost Bremmer --001a114487262975cc0566aa6840--