# HG changeset patch # User Eli Zaretskii # Date 999327012 0 # Node ID a0e12b5f35d191a7c8df8202620082381778fb8f # Parent 5896059a45311070e74e59c9694cc5bb37267728 Tell them to use CVS W3 if the patch doesn't help. diff -r 5896059a4531 -r a0e12b5f35d1 etc/PROBLEMS --- a/etc/PROBLEMS Fri Aug 31 18:00:54 2001 +0000 +++ b/etc/PROBLEMS Sat Sep 01 06:50:12 2001 +0000 @@ -354,7 +354,12 @@ * The latest released version of the W3 package doesn't run properly with Emacs 21 and needs work. However, these problems are already -fixed in W3's CVS. This patch is reported to make w3-4.0pre.46 work: +fixed in W3's CVS. The patch below is reported to make w3-4.0pre.46 +work. + +Some users report they are unable to byte-compile W3 with Emacs 21. +If the patches below don't help to resolve your problems, install the +CVS version of W3, which should be compatible with Emacs 21. diff -aur --new-file w3-4.0pre.46-orig/lisp/w3-display.el w3-4.0pre.46-new/lisp/w3-display.el --- w3-4.0pre.46-orig/lisp/w3-display.el Sun Nov 14 22:00:12 1999 @@ -379,7 +384,6 @@ +(require 'w3-e19) +(provide 'w3-e21) - * On AIX, if linking fails because libXbsd isn't found, check if you are compiling with the system's `cc' and CFLAGS containing `-O5'. If so, you have hit a compiler bug. Please make sure to re-configure