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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:cb06:: with SMTP id b6-v6mr5434146iog.107.1532370366655; Mon, 23 Jul 2018 11:26:06 -0700 (PDT) X-Received: by 2002:aca:75c9:: with SMTP id q192-v6mr844223oic.3.1532370366488; Mon, 23 Jul 2018 11:26:06 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!85.12.16.70.MISMATCH!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!d7-v6no48970itj.0!news-out.google.com!k71-v6ni11itk.0!nntp.google.com!g2-v6no40040itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 23 Jul 2018 11:26:06 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=165.73.112.105; posting-account=FlDDTgoAAAB5iCuW7fM5pP_RHQGC8krX NNTP-Posting-Host: 165.73.112.105 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9f8bc09e-14a6-47a4-8083-caa1857ec6e9@googlegroups.com> Subject: Some questions about GPS From: Ian Douglas Injection-Date: Mon, 23 Jul 2018 18:26:06 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2209 X-Received-Body-CRC: 2855503580 Xref: reader02.eternal-september.org comp.lang.ada:53945 Date: 2018-07-23T11:26:06-07:00 List-Id: Hi Please advise if off topic. Finally trying to learn Ada, after years of PHP. Did Pascal at varsity back= in the 80s. Using GPS on Linux but some things driving me nuts, so need to determine if= "that's the way it is" or is my configuration is flaky.=20 1. Line numbers: selected option for "all" but only first few are shown, th= en they stop.=20 2. When selecting text to copy/cut, it reverts to black on white when selec= ted. I'm used to Kate where selected text gets a different background so yo= u can clearly see what you've selected. Is this me or the way the editor wo= rks (and IMHO this is sub-optimal for usability). 3. Am trying to read in a file, play with it, and write it out. So started = with "Expanded with proper error handling and reporting it reads:" example = (2nd one) on https://www.rosettacode.org/wiki/File_input/output#Line_by_lin= e , but the compiler insists that the two "close input" statements are "unr= eachable code". Is this normal? If I comment them out, it compiles okay. And runs okay. Thanks, Ian