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-Thread: 103376,c733905936c6b6b0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.129.169 with SMTP id nx9mr13888340pbb.2.1334680407378; Tue, 17 Apr 2012 09:33:27 -0700 (PDT) Path: r9ni67179pbh.0!nntp.google.com!news1.google.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: [OT] interesting reason why a language is considered good Date: Tue, 17 Apr 2012 12:33:26 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <4F8AD958.4030901@obry.net> <4f8aea72$0$21460$ba4acef3@reader.news.orange.fr> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 X-Trace: pcls6.std.com 1334680406 26258 192.74.137.71 (17 Apr 2012 16:33:26 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 17 Apr 2012 16:33:26 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:rTOrDzGoX6kpI5a7Qf7izs4tf6k= Content-Type: text/plain; charset=us-ascii Date: 2012-04-17T12:33:26-04:00 List-Id: Simon Wright writes: > The current ada-mode works best with this in ~/.emacs > > (add-hook 'before-save-hook 'delete-trailing-whitespace) > > which makes writing Whitespace code rather hard. You'd have to put a comment at the end of every line. - Bob