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,82dadb8a32a5cd0b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!news.glorb.com!news2.glorb.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Emacs and long file names References: <755de929-67b4-4de6-8982-a0bfc43effc0@z15g2000prh.googlegroups.com> <82y6f88ztj.fsf@stephe-leake.org> <87y6f799pf.fsf@ludovic-brenta.org> Date: Wed, 26 May 2010 03:42:42 -0400 Message-ID: <82ocg35cst.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:WsSAaFxWoXlmmaWHNZliQoWaJkU= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: f3f1b4bfcd15de197caa732596 Xref: g2news1.google.com comp.lang.ada:11036 Date: 2010-05-26T03:42:42-04:00 List-Id: Warren writes: > I also have my .emacsrc set to recognize gnat code and > to make ^X^Z-G go to the source line in error. Thanks to > gnat it even points at the correct statement offset to > the very token (or nearly). I'm sure your Gnu-emacs elisp > code does the same thing. Yes. Even better is gnat-fix-compiler-error; it automatically recognizes simple errors, especially style ones like "space required", and fixes them for you. I have 'next-error' bound to F6, and 'gnat-fix-compiler-error' bound to C-F6. So processing compiler errors is often a simple sequence; F6 C-F6 F6 C-F6. It's really annoying when I hit one Emacs can't fix :). -- -- Stephe