From xemacs-m  Thu Dec  5 19:28:58 1996
Received: from ns.jsys.co.jp (root@ns.jsys.co.jp [202.33.240.82]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id TAA07873 for <xemacs-beta@xemacs.org>; Thu, 5 Dec 1996 19:28:53 -0600 (CST)
Received: from cosmos.jsys.co.jp (root@cosmos.jsys.co.jp [172.31.80.5]) by ns.jsys.co.jp (8.8.3/8.8.3) with ESMTP id KAA12369; Fri, 6 Dec 1996 10:28:34 +0900 (JST)
Received: from metaph.jsys.co.jp (metaph.jsys.co.jp [172.31.49.177]) by cosmos.jsys.co.jp (8.8.3/8.8.3) with SMTP id KAA07930; Fri, 6 Dec 1996 10:28:34 +0900 (JST)
Received: from localhost by metaph.jsys.co.jp (SMI-8.6/SMI-SVR4)
	id KAA27861; Fri, 6 Dec 1996 10:28:33 +0900
Message-Id: <199612060128.KAA27861@metaph.jsys.co.jp>
To: Martin Buchholz <mrb@Eng.Sun.COM>
cc: Hajime Saitou <hajime@jsk.t.u-tokyo.ac.jp>,
        MORIOKA Tomohiko <morioka@jaist.ac.jp>, xemacs-beta@xemacs.org
Subject: Re: Compiled 20.0-b30 
In-reply-to: Your message of "Thu, 05 Dec 1996 14:10:35 JST."
             <199612052210.OAA01957@xemacs.eng.sun.com> 
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII
Date: Fri, 06 Dec 1996 10:28:32 +0900
From: Kazuyuki IENAGA <ienaga@metaph.jsys.co.jp>

i just compiled 'xemacs-20.0-b30' on SPARCstation-20 box running
Solaris2.5(no X11R6, just /usr/dt and openwin) with following arguments:

    # ./configure  --with-mule --with-canna
	--site-includes=/usr/local/canna/include
	--site-libraries=/usr/local/lib
	--site-runtime-libraries=/usr/local/lib 

I've not yet finished to test all the thing i want, but i noticed some
problem here.

> Date: Thu, 5 Dec 1996 14:10:35 -0800
> Message-Id: <199612052210.OAA01957@xemacs.eng.sun.com>
> From: Martin Buchholz <mrb@Eng.Sun.COM>
> Subject: Compiled 20.0-b30 
> 
> It would be nice if someone could test --with-xim=motif.  One can get
> a reasonably cheap Motif for Linux that allows for static linking.  I
> propose that the standard pre-compiled Linux binaries be linked with
> Motif (but that will likely be Steven's call).

I will test SWiM2.0 with FreeBSD 2.1.5 later soon, but not Linux
sorry.
Or has anyone tested with FreeBSD?

> Hajime> Canna works. But configuration for xemacs may require a bit
> Hajime> more work.  Japanese output in the mini-buffer when resetting
> Hajime> looks cramped.
> 
> It's hard for me to support Canna without Japanese language skills.
> Tomohiko and Saitou, can you make sure that canna continues to work
> correctly?  Patches gratefully accepted.
> 
> Perhaps the `cramped output' problem can be solved by simply making
> sure the fonts used for jisx* and iso8859* are all the same height?

Yes.
i changed lisp/mule/mule-x-init.el as following because most X
environments do not have 'sun-gothic'--jisx* fonts.
'Misc-Fixed-Medium'--jisx* fonts are provided in X11R[56] release.


+++ mule-x-init.el      1996/12/06 01:19:24
@@ -36,7 +36,7 @@
 
     (set-face-font
      'default
-     '("-*-fixed-medium-r-*--16-*-iso8859-1"
+     '("-*-fixed-medium-r-*--14-*-iso8859-1"
        "-*-fixed-medium-r-*--*-iso8859-1"
        "-*-fixed-medium-r-*--*-iso8859-2"
        "-*-fixed-medium-r-*--*-iso8859-3"
@@ -47,8 +47,10 @@
        "-*-fixed-medium-r-*--*-iso8859-9"
 
        ;; Following 3 fonts proposed by Teruhiko.Kurosaka@Japan.eng.sun
-       "-sun-gothic-medium-r-normal--14-120-75-75-c-60-jisx0201.1976-0"
-       "-sun-gothic-medium-r-normal--14-120-75-75-c-120-jisx0208.1983-0"
+       ; "-sun-gothic-medium-r-normal--14-120-75-75-c-60-jisx0201.1976-0"
+       ; "-sun-gothic-medium-r-normal--14-120-75-75-c-120-jisx0208.1983-0"
+       "-misc-fixed-medium-r-normal--14-130-75-75-c-70-jisx0201.1976-0"
+       "-misc-fixed-medium-r-normal--14-130-75-75-c-140-jisx0208.1983-0"
        "-wadalab-gothic-medium-r-normal--14-120-75-75-c-120-jisx0212.1990-0"
        ;; Other Japanese fonts
        "-*-fixed-medium-r-*--*-jisx0201.1976-*"


> Hajime> I can`t run GNUS as I get told "Symbol's function definition is void:
> Hajime> internal-set-face-1."
> 
> GNUS works for me.  Could you investigate further?

Gnus works fine.

-- 
Kazz

