DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25732>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25732 [PATCH] Supress leading spaces after a line-break. ------- Additional Comments From [EMAIL PROTECTED] 2003-12-24 12:30 ------- The use of 'first' is to indicate that space suppression should only happen at the very first flow object in a block. But Simon and Glen's comments have made me realize that that is probably wrong. Space suppression should occur for each flow object until a bp is added. So the test vecInlineBreaks.size() == iPrevLineEnd is enough and the badly named 'first' vrbl can be removed. Unfortunately this triggers a different bug where setting space suppression on a InlineStackingLM cause space suppression to occurs for each of the LM's children. I'll take a look at that problem, and until I come up with something, this patch should be suspended.