On Mon, 2003-02-24 at 14:20, David Woodhouse wrote: > It doesn't seem to include much font/formatting information -- even the > italics in the localtime added to the Date: header aren't obvious from > the dump. Is there anything more useful I could do?
Following up to myself again... the result of calling gtk_html_debug_dump_tree() (instead of the _simple version) is at http://www.infradead.org/~dwmw2/gtkhtml-dump-full and this is what it's being fed... Breakpoint 2, gtk_html_stream_write (stream=0x861ecf8, buffer=0x85e4aa0 "This afternoon I noticed that <a href=\"ftp://ftp.ximian\">ftp.ximian</a> had evolution 1.2.2 for SuSE<br>\n8.1 and I tried to upgrade the computer using SuSE 8.1 to the latest<br>\nversion of Evolut"..., size=1453) at gtkhtml-stream.c:74 74 g_return_if_fail (buffer != NULL); If I turn the into plain text by making the ampersand and the semicolon into spaces, it displays fine (apart, of course, from the extra 'nbsp' in the text :) -- dwmw2 _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
