On Fri, Mar 23, 2007 at 06:28:46PM +0100, Daniel Leidert <[EMAIL PROTECTED]> was heard to say: > Am Mittwoch, den 21.03.2007, 07:25 -0700 schrieb Daniel Burrows: > > This is with aptitude 0.4.4-4 as present in Debian. Did you get your > > package from somewhere else? > > The package in Debian definitely shows the issue reported by the OP. The > reason is a change in the DocBook-XSL stylesheets version 1.72.0, that > missed some more announcement. In this change, backslashes are escaped > as '\e'. So
Aha! I had a correct version in /usr/local. Not good for testing. :P > However, I suggest you to use the following template in your > customization layer aptitude-man.xsl (the btw recommended way, see also > the comments in utility.xsl): > > <xsl:template match="literal"> > <xsl:if test="$man.hyphenate.computer.inlines = 0"> > <xsl:call-template name="suppress.hyphenation"/> > </xsl:if> > <xsl:apply-templates mode="bold" select="."/> > </xsl:template> Oddly enough, one of my local branches (not the one I uploaded) seems to have this as an uncommitted change. I'm not sure why it's there or why it isn't committed -- probably I didn't understand it completely when I first made it and I was going to convince myself there were no bad side effects (before I forgot completely that it was there). Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

