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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,abd120a1d5231d28 X-Google-Attributes: gid103376,public From: Darel Cullen Subject: Re: Looking for a good Ada 95 book Date: 1996/11/26 Message-ID: <8wvY5BAwt1myEw1A@djcull.demon.co.uk>#1/1 X-Deja-AN: 201082957 distribution: world x-nntp-posting-host: djcull.demon.co.uk references: <3290C33B.1772@cse.eng.lmu.edu> <56rc87$lbb@felix.seas.gwu.edu> organization: my bedroom mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-11-26T00:00:00+00:00 List-Id: In article <329AB5C4.2E11@worldnet.att.net>, "S. McLain" spoke thus :- > > >I don't want to sound like an idiot, but are you saying that something >will detect what I'm writing or read what I've written and properly >format it? If so, will it it run with GNAT 3.xx on a 486 pc? I'm still >trying to figure out what "object_oriented is. >-Skip Absolutely yes.. Im not sure if you are familiar with emacs. if not get it.. preferably for X11 (Xwindows) , and make sure to download the ada-mode for emacs (you can load it with M-x ), try reading the FAQ that comes along with comp.lang.ada, I think it mentions some sites you can ftp the ada mode (basically a elisp program) that will format your code for you. What emacs does is have a record of all reserved words, and templates of how each structure is formatted, the case of your code will be taken care of you realtime, but the indentation can be invoke with the TAB key on each line , which will correctly (most of the time!) place each source line in its correct position. The Rational command 'FORMAT' requires a rational environment (expensive) usually restricted to large commercial operations, I've generally found the FORMAT command to be 100% successful in formatting code where as the ada mode (and i think i have the latest) tends to get a bit confused in less standard constructs. Hope this helps. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Darel J. Cullen Software Engineer Email: Darel@djcull.demon.co.uk Url: http://www.djcull.demon.co.uk/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-