Date: Fri, 08 Oct 1999 11:05:03 +0200 (CEST) From: Jesus Rodriguez <jesusr@ncsa.es> To: Greg Lehey <grog@lemis.com> Cc: FreeBSD Documentation Project <doc@FreeBSD.ORG>, Narvi <narvi@haldjas.folklore.ee>, John Baldwin <jobaldwi@vt.edu>, Nik Clayton <nik@FreeBSD.ORG>, Neil Blakey-Milner <nbm@mithrandr.moria.org> Subject: Re: Two spaces OK Message-ID: <XFMail.991008110503.jesusr@ncsa.es> In-Reply-To: <19991008180353.I78191@freebie.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 08-Oct-99 Greg Lehey wrote: > On Friday, 8 October 1999 at 10:33:32 +0200, Neil Blakey-Milner wrote: >> On Fri 1999-10-08 (00:33), Nik Clayton wrote: >>> It's not quite as simple as a sed script though -- you need to watch for >>> <programlisting>, <literallayout>, <screen>, and so on, and make sure that >>> they stay untouched. You could always use a sed script, then examine the >>> 'cvs diff' output, and go and put back anything that shouldn't have been >>> touched. Myself, I tend to just use search/replace in Emacs, and bounce >>> on the "repeat-complex-command" key. >> >> On a separate note - I can't see any representitive difference >> between: >> >> <programlisting>#include "foo" >> blah >> </programlisting> >> >> and >> >> <programlisting> >> #include "foo" >> blah >> </programlisting> >> >> And the second is much more readable... (same with <screen>) > > FWIW, I much prefer the second form. Yes, me too. Saludos JesusR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.991008110503.jesusr>