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:a02:6006:: with SMTP id i6mr43581333jac.6.1546713979620; Sat, 05 Jan 2019 10:46:19 -0800 (PST) X-Received: by 2002:a9d:6f14:: with SMTP id n20mr1156179otq.2.1546713979274; Sat, 05 Jan 2019 10:46:19 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!q69no408027itb.0!news-out.google.com!v71ni421ita.0!nntp.google.com!q69no408022itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 5 Jan 2019 10:46:19 -0800 (PST) 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: <30ba8954-a19e-4c95-b350-798b0276db41@googlegroups.com> <38103aef-2528-41ae-bb29-eec551a64808@googlegroups.com> <10d98401-d974-459f-93ed-e0b315b414e8@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9bbe4820-f62f-4c99-b9a2-f6a454f68eca@googlegroups.com> Subject: Re: Ada grammar rules for names too permissive? From: Stephen Leake Injection-Date: Sat, 05 Jan 2019 18:46:19 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2887 X-Received-Body-CRC: 3897157405 Xref: reader01.eternal-september.org comp.lang.ada:55197 Date: 2019-01-05T10:46:19-08:00 List-Id: On Thursday, January 3, 2019 at 2:34:41 PM UTC-8, Jere wrote: >=20 > Is there a guide on how to manually update the Ada mode part of emacs? = =20 The original Emacs Ada mode is a "built-in package"; it is included in the = installation tarball. The latest version is a "GNU ELPA package"; it can be installed in any Emac= s version >=3D 25.0. To install, execute M-x list-packages, search for "ada-mode", type 'i' for = Install, 'x' for execute. Wait for Emacs to contact the ELPA server and ins= tall the package. Then restart Emacs (to ensure everything got done correct= ly). > I=20 > have a slightly older version, but it doesn't list ada mode in emacs > when I go through the normal update procedure. =20 What do you mean by "the normal update procedure"? If that means 'list-pack= ages' as I said above, then something (presumably your site administrator) = has redirected the default package archive; `package-archives' must include= ("gnu" . "https://elpa.gnu.org/packages/"). In that case, ask the site adm= in to include ada-mode in the local archive.=20 If that fails, you'll have to install from source. The simplest approach to= that is to check out the git worktree for elpa.