From xemacs-m  Sun Dec 15 05:22:47 1996
Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id FAA16364 for <xemacs-beta@xemacs.org>; Sun, 15 Dec 1996 05:22:32 -0600 (CST)
Received: from melody.cs.huji.ac.il by cs.huji.ac.il with SMTP id AA15923
  (5.67b/HUJI 4.153 for <xemacs-beta@xemacs.org>); Sun, 15 Dec 1996 13:21:00 +0200
Received: by melody.cs.huji.ac.il id AA13388
  (5.65c/HUJI 4.114 for xemacs-beta@xemacs.org); Sun, 15 Dec 1996 13:20:59 +0200
From: "Itay Gat" <itay@cs.huji.ac.il>
Message-Id: <9612151320.ZM13386@melody.cs.huji.ac.il>
Date: Sun, 15 Dec 1996 13:20:58 +0000
X-Mailer: Z-Mail (3.2.1 6apr95 MediaMail)
To: xemacs-beta@xemacs.org
Subject: mule problem with xemacs-20.0-b31, on IRIX 5.3
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Hi,

	I've configured the xemacs-20.0-b31 to my system using:
./configure --with-mule --with-gcc=no --prefix=/cs/chime/xemacs-20
--cflags=-O--with-xpm=no

and got:
Configured for `mips-sgi-irix5.3'.

  What operating system and machine description files should XEmacs use?
			  `s/irix5-3.h' and `m/iris4d.h'
  What compiler should XEmacs be built with?              cc -O
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in native sound support.
  Compiling in support for DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in XIM (X11R5+ I18N input method) support.
  Using Motif to provide XIM support.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

Compilation went OK, and the loading of loadup.el included the mule parts:

Loading loadup.el...
Using load-path
(/CS/phd/itay/chime/FSF/xemacs/xemacs-20.0-b31/src/../lisp/prim)
Loading backquote... (2752)
Loading bytecomp-runtime... (2704)
Loading subr... (6932)
Loading replace... (12356)
Loading version.el... (2508)
Loading cl...
Loading cl-defs... (9540)
Loading cl...done (22072)
Loading cmdloop... (6676)
Loading keymap... (4632)
Loading syntax... (6916)
Loading device... (724)
Loading console... (136)
Loading obsolete... (11060)
Loading specifier... (2904)
Loading faces... (19996)
Loading glyphs... (7640)
Loading objects... (1844)
Loading extents... (1176)
Loading events... (2216)
Loading text-props... (2916)
Loading process... (4120)
Loading frame... (11484)
Loading map-ynp... (3032)
Loading simple... (38908)
Loading keydefs... (3600)
Loading abbrev... (7300)
Loading derived... (4540)
Loading minibuf... (25668)
Loading list-mode... (9716)
Loading modeline... (5060)
Loading loaddefs... (68016)
Loading misc... (364)
Loading profile... (568)
Loading help... (20004)
Loading files... (37984)
Loading lib-complete... (4940)
Loading format... (9048)
Loading indent... (6344)
Loading isearch-mode... (14192)
Loading buffer... (848)
Loading buff-menu... (8056)
Loading undo-stack... (3164)
Loading window... (8040)
Loading paths.el... (6760)
Loading startup... (20240)
Loading lisp... (3796)
Loading page... (1276)
Loading register... (3428)
Loading iso8859-1... (516)
Loading paragraphs... (3352)
Loading lisp-mode... (10116)
Loading text-mode... (1388)
Loading fill... (9884)
Loading cc-mode... (55696)
Loading float-sup... (376)
Loading itimer... (9436)
Loading toolbar... (2104)
Loading scrollbar... (1036)
Loading menubar... (7472)
Loading dialog... (1820)
Loading mule-load.el...
Loading mule-charset... (2140)
Loading mule-coding... (5084)
Loading mule-files... (4048)
Loading mule-category... (3424)
Loading mule-ccl... (16640)
Loading mule-misc... (3240)
Loading mule-x-init... (1612)
Loading arabic-hooks... (168)
Loading chinese-hooks... (1540)
Loading cyrillic-hooks... (324)
Loading ethiopic-hooks... (188)
Loading european-hooks... (684)
Loading greek-hooks... (300)
Loading hebrew-hooks... (428)
Loading ipa-hooks... (16)
Loading japanese-hooks... (1016)
Loading korean-hooks... (440)
Loading thai-hooks... (300)
Loading vietnamese-hooks-1... (64)
Loading vietnamese-hooks-2... (756)
Loading mule-init... (1512)
Loading mime-setup...
Loading tl-misc...
Loading emu...
Loading emu-x20...
Loading cyrillic... (948)
Loading emu-xemacs... (2228)
Loading emu-x20...done (6512)
Loading emu...done (10180)
Loading tl-str...
Loading tl-list...
Loading file-detect... (1384)
Loading cless... (688)
Loading tl-seq... (1152)
Loading tl-atype...
Loading tl-str... (4452)
Loading tl-atype...done (7288)
Loading tl-list...done (15628) (19240)
Loading tl-misc...done (30276)
Loading tm-setup... (1712)
Loading mime-setup...done (33952)
Loading mule-load.el...done (77876)
Loading gui... (1408)
Loading mode-motion... (2248)
Loading mouse... (19128)
Loading x-menubar... (28368)
Loading x-faces... (8452)
Loading x-iso8859-1... (3424)
Loading x-mouse... (2444)
Loading x-select... (9428)
Loading x-scrollbar... (1104)
Loading x-misc... (1356)
Loading x-init... (2180)
Loading x-toolbar... (3180)
Loading tty-init... (1916)
Loading vc-hooks... (6212)
Loading ediff-hook... (1172)
Loading fontl-hooks... (292)
Loading auto-show... (1248)

BUT when I try running it to work with Multi-Language it fails. I'm trying to
do that in the following manner:
load the quail library, and set the quail package using quail-select-package.
As a response for the selection command I'm getting the list of all packages,
but they refuse to be loaded, and I get the common error message:
"Cannot open load file: quail/xxxx" (xxxx = ethio e.g.)

What have I done wrong ??

Itay

