From xemacs-m  Tue Sep 23 23:52:53 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA25815
	for <xemacs-beta@xemacs.org>; Tue, 23 Sep 1997 23:52:53 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.7/8.8.7) id VAA06967;
	Tue, 23 Sep 1997 21:58:53 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Todo: errors in menubar filter.
References: <877mc91n7d.fsf@bittersweet.inetarena.com>
X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$
 ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3
 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l<bZV1.AI`zWV%kPCnUhcgEe\(}/_kNd6,*3ZJ
 Q3o<YQ3^u;7jS=:p0--u3msQO
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: karlheg@inetarena.com's message of "22 Sep 1997 06:40:22 -0700"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 23 Sep 1997 21:58:52 -0700
Message-ID: <m2hgbbmho3.fsf@altair.xemacs.org>
Lines: 26
X-Mailer: Quassia Gnus v0.10/XEmacs 20.3(beta24) - "Ljubljana"

Karl M Hegbloom <karlheg@inetarena.com> writes:

> (3) (error/warning) Error in menubar filter: (wrong-type-argument stringp (ediff-wind))
> (4) (error/warning) Error in menubar filter: (wrong-type-argument stringp (ediff-wind))

This is a known problem.  My recommendation is to delete the line
reading:

(custom-put 'environment 'custom-loads '(("ediff-wind")))

in lisp/ediff/custom-load.el and rebytecompiling it.

The current beta23 -> beta24 patch for that file looks like:

Index: lisp/ediff/custom-load.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/ediff/custom-load.el,v
retrieving revision 1.12
diff -u -r1.12 custom-load.el
--- custom-load.el	1997/09/17 23:03:45	1.12
+++ custom-load.el	1997/09/21 20:50:11
@@ -1,4 +1,3 @@
-(custom-put 'environment 'custom-loads '(("ediff-wind")))
 (custom-put 'tools 'custom-loads '("ediff"))
 (custom-put 'ediff-diff 'custom-loads '("ediff-diff"))
 (custom-put 'frames 'custom-loads '("ediff-wind"))

