bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: M-x woman leaves me less than satisfied


From: Dan Jacobson
Subject: Re: M-x woman leaves me less than satisfied
Date: 28 Dec 2001 14:25:24 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

>>>>> "Miles" == Miles Bader <miles@gnu.org> writes:

Miles> Dan -- you should send the troff source for that man page.  I have no
Miles> problems formatting the man page for `tr' on my system.

Guess what, doing
bzcat /usr/share/man/man1/tr.1.bz2 |sed 's/^\\.$/\\&/' |nroff -man|less
now makes this "August 1999" GNU man page behave.
One sees I needed to double the backslashes.
$ bzcat /usr/share/man/man1/tr.1.bz2 |sed -n 's/^\\.$/\\&/p'             
\\\
\\a
\\b
\\f
\\n
\\r
\\t
\\v

So, if there are man pages that have the familiar
       \f     form feed

       \n     new line
description in them, sure hope they've doubled the backslashes in the
troff source.  Probably fixed by now, I bet.
Followup-To: gnu.utils.bug
-- 
http://www.geocities.com/jidanni/ Tel+886-4-25854780



reply via email to

[Prev in Thread] Current Thread [Next in Thread]