From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Fernando Oleo Blanco Newsgroups: gmane.emacs.devel Subject: Re: New ELPA package ada-lite Date: Thu, 05 Jan 2023 22:53:05 +0000 Message-ID: <2b0782fe-4f0e-6d69-3c0c-167a885be603@irvise.xyz> References: <86y1vpfl1k.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16912"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 05 23:54:43 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pDZ86-0003uY-2V for ged-emacs-devel@m.gmane-mx.org; Thu, 05 Jan 2023 23:54:42 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pDZ7N-0008K0-6V; Thu, 05 Jan 2023 17:53:49 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDZ7L-0008Jq-OK for emacs-devel@gnu.org; Thu, 05 Jan 2023 17:53:47 -0500 Original-Received: from mail-4323.proton.ch ([185.70.43.23]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDZ7B-0007U9-Ny for emacs-devel@gnu.org; Thu, 05 Jan 2023 17:53:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irvise.xyz; s=protonmail2; t=1672959193; x=1673218393; bh=03binoZb7EFVhfndDfYYUMtOKZ1YwoQOAhyX2D6OBFM=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=CncitcoKWWdkp9gWLWt0x9wQQ6/sMH65lZ0ffFoL7Go0bdJZf2oEidcLfHOHKqJau Xkqy6bcobFFJw9TMgy8SU59uH1BTB91zZ0zVogdJDwS1NHhCF28bC76bJK5kLxwdUW vboFb8lHtqIvf3vYi1ZldYnq/KLHEHeUIYhGZr0cETRpVjj68Ip+7InfScgRdFEvgO f3WN1yMNpIDRY4EmSVdzjobskKj2Uzv2HwTAyiSl2MgLrcsZS408Bx6MRQR6auwL9r 0Frc1XfmsO4uKzMtiTCJYa+8lHYvAg+7nXxp4m5jsuY4fLAyre6ePtE4qPW6E7I1pV ACTmSx7X02w3w== In-Reply-To: <86y1vpfl1k.fsf@stephe-leake.org> Feedback-ID: 37218277:user:proton Received-SPF: pass client-ip=185.70.43.23; envelope-from=irvise_ml@irvise.xyz; helo=mail-4323.proton.ch X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_PDS_OTHER_BAD_TLD=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302239 Archived-At: On 15.08.22 19:56, Stephen Leake wrote: > I'd like to add a package ada-lite-mode to ELPA; code attached. The > intent is to be a mode for Ada files that's easier to install than the > current ELPA ada-mode. > > This can be used as-is, in which case all you get is reserved word > highlighting. Or it can be used with eglot and an Ada language server, > which gives many more features (some of which ada-mode does not have). > > Installing the AdaCore ada_language_server is easier than installing the > executables for ada-mode; it can be done via Alire (https://alire.ada.dev= /). > > -- > -- Stephe Any news on getting this into ELPA?