From xemacs-m  Thu May  1 01:43:35 1997
Received: from fxwidegw.fujixerox.co.jp (root@fxwidegw.fujixerox.co.jp [202.32.191.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA27048
	for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 01:43:33 -0500 (CDT)
Received: from fxmxgw.fujixerox.co.jp (root@fxmxgw.fujixerox.co.jp [202.32.191.3]) by fxwidegw.fujixerox.co.jp (8.8.5+2.7Wbeta5/3.3Wb-05/06/94-1.9) with ESMTP id PAA01301 for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 15:43:33 +0900 (JST)
Received: from dspmailer.dsp.ksp.fujixerox.co.jp (dspmailer.dsp.ksp.fujixerox.co.jp [129.249.178.37]) by fxmxgw.fujixerox.co.jp (8.8.5+2.7Wbeta5/3.5W) with ESMTP id PAA18991 for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 15:43:31 +0900 (JST)
Received: from haruka.dsp.ksp.fujixerox.co.jp by dspmailer.dsp.ksp.fujixerox.co.jp (8.8.5/3.5Wpl4) with SMTP id PAA05386 for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 15:43:33 +0900 (JST)
Received: from haruka (localhost) by haruka.dsp.ksp.fujixerox.co.jp (5.0/6.4J.6-dsp-sub.6.4J-5.9) id AA11757; Thu, 1 May 1997 15:43:14 --900
Message-Id: <9705010643.AA11757@haruka.dsp.ksp.fujixerox.co.jp>
From: Yasuhiko Kiuchi <Yasuhiko.Kiuchi@fujixerox.co.jp>
To: xemacs-beta@xemacs.org
Subject: Re: 20.2-b3 build report 
In-Reply-To: Your message of "01 May 1997 14:41:30 JST."
             <u47mhj696d.fsf@pentagana.sonic.jp> 
Date: Thu, 01 May 1997 15:43:13 JST
Sender: kiuchi@dsp.ksp.fujixerox.co.jp

In jhod@po.iijnet.or.jp (P. E. Jareth Hein)'s message on 01 May 1997 14:41:30 JST
> 
> Yasuhiko Kiuchi <Yasuhiko.Kiuchi@fujixerox.co.jp> writes:
> 
> > I've got a chance to build a 20.2-b3 with MULE and Wnn6(from
> > Solaris2.5.1) on SPARC Solaris 2.4.  Here is the list of issues I've
> > noticed.
> > 
> > (1) change in egg callback initialization
> > I used to use following piece of code to enable 
> >   (when (featurep 'wnn)
> >     (load-library "egg")
> >     (load-library "egg-wnn")
> >     (setq egg-default-startup-file "eggrc-wnn"))
> >   (set-language-environment 'japanese)
> >   (set-default-buffer-file-coding-system 'euc-japan)
> > Now we would need (egg-lang-switch-callback) additionally from b3.  I
> > think it should be documented in 20.2 release(probably commented code
> > in sample.emacs).
> 
> I believe you have an old version of egg.el hanging around in your
> path somewhere if egg-lang-switch-callback is not found. It's a new
> function added to egg in b3, so there is no need to provide it, nor
> document it as it is a function for internal use by the
> set-language-environment functions.
> 
I've checked the egg.el and it turns out that I just need to
set-language-environment before loading egg.  Thank you.
--
Yasuhiko Kiuchi <Yasuhiko.Kiuchi@fujixerox.co.jp>

> I'll take a look at the other issues (mh and junet) you raised
> tonight, and try to have some patches for b4.
> 
> --Jareth Hein
> jhod@po.iijnet.or.jp
> 

