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,b90404e71c953be5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-15 07:26:09 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: Experiences with GPS-IDE Date: 15 Apr 2003 10:14:03 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3E9AA2C7.2BF8389B@konad.de> <3E9B2842.D7C1DD53@raytheon.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1050416938 748 128.183.235.92 (15 Apr 2003 14:28:58 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 15 Apr 2003 14:28:58 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:36160 Date: 2003-04-15T14:28:58+00:00 List-Id: Mark Johnson writes: > What I do like better in GPS is the better browsing facility, auto > fixing, I haven't encountered "auto fixing" in GPS; what menu/mouse action invokes this, and what does it do? At a wild guess, it might be equivalent to my "gnat-fix-error.el" package for Emacs, which automatically fixes minor errors in source code reported by the GNAT compiler (insert missing ";", fix name at end of function, add missing "with" clause, etc). -- -- Stephe