comparison 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
comparison
equal deleted inserted replaced
143:50e7fedfe353 144:318232e2a3f0
13 have a recent version of GNUS installed in a non-standard place. 13 have a recent version of GNUS installed in a non-standard place.
14 14
15 Make sure that you can load the custom library when compiling 15 Make sure that you can load the custom library when compiling
16 emacs. Set the environment variable WIDGETDIR to where your custom 16 emacs. Set the environment variable WIDGETDIR to where your custom
17 library lives (ie: ~/lisp/gnus/lisp) 17 library lives (ie: ~/lisp/gnus/lisp)
18
19 Q: W3 under OS/2 is incredibly slow
20 A: This appears to be a problem with how fonts are looked up. Thanks
21 to chang@wsu.edu for this analysis.
22
23 In OS/2, the font name default to forms like
24
25 "-*-Courier-medium-r-normal--*-100-*-*-m-*-cp850" ...... [1]
26 or
27 "10.Courier"
28
29 In these two cases, font detection fails because this does not
30 match x-font-regexp.
31
32 To solve this, set the default font as
33 "-*-Courier-medium-r-normal--*-100-*-*-m-*-cp850-1"
18 34
19 Q: I like being warned about invalid HTML on my own pages, but how can 35 Q: I like being warned about invalid HTML on my own pages, but how can
20 I make Emacs/W3 stop telling me almost everything on the Web is 36 I make Emacs/W3 stop telling me almost everything on the Web is
21 invalid? 37 invalid?
22 A: You can use the 'file preparation hook', which is run before any 38 A: You can use the 'file preparation hook', which is run before any