From xemacs-m  Fri Jan 17 13:39:31 1997
Received: from jupiter.scs.Ryerson.CA (root@jupiter.scs.Ryerson.CA [141.117.18.31])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id NAA04038 for <xemacs-beta@xemacs.org>; Fri, 17 Jan 1997 13:39:30 -0600 (CST)
Received: by jupiter.scs.Ryerson.CA id <10761(4)>; Fri, 17 Jan 1997 14:39:29 -0500
From: Dave Mason <dmason@scs.Ryerson.CA>
To: xemacs-beta@xemacs.org
Subject: Re: --with-x=no broken?
In-Reply-To: <15u3ogp2a7.fsf@bjesomar.srce.hr>
References: <15u3ogp2a7.fsf@bjesomar.srce.hr>
X-Face: %Q_F^9R-:'3MM7eZ6@E.x@f\*bgatzGv-8d%I~L[p^.F)3QF{kq\UTsu|e#?)3FPwJNvPPB
 !s*He|-*M^p*~bh"Nywm5NLL\\Rl3r(hWHY*F:$/RdKV*bS";n&#\Ov@*=]mu\}6tP<lkW*7FT|:Dm
 9ejO^{)GHJdPQaa"C\<Ak`K27?328'V(u*|jAEZR9-z!o\^j:Cb&*tx_9\KbXD*2
Message-Id: <97Jan17.143929edt.10761(4)@jupiter.scs.Ryerson.CA>
Date: 	Fri, 17 Jan 1997 14:39:29 -0500

Hrvoje Niksic writes:
> Some things with --with-x=no seem seriously broken.  E.g. w3 does not
> work at all.  I find all of this quite disconcerting beause, believe
> it or not, there are people who really want to use XEmacs without X.

One of them you want to check (on 19.14 - sorry again I've not had
time to build 19.15) gnus works until you try to reply, followup or
post an article (r,f or a command) when it gets an error trying to
access current-menubar.  Adding:

(or (boundp 'current-menubar) (defvar current-menubar nil))

to my .emacs resolves the problem.

../Dave

