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,8c2209656cc44d38,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-25 15:58:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator-SanJose!in.nntp.be!news-in-sanjose!newshub2.rdc1.sfba.home.com!news.home.com!news2.POSTED!not-for-mail From: "Wannabe h4x0r" Subject: Emacs and Ada. Newsgroups: comp.lang.ada User-Agent: Pan/0.10.0 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: ALL Message-ID: Date: Thu, 25 Oct 2001 22:58:24 GMT NNTP-Posting-Host: 24.0.109.49 X-Complaints-To: abuse@home.net X-Trace: news2 1004050704 24.0.109.49 (Thu, 25 Oct 2001 15:58:24 PDT) NNTP-Posting-Date: Thu, 25 Oct 2001 15:58:24 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:15203 Date: 2001-10-25T22:58:24+00:00 List-Id: Lately I've found the combination of Emacs(XEmacs), Ada-Mode, and the LRM to be awsome tools in my endeavor to learn Ada95. The thing I like is being able to have open a compiler buffer/error message window, a source window/buffer, and a LRM buffer. It allows me to reference the LRM for each error message I get when attempting to compile, and hence allows me to go back and edit the source code according the rules set out in the LRM. I havent had to open a debugger in several weeks. I'm curious, will Ada-Mode work with Emacs21? Also, does Ada-Mode provide a facility for automatically cross-referencing compiler messages with the relavant language documentation? I didnt find any mention of this in the Ada-Mode docs(perhaps I'm missing it.) If not, would other programmers find this feature useful? I could implement that feature and then submit it for perusal should anyone be interested. If someone else doesnt beat me to the punch. ;-> Any comments would be helpful. Note: I spend alot more time with my Ada textbook than I do with the LRM. I find the LRM to be a useful reference tool. McDoobie chris@dont.spam.me