From xemacs-m  Thu May  1 00:55:49 1997
Received: from pentagana.sonic.jp (root@tc-4-039.tokyo.gol.com [202.243.49.39])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA26373
	for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 00:55:47 -0500 (CDT)
Received: (from jhod@localhost) by pentagana.sonic.jp (8.7.1+2.6Wbeta4/3.4W3) id OAA00598; Thu, 1 May 1997 14:41:31 +0900
To: xemacs-beta@xemacs.org
Subject: Re: 20.2-b3 build report
References: <9704301250.AA09061@haruka.dsp.ksp.fujixerox.co.jp>
From: jhod@po.iijnet.or.jp (P. E. Jareth Hein)
In-Reply-To: Yasuhiko Kiuchi's message of Wed, 30 Apr 1997 21:50:56 JST
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 01 May 1997 14:41:30 +0900
Message-ID: <u47mhj696d.fsf@pentagana.sonic.jp>
Lines: 30
X-Mailer: Gnus v5.4.46/XEmacs 20.2(beta3)

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'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

