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,79bbf7e359159d0d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-06 08:05:55 PST Path: supernews.google.com!sn-xit-02!sn-xit-04!supernews.com!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison Sender: usenet@www.newsranger.com References: <25%y6.2364$jz.201607@www.newsranger.com> <3ACDB29E.45B91316@earthlink.net> Subject: Re: newbie can't get exceptions to work! Message-ID: Date: Fri, 06 Apr 2001 15:04:38 GMT NNTP-Posting-Host: 209.208.22.130 X-Complaints-To: abuse@newsranger.com X-Trace: www.newsranger.com 986569478 209.208.22.130 (Fri, 06 Apr 2001 11:04:38 EDT) NNTP-Posting-Date: Fri, 06 Apr 2001 11:04:38 EDT Organization: http://www.newsranger.com Xref: supernews.google.com comp.lang.ada:6566 Date: 2001-04-06T15:04:38+00:00 List-Id: In article <3ACDB29E.45B91316@earthlink.net>, Marc A. Criley says... > >Lately I've been trying out the approach that Dewar has advocated: >Liberal use of the use clause, and rely on your source code browser to >locate definitions. I haven't made up my mind on this approach yet. On .. >On the other hand, in order to use the browser, the code has to compile, >and if I'm in the middle of performing open source surgery on a package >and want to check out a type definition or procedure spec, the package >is in no condition to compile and so I don't have access to the >browser. At least not with Emacs/GLIDE. That in a nutshell is my main problem with that argument. You are essentially making your code unreadable (well, not that bad perhaps, but getting there), except in a very narrow circumstance. It has to compile, you have to have the entire baseline handy and available, you have to be using Emacs to read it, you can't change compilers... Also, I don't see why the opposite approach could not be taken. Why not add a "Hide/Show Full Names" option to Emacs? --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com