From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <01706fdc23bcb6298928d8e807109f5b@terzarima.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] indenting source? From: Charles Forsyth In-Reply-To: <9892bbf9e20d9932558e62cdaba32abf@plan9.bell-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 2 Mar 2004 09:31:38 +0000 Topicbox-Message-UUID: 0adb7eac-eacd-11e9-9e20-41e7f4b1d025 >>The confusion has come from the fact that by default sam uses 8 spaces >>per tab, rio uses 4 spaces for tab. And nowhere in the documentation (besides >>the sources) could I easily find how to affect it. For historical reasons, sam uses a tab stop setting of 8 spaces, while the other editors and window systems use 4 spaces. These defaults can be overridden by setting the value of the environment variable $tabstop to the desired number of spaces per tab. from intro(1) which are the first manual pages you see when you open the book!