From xemacs-m  Thu Jan 16 08:43:52 1997
Received: from newman (root@newman.aventail.com [38.225.141.10])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id IAA28134 for <xemacs-beta@xemacs.org>; Thu, 16 Jan 1997 08:43:50 -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 GAA31450; Thu, 16 Jan 1997 06:42:29 -0800
Date: Thu, 16 Jan 1997 06:42:29 -0800
Message-Id: <199701161442.GAA31450@newman>
From: "William M. Perry" <wmperry@aventail.com>
To: David Worenklein <dcw@gcm.com>
Cc: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: Re: 20.0b90 built ok but doesn't run so well.
In-Reply-To: <9701161351.AA06014@gsdws133.it.gcm.com>
References: <9701161351.AA06014@gsdws133.it.gcm.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;

David Worenklein writes:
>Configuration follows.  Here's the problem:
>
>In my .emacs I have
>		(load "~/emacs/dcw-base")
>
>In my dcw-base.el I have
>		(load-library "todo")
>
>Here's my todo.el
>		(defun remind (msg)
>		  "Post a reminder"
>		  (popup-dialog-box (list msg
>								  (vector "Okay" (list 'message msg) t))))
>
>When I start emacs, I get the following error:
>		Loading todo...
>		Error in init file: 
>		Symbol's value as variable is void: BUGS:
>
>Neither dcw-base nor todo are byte-compiled. Also, I have
>debug-on-error set to t, but this doesn't trigger the debugger.

  Uhhh... steve... next time you update w3, could you:

1. Remove 'todo' from the w3/ directory?
2. Copy default.css into ..../etc/w3/stylesheet

  "M-x locate-library todo" in xemacs -q yields
.../xemacs-20.0/lisp/w3/todo.  Ack.

-Bill P.

