From xemacs-m  Tue Mar  4 09:24:35 1997
Received: from newman (root@newman.aventail.com [38.225.141.10])
	by xemacs.org (8.8.5/8.8.5) with SMTP id JAA18245
	for <xemacs-beta@xemacs.org>; Tue, 4 Mar 1997 09:24:29 -0600 (CST)
Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id HAA06445; Tue, 4 Mar 1997 07:22:28 -0800
Date: Tue, 4 Mar 1997 07:22:28 -0800
Message-Id: <199703041522.HAA06445@newman>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Neal Becker <neal@ctd.comsat.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: w3 broken in 20.1b5
In-Reply-To: <E0w1vXp-0004bv-00@neal.ctd.comsat.com>
References: <E0w1vXp-0004bv-00@neal.ctd.comsat.com>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Neal Becker writes:
>This is 20.1b5 non-mule.  I patched up from b3.  Could this be the
>problem? (PLEASE say no!)

  doesn't look like it.  I haven't updated to the latest widget here yet,
and there were a few file renames.  Try this patch (against 3.0.63, but
should apply cleanly to almost any recent version).

-Bill P.

*** w3-forms.el	1997/03/03 17:15:44	1.74
--- w3-forms.el	1997/03/04 15:31:02
***************
*** 35,41 ****
  (eval-and-compile
    (require 'w3-display)
    (require 'widget)
!   (require 'widget-edit))
  
  (require 'w3-vars)
  (require 'mule-sysdp)
--- 35,43 ----
  (eval-and-compile
    (require 'w3-display)
    (require 'widget)
!   (condition-case nil
!       (require 'widget-edit)
!     (error (require 'wid-edit))))
  
  (require 'w3-vars)
  (require 'mule-sysdp)

