From xemacs-m  Fri Jan 24 18:06:16 1997
Received: from newman (root@newman.aventail.com [38.225.141.10])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id SAA24405 for <xemacs-beta@xemacs.org>; Fri, 24 Jan 1997 18:06:14 -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 QAA07270; Fri, 24 Jan 1997 16:04:36 -0800
Date: Fri, 24 Jan 1997 16:04:36 -0800
Message-Id: <199701250004.QAA07270@newman>
From: "William M. Perry" <wmperry@aventail.com>
To: Michael Harnois <mharnois@sbt.net>
Cc: xemacs-beta@xemacs.org
Subject: Re: w3 wimps on recompile
In-Reply-To: <877ml4xk65.fsf@mharnois.workgroup.net>
References: <877ml4xk65.fsf@mharnois.workgroup.net>
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;

Michael Harnois writes:
>
>
>Compiling file /home/mharnois/xemacs-20.0-b90/lisp/w3/base64.el at Thu Jan 23 13:23:48 1997
>While compiling base64-decode:
>  ** function base64-decode used to take 1-2 arguments, now takes 1
>
>Compiling file /home/mharnois/xemacs-20.0-b90/lisp/w3/css.el at Thu Jan 23 13:23:49 1997
>While compiling toplevel forms:
>  !! Wrong type argument ((listp tag))
>
>Compiling file /home/mharnois/xemacs-20.0-b90/lisp/w3/dsssl.el at Thu Jan 23 13:23:49 1997
>While compiling toplevel forms:
>  !! Wrong type argument ((listp defines))
>
>Compiling file /home/mharnois/xemacs-20.0-b90/lisp/w3/font.el at Thu Jan 23 13:23:51 1997
>  !! Wrong type argument ((listp font-func))
>
>Compiling file /home/mharnois/xemacs-20.0-b90/lisp/w3/w3-speak.el at Thu Jan 23 13:25:08 1997
>While compiling toplevel forms:
>  !! Wrong type argument ((listp w3-delimit-links))

  This is due to:

(declare (special font-func))

  which works fine in emacs.  Works fine in XEmacs too if you use the makefile.

-bp

