diff lisp/w3/FAQ @ 144:318232e2a3f0 r20-2b6

Import from CVS: tag r20-2b6
author cvs
date Mon, 13 Aug 2007 09:34:14 +0200
parents 6608ceec7cf8
children
line wrap: on
line diff
--- a/lisp/w3/FAQ	Mon Aug 13 09:33:20 2007 +0200
+++ b/lisp/w3/FAQ	Mon Aug 13 09:34:14 2007 +0200
@@ -16,6 +16,22 @@
    emacs.  Set the environment variable WIDGETDIR to where your custom
    library lives (ie: ~/lisp/gnus/lisp)
 
+Q: W3 under OS/2 is incredibly slow
+A: This appears to be a problem with how fonts are looked up.  Thanks
+   to chang@wsu.edu for this analysis.
+
+   In OS/2, the font name default to forms like
+
+   "-*-Courier-medium-r-normal--*-100-*-*-m-*-cp850" ...... [1]
+   or
+   "10.Courier"
+
+   In these two cases, font detection fails because this does not
+   match x-font-regexp.
+
+   To solve this, set the default font as
+   "-*-Courier-medium-r-normal--*-100-*-*-m-*-cp850-1" 
+
 Q: I like being warned about invalid HTML on my own pages, but how can
    I make Emacs/W3 stop telling me almost everything on the Web is
    invalid?