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,e9b98ba1b525c759,start X-Google-Thread: 103b8b,e9b98ba1b525c759,start X-Google-Attributes: gid103376,gid103b8b,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!y43g2000cwc.googlegroups.com!not-for-mail From: "=?iso-8859-1?B?Suly9G1l?=" Newsgroups: comp.lang.ada,gnu.emacs.help Subject: Emacs 22 (CVS) and ada-find-**-references Date: 30 May 2006 07:28:49 -0700 Organization: http://groups.google.com Message-ID: <1148999329.577971.65960@y43g2000cwc.googlegroups.com> NNTP-Posting-Host: 84.96.81.228 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1148999335 27939 127.0.0.1 (30 May 2006 14:28:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 30 May 2006 14:28:55 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 ipcop.localdomain:800 (squid/2.5.STABLE12) Complaints-To: groups-abuse@google.com Injection-Info: y43g2000cwc.googlegroups.com; posting-host=84.96.81.228; posting-account=zaFNSg0AAADtPu478c3eNVHYeU1nBtqs Xref: g2news2.google.com comp.lang.ada:4605 gnu.emacs.help:5719 Date: 2006-05-30T07:28:49-07:00 List-Id: Hello We are evaluating current CVS build of Emacs 22 (on Windows) One of our last problems deals with Ada programming mode : When we use the function ada-find-**-references, the file-name is not correctly identified (And so, when using next-error function,it does not jump to the corresponding line.) Any idea where I should start to look ? (I am not very familiar with compilation-mode.) Here is what I saw in my after buffer -*- mode: compilation; default-directory: "c:/CVS-CO/HEAD/hera/interf/src/oci/" -*- Compilation started at Tue May 30 16:00:38 gnat find -rf oci_test:oci_test.adb:17:11 oci_test.adb -pc:/Work/HEAD/debug/g-oci_test.adp .\oci_test.adb:17:11: (spec) Oci_Test ... Compilation finished at Tue May 30 16:00:38 NB 1 : Of course, this is working fine in Emacs 21 (with same gcc release, same .adp file) NB 2 : When I compile, in case of warning/error, there is no .\ before the file name