Mercurial > emacs
comparison etc/PROBLEMS @ 39069:a0e12b5f35d1
Tell them to use CVS W3 if the patch doesn't help.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 01 Sep 2001 06:50:12 +0000 |
parents | 34b96e612f4d |
children | a3c2d52350d6 |
comparison
equal
deleted
inserted
replaced
39068:5896059a4531 | 39069:a0e12b5f35d1 |
---|---|
352 keyboard interrupt event sent by Emacs to Bash. (Older Cygwin ports | 352 keyboard interrupt event sent by Emacs to Bash. (Older Cygwin ports |
353 of Bash, up to b20.1, did receive SIGINT from Emacs.) | 353 of Bash, up to b20.1, did receive SIGINT from Emacs.) |
354 | 354 |
355 * The latest released version of the W3 package doesn't run properly | 355 * The latest released version of the W3 package doesn't run properly |
356 with Emacs 21 and needs work. However, these problems are already | 356 with Emacs 21 and needs work. However, these problems are already |
357 fixed in W3's CVS. This patch is reported to make w3-4.0pre.46 work: | 357 fixed in W3's CVS. The patch below is reported to make w3-4.0pre.46 |
358 work. | |
359 | |
360 Some users report they are unable to byte-compile W3 with Emacs 21. | |
361 If the patches below don't help to resolve your problems, install the | |
362 CVS version of W3, which should be compatible with Emacs 21. | |
358 | 363 |
359 diff -aur --new-file w3-4.0pre.46-orig/lisp/w3-display.el w3-4.0pre.46-new/lisp/w3-display.el | 364 diff -aur --new-file w3-4.0pre.46-orig/lisp/w3-display.el w3-4.0pre.46-new/lisp/w3-display.el |
360 --- w3-4.0pre.46-orig/lisp/w3-display.el Sun Nov 14 22:00:12 1999 | 365 --- w3-4.0pre.46-orig/lisp/w3-display.el Sun Nov 14 22:00:12 1999 |
361 +++ w3-4.0pre.46-new/lisp/w3-display.el Thu Dec 14 14:59:15 2000 | 366 +++ w3-4.0pre.46-new/lisp/w3-display.el Thu Dec 14 14:59:15 2000 |
362 @@ -181,7 +181,8 @@ | 367 @@ -181,7 +181,8 @@ |
376 +;;; w3-e21.el --- ** required for GNU Emacs 21 ** | 381 +;;; w3-e21.el --- ** required for GNU Emacs 21 ** |
377 +;; Added by bob@rattlesnake.com on 2000 Dec 14 | 382 +;; Added by bob@rattlesnake.com on 2000 Dec 14 |
378 + | 383 + |
379 +(require 'w3-e19) | 384 +(require 'w3-e19) |
380 +(provide 'w3-e21) | 385 +(provide 'w3-e21) |
381 | |
382 | 386 |
383 * On AIX, if linking fails because libXbsd isn't found, check if you | 387 * On AIX, if linking fails because libXbsd isn't found, check if you |
384 are compiling with the system's `cc' and CFLAGS containing `-O5'. If | 388 are compiling with the system's `cc' and CFLAGS containing `-O5'. If |
385 so, you have hit a compiler bug. Please make sure to re-configure | 389 so, you have hit a compiler bug. Please make sure to re-configure |
386 Emacs so that it isn't compiled with `-O5'. | 390 Emacs so that it isn't compiled with `-O5'. |