From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0462e5df2c61951b0697729f0c70a975@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] indenting source? From: Geoff Collyer In-Reply-To: <200403020950.i229ok5f072068@adat.davidashen.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-gnhelmhhzmgghuvllslusssilo" Date: Tue, 2 Mar 2004 02:00:12 -0800 Topicbox-Message-UUID: 0c0fd584-eacd-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-gnhelmhhzmgghuvllslusssilo Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit `man acme' might have been a good guess. `lookman tab stop' would also have led you to the right pages. Even `lookman tab width' would have led you to acme(1). --upas-gnhelmhhzmgghuvllslusssilo Content-Type: message/rfc822 Content-Disposition: inline Received: from collyer.net ([10.9.0.3]) by collyer.net; Tue Mar 2 01:54:28 PST 2004 Received: from mail.cse.psu.edu ([130.203.4.6]) by collyer.net; Tue Mar 2 01:54:28 PST 2004 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 0793F19C52; Tue, 2 Mar 2004 04:54:10 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id C6C6819CAB; Tue, 2 Mar 2004 04:54:07 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 50A5F19C52; Tue, 2 Mar 2004 04:53:15 -0500 (EST) Received: from adat.davidashen.net (unknown [217.113.20.242]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id AAD0019CAB for <9fans@cse.psu.edu>; Tue, 2 Mar 2004 04:53:08 -0500 (EST) Received: from adat.davidashen.net (localhost.davidashen.net [127.0.0.1]) by adat.davidashen.net (8.12.8p1/8.12.8) with ESMTP id i229okki072069 for <9fans@cse.psu.edu>; Tue, 2 Mar 2004 13:50:46 +0400 (AMT) (envelope-from dvd@adat.davidashen.net) Received: (from dvd@localhost) by adat.davidashen.net (8.12.8p1/8.12.8/Submit) id i229ok5f072068 for 9fans@cse.psu.edu; Tue, 2 Mar 2004 13:50:46 +0400 (AMT) From: David Tolpin Message-Id: <200403020950.i229ok5f072068@adat.davidashen.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] indenting source? In-Reply-To: <90832c7637a49eda25f426d06218bc7f@collyer.net> Content-Type: text/plain; charset=KOI8-R Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Tue, 2 Mar 2004 13:50:46 +0400 (AMT) X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on psuvax1.cse.psu.edu X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Level: > You don't even have to do that; you can just type > > lookman word > > Thus `lookman tabstop' yields: > > man 1 0intro # 0intro(1) > man 1 acme # acme(1) > man 2 html # html(2) The problem is that I did not know that I must look for 'tabstop' until I looked into the source and then I didn't need the man. I tried man rio man sam man window read the pages through and didn't find a single mention of the way tab widths can be adjusted. I realize now that grep'ing /sys/man/*/* with '[^a-z]tab' would bring the answer, but I realize it only when I know already what to look for. I didn't have the right question before I knew the answer. David --upas-gnhelmhhzmgghuvllslusssilo--