or a script that does everything for you. you edit at one tree and Rin the script which copies to another replaces and submits.
On Nov 16, 2012, at 12:37 PM, dexen deVries <[email protected]> wrote: > 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. >> >> I can change the tabstop environment variable so I layout the code >> how they want but I am still inderting tabs into my source. >> >> I can use russ's tab(1) to convert the tabs to whitespace before every >> checkin, but thats a bit painful. > > create tabfs, a stacking FS? convert leading tabs to spaces on write(3), > convert leading quartets of spaces to tabs on read(3). > > IIRC there was already some stacking FS doing somet ranslation, perhaps it > was > CRLF <->LF > > -- > dexen deVries > > [[[↓][→]]] > > > Reality is just a convenient measure of complexity. > -- Alvy Ray Smith
