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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1b02b7e7cdddd042 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-31 09:26:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Un-crunching Date: 31 Mar 2003 12:20:29 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1049132077 17899 128.183.235.92 (31 Mar 2003 17:34:37 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 31 Mar 2003 17:34:37 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:35829 Date: 2003-03-31T17:34:37+00:00 List-Id: "Martin Krischik" writes: > On Wed, 26 Mar 2003 12:28:49 +0000, Stephen Leake wrote: > > > 1) Describe your files, giving the file name and the Ada name of the > > compilation unit it contains > > The Ada.* packages inside the a-*.ads files. Ah! As others have said, gnatchop has a special exception for Ada.*, System.*, and (maybe?) Gnat.* packages. To fix this, get the source for gnatchop, delete the special exception, and recompile. One of these days, I may do that myself. For now, Emacs Ada-mode knows how to browse to those files when needed, so I'm happy. -- -- Stephe