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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.52.100.102 with SMTP id ex6mr6982874vdb.0.1434541946219; Wed, 17 Jun 2015 04:52:26 -0700 (PDT) X-Received: by 10.140.94.166 with SMTP id g35mr99943qge.1.1434541946158; Wed, 17 Jun 2015 04:52:26 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!newspeer1.nac.net!border2.nntp.dca1.giganews.com!nntp.giganews.com!q107no1707532qgd.0!news-out.google.com!k20ni2405qgd.0!nntp.google.com!z60no1706012qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 17 Jun 2015 04:52:25 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.17.19.233; posting-account=ku4DIwoAAACRt0A2H-srh5aOk_YodLAH NNTP-Posting-Host: 193.17.19.233 References: <6bf1467d-4a5f-4809-9633-f33ce3fc585a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4cbcdae5-0b08-4158-9dd5-4ccc8885891d@googlegroups.com> Subject: Re: emacs compliation error (ada mode) From: =?ISO-8859-1?Q?Jean_Fran=E7ois_Martinez?= Injection-Date: Wed, 17 Jun 2015 11:52:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:26355 Date: 2015-06-17T04:52:25-07:00 List-Id: On Tuesday, June 16, 2015 at 2:34:58 PM UTC+2, Dennis Lee Bieber wrote: > On Tue, 16 Jun 2015 08:26:57 +0100, Simon Wright > declaimed the following: > It doesn't even need the .\ >=20 > Unlike Linux/UNIX shells which don't include the current directory as a > default search for executables, Windows command processor always looks in > the current directory; just a simple "hello_world" will suffice. >=20 Only by default and you can easily get DOS-like behaviour by adding "." in = your PATH. But you should never do it since this is a serious security ris= k. Jean Fran=E7ois Martinez