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,4871bb700d475964 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-09 10:01:09 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!netnews.com!newsfeed.skycache.com!Cidera!news-reader.ntrnet.net!uunet!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: an interested business-oriented programmer Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Sat, 9 Jun 2001 16:54:02 GMT References: <20010607153207.573AE1926F@ada.eu.org> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: archiver1.google.com comp.lang.ada:8493 Date: 2001-06-09T16:54:02+00:00 List-Id: Michal Nowak writes: > Command line tools: what can be simpler and easier than write: > gnatmake hello.adb, or > gnatdist hello.cfg Speaking of command lines: I suggest people use the M-x shell command in Emacs to run their favorite shell (even a DOS command line processor). It makes life *much* easier. For example, an arbitrarily large buffer contains the whole history of everything you've done for days, and you can cut-and-paste from that nicely. - Bob