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,8183b99d3c85c57b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-04 22:57:38 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s01.POSTED!not-for-mail From: Freejack Subject: Re: Handling Exceptions? Newsgroups: comp.lang.ada Message-ID: References: User-Agent: Pan/0.11.4 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: "Ludovic Brenta" NNTP-Posting-Host: 12.245.85.50 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s01 1068015457 12.245.85.50 (Wed, 05 Nov 2003 06:57:37 GMT) NNTP-Posting-Date: Wed, 05 Nov 2003 06:57:37 GMT Organization: Comcast Online Date: Wed, 05 Nov 2003 06:57:37 GMT Xref: archiver1.google.com comp.lang.ada:2067 Date: 2003-11-05T06:57:37+00:00 List-Id: On Tue, 04 Nov 2003 19:20:48 -0500, Ludovic Brenta wrote: > And, I might add, I personally recommend you use Emacs with ada-mode, > which indents automatically for you as you type. I have been heard to > say "There is only one editor, but Vim is the other" :) > > (and yes, I write this in Emacs using Gnus). Thanks. It seems I was more than a little fuzzy on exceptions. It appears that the end of an exception handler is denoted by the "end" keyword. Sort of the way a military drill instructor denotes stopping by the word "Halt!". Hence the phrases "end;", "end loop;" , "end if;", and "end ;" all would also enclose an exception handler. An exception handler has scope throughout the entire declared section unless propogated. Is my understanding correct here? Thanks for the clarification. Freejack.