Re: [groff] Commit [09040dbf] is wrong

2017-11-16 Thread Werner LEMBERG
> |Please file a bug report in the issue tracker so that it won't be > |forgotten. > > Oh please, Werner, i cannot open a Savannah bug report for each > little thing i find, maybe if it could be driven via mail -- can i > post to bugs@ instead? I mean, Savannah listed ~16 persons for > groff,

Re: [groff] Commit [09040dbf] is wrong

2017-11-16 Thread Steffen Nurpmeso
Werner LEMBERG wrote: |> Blush. This should have been |> |> ev = (++j < u && b[j] == HTML_INLINE_LEADER_CHAR) ? a_LEADER : a_NL; |> |> instead. Now fixed. (Still uncompiled and untested, of course.) | |Please file a bug report in the issue tracker so that it won't be |forgotten.

Re: [groff] Commit [09040dbf] is wrong

2017-11-15 Thread Werner LEMBERG
> Blush. This should have been > > ev = (++j < u && b[j] == HTML_INLINE_LEADER_CHAR) ? a_LEADER : a_NL; > > instead. Now fixed. (Still uncompiled and untested, of course.) Please file a bug report in the issue tracker so that it won't be forgotten. Werner

Re: [groff] Commit [09040dbf] is wrong

2017-11-15 Thread Steffen Nurpmeso
i wrote: ... |I am here for something else, the commit mentioned changed ... |I come up with (uncompiled and untested): ... | | void | char_buffer::write_upto_newline(char_block **t, int *i, int is_html){ |enum {a_NONE, a_NL, a_LEADER} ev; |char *b; |int j, u; | |if

[groff] Commit [09040dbf] is wrong

2017-11-15 Thread Steffen Nurpmeso
Hi, i am in the process of syncing my GPL2 roff tree once again, hopefully to be able to start getting that thing going. Let me first wonder why my valid remark regarding that Unicode error (i have forgotten what it was, actually) is still not fixed even if now with that GNU patch-in library thing