From xemacs-m  Thu Feb  6 12:24:47 1997
Received: from newman (root@newman.aventail.com [38.225.141.10])
	by xemacs.org (8.8.5/8.8.5) with SMTP id MAA19176
	for <xemacs-beta@xemacs.org>; Thu, 6 Feb 1997 12:24:44 -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 KAA23408; Thu, 6 Feb 1997 10:22:46 -0800
Date: Thu, 6 Feb 1997 10:22:46 -0800
Message-Id: <199702061822.KAA23408@newman>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: wmperry@aventail.com
Cc: Steven L Baur <steve@miranova.com>, xemacs-beta@xemacs.org,
        raman@Adobe.COM, Bill Dubuque <wgd@martigny.ai.mit.edu>
Subject: Re: Hashtable + CL lossage
In-Reply-To: <199702061817.KAA23360@newman>
References: <199702061653.AA268448013@martigny.ai.mit.edu>
	<m2d8udvmvt.fsf@altair.xemacs.org>
	<199702061817.KAA23360@newman>
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;

>>
>>How about this instead?
>
>  Ohhh yeaaah, now w3 is nice and quiet again. Thank you.

  Ug, bill speaketh too soon.  This fails to compile w3, which has
constructs like:

  (declare (special tag sheet element-stack default))

  in some places.  Output follows:

These files will be compiled: 
css.el
dsssl.el
Loading /.automount/wmperry/root/usr/people/wmperry/lisp/development/w3/docomp.el...
Loading bytecomp...
Loading w3-vars...
Loading w3-keyword...
Loading url...
Loading url-vars...
Loading url-parse...
Loading mm...
Loading mule-sysdp...
Loading base64...
Loading ange-ftp...
Loading dired...
Loading dired-xemacs-menu...
Loading w3-sysdp...
Loading /.automount/wmperry/root/usr/people/wmperry/lisp/development/w3/w3-vars.el...
Compiling /.automount/wmperry/root/usr/people/wmperry/lisp/development/w3/css.el...
Loading cl-macs...
Loading font...
Loading disp-table...
Loading byte-optimize...
While compiling css-get-internal in file /.automount/wmperry/root/usr/people/wmperry/lisp/development/w3/css.el:
  ** reference to free variable sheet
  ** reference to free variable element-stack
While compiling toplevel forms:
  !! Wrong type argument ((number-or-marker-p (purl . 8)))

-Bill P.

