From xemacs-m  Sun Mar 30 01:13:28 1997
Received: from mharnois.workgroup.net (pm1-052.sbt.net [206.153.211.52])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA21091
	for <xemacs-beta@xemacs.org>; Sun, 30 Mar 1997 01:13:24 -0600 (CST)
Received: (from mharnois@localhost)
	by mharnois.workgroup.net (8.8.5/8.8.5) id BAA09340;
	Sun, 30 Mar 1997 01:13:07 -0600
Date: Sun, 30 Mar 1997 01:13:07 -0600
Message-Id: <199703300713.BAA09340@mharnois.workgroup.net>
From: "Michael Harnois <Michael Harnois" <mharnois@sbt.net>
To: xemacs-beta@xemacs.org
Subject: does quail work?
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=ISO-8859-7
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by xemacs.org id BAA21092

I've never tried quail before, but I wanted to enter something in
Greek. There doesn't seem to be any documentation, unless I have
seriously overlooked something; I loaded the quail library, and that
went fine. Then I loaded quail/quail-greek and got
Signaling: (error "invalid prefix keys in sequence" ?a "a;")
  define-key(#<keymap 94 entries 0x1a0b> "a;" (keymap [?]))
  (if (and (setq map ...) (keymapp map)) (if (vectorp ...) (define-key map "
)
  (if (or (keymapp candidate) (symbolp candidate)) (define-key map key candidate) (if (integerp candidate) (setq candidate ...)) (if (and ... ...) (if ... ... ...) (define-key ... key ...)))
)
  (if (not (keymapp map)) (error "QUAIL: Invalid quail-map: %s" map) (if (or ... ...) (define-key map key candidate) (if ... ...) (if ... ... ...)) (if (null ...) (let ... ...)))
)
  (let* ((quail-current-package ...) (map ...)) (if (not ...) (error "QUAIL: Invalid quail-map: %s" map) (if ... ... ... ...) (if ... ...)))
)
  quail-defrule("a;" ?)
  load-internal("quail/quail-greek" nil nil nil autodetect)
  load("quail/quail-greek")
  #<compiled-function (from "lib-complete.elc") (library) "...(6)" [load library] 2 1100764 (list (read-library "Load Library: " load-path nil nil nil ...))>("quail/quail-greek")
  call-interactively(load-library)
  command-execute(load-library t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

which I decided was not a good thing.

