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:1604:: with SMTP id p4mr9826391qtj.276.1572192453255; Sun, 27 Oct 2019 09:07:33 -0700 (PDT) X-Received: by 2002:aca:5909:: with SMTP id n9mr10489403oib.99.1572192452852; Sun, 27 Oct 2019 09:07:32 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!j16no5629864qtl.0!news-out.google.com!x9ni259qti.1!nntp.google.com!j16no5629862qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 27 Oct 2019 09:07:32 -0700 (PDT) In-Reply-To: <12b621c4-a346-492b-93f9-5b185c0f9f2a@googlegroups.com> 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: <8b0c4264-13c0-4a48-84e6-239d266acd2a@googlegroups.com> <12b621c4-a346-492b-93f9-5b185c0f9f2a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9dfde9f5-4695-4ef0-a30e-6c62c22289e1@googlegroups.com> Subject: Re: compiling GPS (aka GNAT Studio!) from source From: Stephen Leake Injection-Date: Sun, 27 Oct 2019 16:07:33 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2050 X-Received-Body-CRC: 2290073882 Xref: reader01.eternal-september.org comp.lang.ada:57356 Date: 2019-10-27T09:07:32-07:00 List-Id: On Saturday, October 26, 2019 at 5:11:20 AM UTC-7, briot....@gmail.com wrote: > > > 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 think it does, if you check https://langserver.org/. > "indent" is called "formatting". Ok, I'll have to look at it again. > What are the Emacs plugins for the Language Server Protocol ? https://github.com/joaotavora/eglot https://github.com/emacs-lsp I have not looked at either.