Re: [PATCH] Force listingblocks to be monospaced in manpages

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Julian Phillips <julian@...>
Cc: Fredrik Tolf <fredrik@...>, <git@...>
Date: Wednesday, July 18, 2007 - 7:56 pm

Julian Phillips <julian@quantumfyre.co.uk> writes:


I tried with your patch, both with asciidoc7 and asciidoc8.  Did
you really mean "&#x2302;" above?  Replacing them with "."  gave
me a series of these changes (diff between output before and
after your patch with the "s/\&#x2302;/./g" fixup):

        @@ -83,10 +83,13 @@
         .sp
         .RS 3n
         .nf
        +.ft C
             *** Commands ***
               1: status       2: update       3: revert       4: add untracked
               5: patch        6: diff         7: quit         8: help
             What now> 1
        +.ft
        +
         .fi
         .RE
         You also could say "s" or "sta" or "status" above as long as the choice is unique.

which seems reasonable, but I did not render them through roff.
WIth "&#x2302;" I was getting:

        @@ -83,10 +83,14 @@
         .sp
         .RS 3n
         .nf
        +
        +	ft C
             *** Commands ***
               1: status       2: update       3: revert       4: add untracked
               5: patch        6: diff         7: quit         8: help
             What now> 1
        +	ft
        +
         .fi
         .RE
         You also could say "s" or "sta" or "status" above as long as the choice is unique.

whatever that 2302 is...

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Manpage rendering faults, Fredrik Tolf, (Wed Jul 18, 4:06 pm)
[PATCH] Force listingblocks to be monospaced in manpages, Julian Phillips, (Wed Jul 18, 5:33 pm)
Re: [PATCH] Force listingblocks to be monospaced in manpages, Junio C Hamano, (Wed Jul 18, 7:56 pm)
Re: [PATCH] Force listingblocks to be monospaced in manpages, Julian Phillips, (Wed Jul 18, 9:21 pm)
[PATCH] Force listingblocks to be monospaced in manpages, Jonas Fonseca, (Thu Jul 19, 7:37 am)
Re: [PATCH] Force listingblocks to be monospaced in manpages, Julian Phillips, (Thu Jul 19, 7:44 am)
[PATCH] Force listingblocks to be monospaced in manpages, Julian Phillips, (Wed Jul 18, 5:33 pm)
Re: [PATCH] Force listingblocks to be monospaced in manpages, Julian Phillips, (Fri Jul 20, 3:09 am)