From xemacs-m  Tue May 20 11:39:42 1997
Received: from postoffice.npac.syr.edu (postoffice.npac.syr.edu [128.230.7.230])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA10098
	for <xemacs-beta@xemacs.org>; Tue, 20 May 1997 11:39:32 -0500 (CDT)
Received: from kopernik.npac.syr.edu (kopernik.npac.syr.edu [128.230.8.17]) by postoffice.npac.syr.edu (8.7.5/8.7.1) with SMTP id MAA02852 for <xemacs-beta@xemacs.org>; Tue, 20 May 1997 12:39:25 -0400 (EDT)
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: 20.2 & Quail
X-Face: Gx'YPJPqq*c%b]ms~L8!6kx{FYod"2F[(Wqpu0PJaZl-WX%ME:MSi?~9K/~@[%DfVh{s>X#
 W5*)g}kP&];p&>0+@'XI*0d09w&NJ5GV4c+O9x.RT@y8qC8`T7q}A56[`:Buz4u%RnoxHGUK2_=/%9
 lVrhB=-)Yi.m9|ESMjceg]{UY.?pwU#{4o[]@8)i7wZCV6TFn`5'_)Lp<SNkeqTE*/zw7sjh6c3eF6
 phz#I7[|(W_x_+<o8o<G#qzO+
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Tue_May_20_12:39:28_1997-1"
Content-Transfer-Encoding: 7bit
From: Remek Trzaska <remek@npac.syr.edu>
Date: 20 May 1997 12:39:38 -0400
Message-ID: <rwxsozigks5.fsf@kopernik.npac.syr.edu>
Lines: 52
X-Mailer: Gnus v5.4.52/XEmacs 20.2

--Multipart_Tue_May_20_12:39:28_1997-1
Content-Type: text/plain; charset=US-ASCII

What is the relationship between Quail and XEmacs 20.2? I try to use
Quail to enter Latin-2 characters, but when I try to enter quail-mode
I get errors. 
Is this a matter of my setup? If yes, what should it look like?

Remek

Ps. Where is the archive of XEmacs-beta available?


--Multipart_Tue_May_20_12:39:28_1997-1
Content-Type: text/plain; charset=US-ASCII

From my .emacs:

(require 'quail)
(set-language-environment 'european)
(set-default-file-coding-system 'iso-8859-2)


--Multipart_Tue_May_20_12:39:28_1997-1
Content-Type: text/plain; charset=US-ASCII

Backtrace when trying to enter the mode for the first time:

Signaling: (invalid-read-syntax "\"]\" in a list")
  load-internal("quail-latin" nil nil nil no-conversion)
  load("quail-latin")
  load-library("quail-latin")
  (if (null (quail-map)) (load-library (quail-prompt)))
)
  quail-use-package("latin-1")
  quail-enter-mode()
  (if quail-package-alist (quail-enter-mode) (setq quail-mode nil) (error "QUAIL: No quail-package, one should be loaded in advance."))
)
  (if quail-mode (if quail-package-alist (quail-enter-mode) (setq quail-mode nil) (error "QUAIL: No quail-package, one should be loaded in advance.")) (quail-exit-mode))
)
  quail-mode(nil)
  call-interactively(quail-mode)


--Multipart_Tue_May_20_12:39:28_1997-1
Content-Type: text/plain; charset=US-ASCII

Backtrace when trying to re-enter the mode:

Wrong number of arguments: #<subr set-extent-face>, 3

--Multipart_Tue_May_20_12:39:28_1997-1--

