Werner LEMBERG <w...@gnu.org> writes:

> I've revised all patches, updated the documentation, normalized the
> import of gnulib's wcwidth, fixed a buglet in the new `.class' request
> (each call caused insertion of an empty line), and it seems that
> everything works fine!

Thanks!  I confirmed the current CVS code working fine.

> The only thing which I consider bad is that there is `(' at the line
> end.  Can this be improved by adjusting the calls to .cflags?

Hmm, I tried to add `(' to CJKpostpunct class, but it did not help.

>        リストでは合計実行時間、呼び出し回 数、そのルーチン自身で消費した時間 (

Groff adds a space between (non-punct) Japanese characters instead of
breaking the line.  The expected result would be something like:

>        リストでは合計実行時間、呼び出し回数、そのルーチン自身で消費した時間
>        (...

or:

>        リストでは合計実行時間、呼び出し回数、そのルーチン自身で消費した時
>        間 (...

Perhaps assigning IGNORE_HCODE to whole CJK range is not perfectly
enough to control the line breaking rule.

Regards,
-- 
Daiki Ueno

Reply via email to