From mboxrd@z Thu Jan 1 00:00:00 1970 From: dexen deVries To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Fri, 16 Nov 2012 12:37:51 +0100 Message-ID: <676562224.kVajVNqNgl@coil> User-Agent: KMail/4.9.3 (Linux/3.7.0-rc4-l47; KDE/4.9.3; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Subject: Re: [9fans] tabstops Topicbox-Message-UUID: d7a6c61c-ead7-11e9-9d60-3106f5b1d025 On Friday 16 of November 2012 11:12:38 Steve Simon wrote: > I am working on a project that insists on 4 space indentation of code= . >=20 > I can change the tabstop environment variable so I layout the code > how they want but I am still inderting tabs into my source. >=20 > I can use russ's tab(1) to convert the tabs to whitespace before ever= y > checkin, but thats a bit painful. create tabfs, a stacking FS? convert leading tabs to spaces on write(3)= ,=20 convert leading quartets of spaces to tabs on read(3). IIRC there was already some stacking FS doing somet ranslation, perhaps= it was=20 CRLF <->LF --=20 dexen deVries [[[=E2=86=93][=E2=86=92]]] Reality is just a convenient measure of complexity. -- Alvy Ray Smith