From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:620a:14a1:: with SMTP id x1mr688456qkj.92.1589496200142; Thu, 14 May 2020 15:43:20 -0700 (PDT) X-Received: by 2002:a9d:7ad8:: with SMTP id m24mr178414otn.22.1589496199899; Thu, 14 May 2020 15:43:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!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: Thu, 14 May 2020 15:43:19 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=76.77.182.20; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.77.182.20 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7bd06951-89ec-4a4e-a1e0-bcd38c223497@googlegroups.com> Subject: Gnu Emacs Ada mode 7.1.1 released. From: Stephen Leake Injection-Date: Thu, 14 May 2020 22:43:20 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58689 Date: 2020-05-14T15:43:19-07:00 List-Id: Gnu Emacs Ada mode 7.1.1 is now available in GNU ELPA. Relative to the previous Ada mode release (7.0.1), this is a minor feature release. * ada-mode fully supports non-ASCII text (the few remaining ASCII-only regular expressions have been fixed). * gpr_query now starts in the background, and provides a completion table of all symbols in the project. * keystroke C-M-i is bound to `completion-at-point', and uses the symbol table provided by gpr-query. * Commands that prompt for a symbol (ie C-u C-c C-d wisi-goto-spec/body and C-u M-. xref-find-definitions) use the completion table provided by gpr_query. With a single C-u, all symbols in the project are used; with two C-u, only symbols defined in the current file are used. See the NEWS files in ~/.emacs.d/elpa/ada-mode-7.1.1 and wisi-3.1.1, or at http://www.nongnu.org/ada-mode/, for more details. The required Ada code requires a manual compile step, after the normal list-packages installation ('install.sh' is new in this release): cd ~/.emacs.d/elpa/ada-mode-7.1.1 ./build.sh ./install.sh This requires AdaCore gnatcoll packages which you may not have installed; see ada-mode.info Installation for help in installing them.