Dear Dillo developers, I have been using Dillo since about 0.2.x, and would like to start this email with "Hail Caesar and everything". Thank you! I am really looking forward to the day I replace Firefox with Dillo completely. These are the reasons I won't do it today: 1. Internally, Dillo uses GTK1, which, internally, uses LATIN1. As I am Czech, the last lines of my install process would be $ make install $ strings src/dillo | grep iso8859 $ sed -e 's/iso8859-1/iso8859-2/g;' < ./src/dillo > ~/bin/dillo which happens to work. I suppose that the transition to FLTK will make me able to vies pages in other charsets too. This problem is adressed in http://teki.jpn.ph/pc/software/index-e.shtml#dillo-i18n (Are you guys considering any of the patches included in that?) 2. Lack of CSS support. I am aware of http://www.dillo.org/download/dillo-0.8.0-css-3.tar.gz (which, BTW, needs to have a few syntax errors fixed before it compiles, see PS). However, it doesn't do much - looking at http://www.dillo.org won't even let me click on the links. 3. Dillo does not have tabbed browsing. I know it's just a convenience, not really related to fast rendering and stuff, but this convenience is just so ... you know, convenient :-) This is also patched into http://teki.jpn.ph/pc/software/index-e.shtml#dillo-i18n After these issues are resolved, you have a converted Firefox user (not that I would use anything else but Dillo for e.g. reading documentation). OTOH, don't waste your time on frames and javascript, everybody knows it's evil. Sincerely Jan PS: Compiling http://www.dillo.org/download/dillo-0.8.0-css-3.tar.gz on FreeBSD 6.0-RELEASE-p7 with gcc (GCC) 3.4.4 [FreeBSD] 20050518 stops with the following errors: In file included from doctree.c:40: css.h:267:8: warning: extra tokens at end of #endif directive doctree.c: In function `Doctree_construct': doctree.c:746: error: label at end of compound statement doctree.c: In function `Doctree_draw_text': doctree.c:806: error: label at end of compound statement The src/css.h ends with #endif __CSS_H__ which I just commented properly, and the empty labels case DW_STYLE_DISPLAY_LAST: /* compiler happiness */ } and case DOCTREE_ELEMENT: /* compiler happiness */ } in src/doctree.c can obviously be deleted. Then it compiles smoothly.