Ville Skyttä <scop(a)xemacs.org> writes:
QUERY
On Sat, 2006-05-06 at 22:30 +1000, Malcolm Purvis wrote:
> This patch restores the constant font-running-xemacs to font.el in 21.5 core,
> which was removed in a cleanup of the file back in November. Without this
> w3.el will not work (M-x w3 will fail trying to load the home page).
Hm, wouldn't this be a good time to (also? instead?) patch
lisp/w3-display.el in w3 to use plain `running-xemacs' and get rid of
the font.el copy in the w3 package?
BTW, I have collected this over time:
I have switched to w3m, installed in site-packages/lisp, which works
better, except for occasional hangups of the external w3m program,
which is recoverable by killing that process.
Adrian
--- c:\DOCUME~1\AICHNE~1\LOCALS~1\Temp\ediffwxAKsj 2006-05-06 22:04:33.038125000 +0200
+++
c:\Hacking\cvs.xemacs.org\XEmacs\packages\xemacs-packages\w3\lisp\w3-parse.el 2005-08-20
23:49:24.777250000 +0200
@@ -1939,6 +1939,17 @@
(155 . ">") ; single right-pointing angle quotation mark
(156 . "oe") ; latin small ligature oe
(157 . "Y\\..") ; latin capital letter Y with diaeresis
+ ;; APA: testing wide characters
+ ;; See
http://www.w3.org/People/mimasa/test/xhtml/entities/entities.html
+ (8211 . "--") ; ndash
+ (8216 . "`") ; lsquo
+ (8217 . "'") ; rsquo
+ (8220 . "``") ; ldquo
+ (8221 . "''") ; rdquo
+ (8222 . ",,") ; bdquo
+ (8226 . "*") ; bull
+ (8230 . "...") ; hellip
+ (9560 . "?") ; illegal character in paypal spam
)
"Replacement for invalid SGML characters")
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/