From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a0c:8122:: with SMTP id 31mr5371697qvc.26.1628358360504; Sat, 07 Aug 2021 10:46:00 -0700 (PDT) X-Received: by 2002:a25:dcd1:: with SMTP id y200mr19839438ybe.92.1628358360314; Sat, 07 Aug 2021 10:46:00 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 7 Aug 2021 10:46:00 -0700 (PDT) In-Reply-To: <728144e3-d3f2-4c88-9598-16ea4bf9a56fn@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=109.180.159.198; posting-account=8KbgxQkAAACJyvtPg84oL23eOX_jDVUP NNTP-Posting-Host: 109.180.159.198 References: <86tukal9h6.fsf@stephe-leake.org> <728144e3-d3f2-4c88-9598-16ea4bf9a56fn@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <080b2088-4e34-4289-af34-4c7a821cdcf3n@googlegroups.com> Subject: Re: Gnu Emacs Ada mode 7.1.6 released. From: Paul Onions Injection-Date: Sat, 07 Aug 2021 17:46:00 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62490 List-Id: On Saturday, 7 August 2021 at 17:47:40 UTC+1, Paul Onions wrote: > ... I'm still seeing error messages about a void-function called wisi--lexer-error. I think this is due to a missing:- (require 'cl-lib) at the start of wisi-parse-common.el. Paul