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:ac8:ac4:: with SMTP id g4mr7630040qti.326.1572084077122; Sat, 26 Oct 2019 03:01:17 -0700 (PDT) X-Received: by 2002:a05:6830:10cc:: with SMTP id z12mr6304846oto.110.1572084076763; Sat, 26 Oct 2019 03:01:16 -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!j16no1557102qtl.0!news-out.google.com!x9ni108qti.1!nntp.google.com!j16no1557099qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 26 Oct 2019 03:01:16 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.77.182.20; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.77.182.20 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8b0c4264-13c0-4a48-84e6-239d266acd2a@googlegroups.com> Subject: Re: compiling GPS (aka GNAT Studio!) from source From: Stephen Leake Injection-Date: Sat, 26 Oct 2019 10:01:17 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57348 Date: 2019-10-26T03:01:16-07:00 List-Id: On Saturday, October 26, 2019 at 12:16:41 AM UTC-7, briot....@gmail.com wrote: > Instead, most of the work is now done by > https://github.com/AdaCore/ada_language_server > I found the indent code; it's in https://github.com/AdaCore/libadalang-tools src/pp-actions.adb > I am also sure Emacs already have a language server client, might be worth experimenting. Yes, but LSP does not support indent, face (as documented in ada-mode.info). I don't remember if it supports all the cross-reference actions used by ada-mode. I should be able to implement an ada-mode backend using libadalang-tools. -- Stephe