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,bd78b6bffebbeb9f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.glorb.com!nntpserver.com!zeus.nntpserver.com!208.49.83.146.MISMATCH!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 7.42 and tabs References: <1vtafevdmhdyx.d4kq1ryzk298.dlg@40tude.net> <1d1qpxmqm6ila.t4zxivn7nn6a.dlg@40tude.net> From: Stephen Leake Date: Mon, 11 Dec 2006 08:21:19 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:NgMTOMMECTQZfTA9Q8eKRRa+kUo= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: edd73457d5b539a67f7b817530 Xref: g2news2.google.com comp.lang.ada:7885 Date: 2006-12-11T08:21:19-05:00 List-Id: "Dmitry A. Kazakov" writes: > On Mon, 11 Dec 2006 04:53:06 GMT, Jeffrey R. Carter wrote: > >> Dmitry A. Kazakov wrote: >>> >>> No chance to separate indentation from source HTs? >> >> Not that I'm aware of. Do you have sources with tabs for other than >> indentation? > > Sure, all of them in fact. Indentation = 3, HT = 8. > > It worked satisfactory in earlier versions of AdaGIDE. Or, maybe, I just > haven't noticed anything wrong. But now indentation seems to be expanded as > 1 HT, when set to 3 spaces. Clearly 1*8 /= 3! So when the file gets opened > in another editor, the result is a total mess. I don't believe there is any sort of actual _standard_ that says HT = column mod 8. On some old mechanical typewriters, you could set mechanical tab stops where ever you wanted, to make typing tables etc easiser. Early printers also had configurable tab stops (not mechanical). Good editors also have configurable tab stops. But the only portable way to use tab stops is to insert spaces, not HT. -- -- Stephe