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!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Wed, 28 Jun 2006 15:01:28 -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> <1151496846.934920.174760@x69g2000cwx.googlegroups.com> Date: Wed, 28 Jun 2006 22:01:03 +0200 Message-ID: <87ejx9kq2o.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:IC/B5x8On4u9YegepvacQ5Va5D8= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 62.235.193.201 X-Trace: sv3-pPImh352/hb9Aau9DfR1WPujNpGf3jqdLRRgEw7hbuQ4Kp9xVBbZ8abN/Ie+6VknYCDXTRk3q9P/ERb!Off8/AhxS4Dl7YAD3xVq3rKTB0WrltERRMMO6bZql1El1/cxq70ojIZFEl47NaQTuGnrKxbHDPQ= 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:5248 Date: 2006-06-28T22:01:03+02:00 List-Id: randomm@mindless.com writes: > Ludovic Brenta wrote: >> M E Leypold wrote : >> > randomm@mindless.com writes: >> >> I would like to use Emacs as the "IDE" as I do for other languages. >> >> Are you using the Ada-mode supplied with Emacs 21.x? Or are you using >> >> the Ada-mode from ACT, or some other Ada-mode? >> > >> > I use the one coming with Debian. Whichever version that is. >> >> Both versions are available; one bundled with emacs, and the more >> advanced one in the "ada-mode" package. >> >> Personally I use a modified ada-mode that does not use .adp files at >> all, it uses the .gpr files directly. There are limitations, but it >> does mostly what I need. I'll make my changes availale somewhere on >> request. > > Right, so can you tell me how I can use the 3.6 Ada-mode from Libre? apt-get install ada-mode The post-installation script takes care of the rest. > I renamed the default Ada-mode and put all the files from the 3.6 > package in the same directory but it didn't load. And meta-x > ada-mode didn't work after that. It says in the comments in 3.6 > that I need find-file.el but I don't have it. So for the time being > I've reverted to the ada-mode packaged with Emacs 21.x. $ locate find-file.el /usr/share/emacs/21.4/lisp/find-file.el That's in package emacs21-el. If this package is not installed, you have a problem with your system. -- Ludovic Brenta.