From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 14:26:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81EF016A4CE for ; Wed, 3 Mar 2004 14:26:26 -0800 (PST) Received: from gizmo01bw.bigpond.com (gizmo01bw.bigpond.com [144.140.70.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 8367443D48 for ; Wed, 3 Mar 2004 14:26:25 -0800 (PST) (envelope-from craig@natsoft.com.au) Received: (qmail 11040 invoked from network); 3 Mar 2004 22:23:11 -0000 Received: from unknown (HELO BWMAM04.bigpond.com) (144.135.24.78) by gizmo01bw.bigpond.com with SMTP; 3 Mar 2004 22:23:11 -0000 Received: from cpe-144-137-29-159.vic.bigpond.net.au ([144.137.29.159]) by BWMAM04.bigpond.com(MAM REL_3_4_2 29/51557028) with SMTP id 51557028; Thu, 04 Mar 2004 08:26:22 +1000 Message-ID: <00cd01c4016f$45088380$768a27cb@natsoft.com.au> From: "Craig Wilson" To: "Matthew Seaman" References: <017301c400ea$f21f47a0$768a27cb@natsoft.com.au> <20040303132358.GB11526@happy-idiot-talk.infracaninophile.co.uk> Date: Thu, 4 Mar 2004 09:31:27 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-questions@freebsd.org Subject: Re: Tab Stops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 22:26:26 -0000 Matthew, Thanks for the reply. Since posting this message I have discovered a 'set ts=4' option in vi and a -x4 in more. I have also discovered that the tab stops are hardwired at 8 columns in kern/tty.c therefore cat can only ever use 8 column tabs unless tty.c is changed. vi was the main area where I wanted the 4 tab spacing. Again thanks for you assistance. Regards Craig. ----- Original Message ----- From: "Matthew Seaman" To: "Craig Wilson" Cc: Sent: Thursday, March 04, 2004 12:23 AM Subject: Re: Tab Stops