emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/PROBLEMS


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS
Date: Fri, 15 Feb 2002 06:31:12 -0500

Index: emacs/etc/PROBLEMS
diff -c emacs/etc/PROBLEMS:1.117 emacs/etc/PROBLEMS:1.118
*** emacs/etc/PROBLEMS:1.117    Wed Feb 13 15:16:54 2002
--- emacs/etc/PROBLEMS  Fri Feb 15 06:24:48 2002
***************
*** 570,607 ****
  
   (setq ange-ftp-ftp-program-args '("-i" "-n" "-g" "-v" "--prompt" "")
  
! 
! * 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.  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
! +++ w3-4.0pre.46-new/lisp/w3-display.el       Thu Dec 14 14:59:15 2000
! @@ -181,7 +181,8 @@
!               (dispatch-event (next-command-event)))
!           (error nil))))
!       (t
! -      (if (and (not (sit-for 0)) (input-pending-p))
! +      ;; modified for GNU Emacs 21 by address@hidden on 2000 Dec 14
! +      (if  (and (not (sit-for 0)) nil)
!         (condition-case ()
!             (progn
!               (setq w3-pause-keystroke
! diff -aur --new-file w3-4.0pre.46-orig/lisp/w3-e21.el 
w3-4.0pre.46-new/lisp/w3-e21.el
! --- w3-4.0pre.46-orig/lisp/w3-e21.el  Thu Jan  1 00:00:00 1970
! +++ w3-4.0pre.46-new/lisp/w3-e21.el   Thu Dec 14 14:54:58 2000
! @@ -0,0 +1,5 @@
! +;;; w3-e21.el ---   ** required for GNU Emacs 21 **
! +;; Added by address@hidden on 2000 Dec 14
! +
! +(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
--- 570,578 ----
  
   (setq ange-ftp-ftp-program-args '("-i" "-n" "-g" "-v" "--prompt" "")
  
! * Some versions of the W3 package released before Emacs 21.1 don't run
! properly with Emacs 21.  These problems are fixed in W3 version
! 4.0pre.47.
  
  * 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
***************
*** 615,621 ****
  redefinitions of macros, as errors, and fails the build.  A solution
  is to use the default compiler `cc'.
  
! * The PSGML package uses the obsolete variables
  `before-change-function' and `after-change-function', which are no
  longer used by Emacs.  Please use PSGML 1.2.3 or later.
  
--- 586,592 ----
  redefinitions of macros, as errors, and fails the build.  A solution
  is to use the default compiler `cc'.
  
! * Old versions of the PSGML package use the obsolete variables
  `before-change-function' and `after-change-function', which are no
  longer used by Emacs.  Please use PSGML 1.2.3 or later.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]