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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c15063243269efcd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!bcklog1.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Fri, 30 Jun 2006 16:57:19 -0500 From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Meet the new GPS...same as the old GPS... References: <1151320748.360707.79490@u72g2000cwu.googlegroups.com> <1665827.HWbYYKeXts@linux1.krischik.com> <1151342956.402547.244450@p79g2000cwp.googlegroups.com> <1151437378.281759.5280@75g2000cwc.googlegroups.com> <4vzmfymc5g.fsf@hod.lan.m-e-leypold.de> <1151486588.625814.259140@d56g2000cwd.googlegroups.com> <874py3k762.fsf@ludovic-brenta.org> Date: Fri, 30 Jun 2006 23:57:31 +0200 Message-ID: <87k66yi9x0.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:Dav1AwtfweNzm3Gic86ZDUmE6Z0= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 62.235.211.136 X-Trace: sv3-AnceChCKopklg05VIEkvRonjebQ6ScO5zIQ7nEj9ulr2vGZoqNb2FSkQjj+8tsAkav2nu38Zt8SlvRa!kp7yxinT/ziSHnHHVU2BAB7n1oXq06APOK0b9hw2dWpSJ7jW6Aa/FSBQhZ0hVRzxDxGeVdi1F30= X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:5357 Date: 2006-06-30T23:57:31+02:00 List-Id: Stephen Leake writes: > Ludovic Brenta writes: >> It's at http://www.ada-france.org/debian/adamode-4.0.tar.gz >> >> The version number, 4.0, is my own invention. I figured that a new >> major version was justified by the dropping of .adp files, which >> changes the external interface in an incompatible way. >> >> Please, let's avoid a fork if possible. Let's propose the changes >> upstream, i.e. to the emacs development team at >> http://www.gnu.org/software/emacs. >> >> I don't have time for that right now, and it is not my priority, so >> please seomebody take the lead. > > That would be me, I think, since I've volunteered to be the Emacs Ada > mode maintainer. Great. You are anointed from now on :-) > I've thought about using .gpr directly before. Does your lisp code > handle 'with foo;'? that seemed like the hard part, especially if you > want to use the "project editor mode"; the lisp code has to keep track > of where each bit of the path came from. No, unfortunately. It only knows about the source directories that are directly in the .gpr file, and there is even a bug that is triggered when there are comments inside the parentheses in "for Source_Dirs use (...)". I haven't had time to fix it yet. > As far as I'm concerned, we can ditch the fancy project editor, and > just edit project files directly. Yes, I did remove the project editor, as I write my .gpr files manually. I updated ada-mode to recognise "project" as a keyword :) > Hmm. I've downloaded the code, and 'ada-prj.el' appears to still deal > with .adp files. What it does is read the .gpr file and fill in the same in-memory data structures as the old .adp parser. > There is some mention of "gpr-mode" in ada-mode.el. Yes, that's the mode that recognises the "project" keyword. > I don't have time right now to go thru all the diffs. OK. -- Ludovic Brenta.