Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 09:01:55 -0800
From:      Sean Chittenden <seanc@FreeBSD.org>
To:        freebsd-doc@freebsd.org
Subject:   Whitespace in handbook/mirrors/chapter.sgml...
Message-ID:  <20030313170155.GE79234@perrin.int.nxad.com>

next in thread | raw e-mail | index | archive | help
Sorry for posting yet another whitespace reduction diff, but I noticed
this while fixing a link to cvsup-without-mirror this morning.  Patch
URL:

http://people.freebsd.org/~seanc/patches/#handbook_mirrors_ws

Does this look alright?



FWIW, gratuitous tabbing in emacs is cool and helps indenting, but
pushing tab on an empty line creates a ton of whitespace.


If you have font lock mode turned on in emacs, add the following two
lines to have trailing white space show up.

   (if (>= emacs-major-version 21)
        (setq show-trailing-whitespace t))

or see the updated .emacs file at:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/emacs.html#AEN1143


-sc

-- 
Sean Chittenden

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?20030313170155.GE79234>