[bug #60782] groff: doesn't exit with status 1 when .ab request used with -Thtml

2021-06-30 Thread Gaius Mulley
Update of bug #60782 (project groff): Assigned to:None => gaius ___ Follow-up Comment #2: Thanks for the bug report - I'll fix this! __

Re: [bug #60782] groff: doesn't exit with status 1 when .ab request used with -Thtml

2022-06-24 Thread Gaius Mulley
"G. Branden Robinson" writes: > Follow-up Comment #3, bug #60782 (project groff): > > Hi Gaius, > > Any luck? > > [comment #2 comment #2:] >> Thanks for the bug report - I'll fix this! Hi Branden, ah sorry - no I got diverted part way though - but thank you for fixing it, regards, Gaius

[bug #24527] [grohtml] equations in .tl misplaced

2022-08-22 Thread Gaius Mulley
Follow-up Comment #3, bug #24527 (project groff): I'll look into this bug. ___ Reply to this item at: ___ Message sent via Savannah https://savannah.g

[bug #64501] grohtml(1): confusing sentence in "Bugs" section

2023-08-01 Thread Gaius Mulley
Follow-up Comment #1, bug #64501 (project groff): Ah yes - this is extremely poorly worded (and wrong). It looks garbled. Maybe an improved statement would be: grohtml does not accurately support hyphenation and sometimes it is necessary to set the page width to a large value to avoid generatin

Re: groff -Thtml bug

2007-04-23 Thread Gaius Mulley
<[EMAIL PROTECTED]> writes: > For the input file > > = Demo = > .EQ > delim $$ > .EN > .TL > Chain calculus in the geometries of types $A sub n$, $D sub n$, $E sub 6$, > $E sub 7$, $E sub 8$ > > .NH > A. Existence of chains > .LP > We shall talk about chains $x sub 0 * x sub 1 * ... * x

Re: groff -Thtml bug

2007-04-23 Thread Gaius Mulley
Andries Brouwer <[EMAIL PROTECTED]> writes: > On Mon, Apr 23, 2007 at 10:58:51AM +0100, Gaius Mulley wrote: > > Hi Gaius, > > > Hi Andries, > > > > thanks for the bug report. The bug in still present in the current > > cvs, in fact the current c

Re: Small bug in groff 1.19.2 footnote number control?

2007-10-04 Thread Gaius Mulley
Werner LEMBERG <[EMAIL PROTECTED]> writes: > > One small oddity of the new source is that make clean now fails: > > [...] > > I can't confirm this; it works on my GNU/Linux box. Can you give more > details? > > > Anyway, it still seems to crash. > > Will try to investigate (and Gaius too, I be

Re: .DEVTAG causes a problem with the ms macros

2007-10-26 Thread Gaius Mulley
Y T <[EMAIL PROTECTED]> writes: > GROFF VERSION: 1.19.3 (version from CVS 10/22/2007) > > OS: Linux > > COMPILER: gcc > > INPUT FILES: > > .de Rp > .if \\$1>0 \{\ > \\$2 > .nr Rp \\$1-1 > .Rp \\n(Rp "\\$2" \} > .. > .LP > .Rp 20 "single column test" > .br > .2C > .Rp 200 "double column test" >

Re: Cannot typeset tmac/groff_mdoc.n

2010-05-26 Thread Gaius Mulley
Werner LEMBERG writes: > For this reason grohtml is still tagged as `beta code'. > > Additionally, the mdoc package has, contrary to ms or man, not been > prepared for proper grohtml support yet. On the other hand, there are > still some bugs directly in grohtml. > > In case you are interested

Re: Groff website

2011-01-25 Thread Gaius Mulley
André Rebentisch writes: > Dear all, > > a Heise journalist from the UK pointed out concerning > http://groff.ffii.org > that the capital letter image "T" of "This" does not get displayed with > Chrome webbrowser (I confirm with the SRware iron clone). > > And according to > http://validator.w3.o

Re: [bug #47164] [PATCH] multiple instances of mixing free(), delete and delete[] usage

2016-03-24 Thread Gaius Mulley
Werner LEMBERG writes: > Follow-up Comment #4, bug #47164 (project groff): > > Good question, I don't know. I'm no longer the maintainer of groff since I > lack time to take care of it. Please ask on the groff mailing list. Hi, I'll fix the malloc/free bugs in pre-html.cc to use newer C++ tec