From xemacs-m  Mon Mar 10 16:17:04 1997
Received: from newman (root@newman.aventail.com [38.225.141.10])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA03589
	for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 16:17:03 -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 OAA32618; Mon, 10 Mar 1997 14:15:06 -0800
Date: Mon, 10 Mar 1997 14:15:06 -0800
Message-Id: <199703102215.OAA32618@newman>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: derrell@vis-av.com
Cc: xemacs-beta@xemacs.org
Subject: Re: problems in xemacs-19.15b98 (compile warning; w3 bug)
In-Reply-To: <199703102114.QAA13965@amber.vis-av.com>
References: <199703102114.QAA13965@amber.vis-av.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;

Derrell Lipman writes:
>Even with -q, I get this debug-on-error stack trace after typing
>"M-x w3"
>
>  signal(error ("nil is only permitted in the top level of menubars"))
>  check-menu-syntax(("Options" ["Edit Preferences" w3-preferences-edit t]

  Does this help?  What are you thinking building w/o toolbars?!

-Bill P.

*** w3-menu.el	1997/03/04 14:32:11	1.30
--- w3-menu.el	1997/03/10 22:23:44
***************
*** 318,328 ****
  	(if (and w3-running-xemacs (featurep 'toolbar))
  	    ["Show Toolbar" w3-toggle-toolbar
  	     :style toggle :selected (w3-toolbar-active)]
! 	  nil)
  	(if w3-running-xemacs
  	    ["Show Location" w3-toggle-location
  	     :style toggle :selected (w3-location-active)]
! 	  nil)
  	(if w3-running-xemacs
  	    ["Show Status Bar" w3-toggle-minibuffer
  	     :style toggle
--- 318,328 ----
  	(if (and w3-running-xemacs (featurep 'toolbar))
  	    ["Show Toolbar" w3-toggle-toolbar
  	     :style toggle :selected (w3-toolbar-active)]
! 	  ["Show Toolbar" w3-toggle-toolbar nil])
  	(if w3-running-xemacs
  	    ["Show Location" w3-toggle-location
  	     :style toggle :selected (w3-location-active)]
! 	  ["Show Location" w3-toggle-location nil])
  	(if w3-running-xemacs
  	    ["Show Status Bar" w3-toggle-minibuffer
  	     :style toggle

