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,429176cb92b1b825 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: AWS Coding Styles (and about boring plain-linear text files in the end) References: <3077fffa-eed7-4763-8bca-9ac3bb0a41e1@o14g2000prn.googlegroups.com> <82y66ihc0i.fsf@stephe-leake.org> <4d355532$0$6878$9b4e6d93@newsspool2.arcor-online.net> <8b58b9da-a014-4a0e-8d20-ca86a4993961@h17g2000pre.googlegroups.com> Date: Wed, 19 Jan 2011 20:53:59 -0500 Message-ID: <827he0gx1k.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:bEA36DcQKM71lAdV8SBC7SSB6SI= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: b0de34d3795a4e029e66109886 Xref: g2news2.google.com comp.lang.ada:17549 Date: 2011-01-19T20:53:59-05:00 List-Id: "J-P. Rosen" writes: > Le 19/01/2011 10:07, Yannick DuchĂȘne (Hibou57) a Ă©crit : >> Well, that's true 120 is nice too. However, it's already too large for >> side by side view (as noticed by Pascal) even on a wide graphic screen, >> and vertical tile is not nice (not enough height, you have to scroll all >> the time and lose from view what you've just scrolled). >> > I don't think it is a strong argument (speaking for myself): > 1) I use diff very rarely > 2) If I do, I use WinMerge (on Windows) or Meld (on Linux), both handle > long lines nicely (scrolling both lines horizontally in sync). I prefer Emacs ediff, which (by default) displays the two files above each other. You can configure it to display them side by side, but I just like the default better. -- -- Stephe