From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1IAFwp-0002Im-G9 for garchives@archives.gentoo.org; Mon, 16 Jul 2007 02:04:27 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6G23EbL005807; Mon, 16 Jul 2007 02:03:14 GMT Received: from mail.netspace.net.au (mail-out1.netspace.net.au [203.10.110.71]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l6G1vtie030266 for ; Mon, 16 Jul 2007 01:57:58 GMT Received: from [172.16.0.52] (ppp246-231.static.internode.on.net [203.122.246.231]) by mail.netspace.net.au (Postfix) with ESMTP id 9F58F43970 for ; Mon, 16 Jul 2007 11:57:47 +1000 (EST) Subject: Re: [gentoo-user] debugging init scripts From: Iain Buchanan To: gentoo-user@lists.gentoo.org In-Reply-To: <20070716021336.7f8da8e6@gadget.local.net> References: <13b70780707120832h3c8200eelc88b644fe9b4f9af@mail.gmail.com> <200707121715.40746.uwix@iway.na> <1184260003.10327.1199851397@webmail.messagingengine.com> <1184544446.6934.5.camel@orpheus> <20070716021336.7f8da8e6@gadget.local.net> Content-Type: text/plain Date: Mon, 16 Jul 2007 11:28:17 +0930 Message-Id: <1184551097.6934.41.camel@orpheus> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4ec9291b-91b3-402e-9a7e-fae6e4129647 X-Archives-Hash: 28bbcfc48ef8560738f3cc2c0d06a061 On Mon, 2007-07-16 at 02:13 +0100, Ian Hastie wrote: > On Mon, 16 Jul 2007 09:37:26 +0930 > Iain Buchanan wrote: > > > it's a funny workaround, but sometimes you have to type > > > > cat file | less > > > > to stop less being "intelligent". Or you could disable it's input > > preprocessor: > > > > LESSOPEN="" less /usr/bin/echo-client-2 > > Or you can use the -L, aka --no-lessopen, switch. It does the same > thing, but with less typing... > > : -L or --no-lessopen > : Ignore the LESSOPEN environment variable (see > : the INPUT PREPROCESSOR section below). This option can be set from > : within less, but it will apply only to files opened subsequently, > : not to the file which is currently open. ahh, thanks. I searched the options for "input preprocessor", but it's formatted "INPUTPRE-" in my particular terminal, so less didn't locate a match until the Input Preprocessor seciton, which doesn't mention the option! thanks, -- Iain Buchanan Matz's Law: A conclusion is the place where you got tired of thinking. -- gentoo-user@gentoo.org mailing list