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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,82dadb8a32a5cd0b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!proxad.net!feeder1-1.proxad.net!198.186.194.250.MISMATCH!news-xxxfer.readnews.com!news-out.readnews.com!postnews3.readnews.com!not-for-mail Message-Id: <4bfd9466$0$2351$4d3efbfe@news.sover.net> From: "Peter C. Chapin" Subject: Re: Emacs and long file names Newsgroups: comp.lang.ada Date: Wed, 26 May 2010 17:39:24 -0400 References: <755de929-67b4-4de6-8982-a0bfc43effc0@z15g2000prh.googlegroups.com> <82y6f88ztj.fsf@stephe-leake.org> <85af303a-a6f2-40c7-b64e-8da565df3b4f@u3g2000prl.googlegroups.com> User-Agent: KNode/0.10.9 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Organization: SoVerNet (sover.net) NNTP-Posting-Host: e0cfa8ac.news.sover.net X-Trace: DXC=:l\17[V@medZ_caXTC`bQlK6_LM2JZB_c\`LDADk@e7d:WUUlR<856oL;TWA_637id;R Jeffrey R. Carter wrote: > I recall a study that determined that people found more errors in code when > examining it on paper than on screen. I think the difference (one difference) is that you can typically see a lot more code at once when it's printed out. This may be less true in today's world of large, high resolution monitors. Still... I can comfortably lay out four printed pages in front of me on a desk, each with 60+ lines. That's 240 lines of code in one view. I find that helps my comprehension considerably. Peter