From xemacs-m  Fri Jun 13 10:15:33 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA08789
	for <xemacs-beta@xemacs.org>; Fri, 13 Jun 1997 10:15:33 -0500 (CDT)
Received: from engine.ecf.teradyne.com (engine.ecf.teradyne.com [131.101.192.6]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id LAA24078 for <xemacs-beta@xemacs.org>; Fri, 13 Jun 1997 11:19:31 -0400 (EDT)
Received: from midnight.eng.ecf.teradyne.com (midnight.ecf.teradyne.com [131.101.192.49]) by engine.ecf.teradyne.com (8.7.1/8.7.1) with SMTP id RAA14087 for <xemacs-beta@xemacs.org>; Fri, 13 Jun 1997 17:14:56 +0200 (MET DST)
Received: by midnight.eng.ecf.teradyne.com (SMI-8.6/SMI-SVR4)
	id RAA01422; Fri, 13 Jun 1997 17:14:56 +0200
To: xemacs-beta@xemacs.org
Subject: FAQ-MULE has wrong Example (little patch)
From: Adrian Aichner <aichner@ecf.teradyne.com>
Date: 13 Jun 1997 17:14:51 +0200
Message-ID: <rxssoymttzo.fsf@midnight.ecf.teradyne.com>
Lines: 79


This is against emacs-version
"20.3 XEmacs Lucid (beta4)"

Following Example in FAQ-MULE does not work:

  Examples:

  1) If you are new to German and want to type German texts, include
     the following two lines in your .emacs.

     (load "quail/latin")
     (quail-use-package "german")

To reproduce:

xemacs -no-init-file -no-site-file

Evaluate following forms in *scratch*:

(setq debug-on-error t)
     (load "quail/latin")
     (quail-use-package "german")

Here's the *Backtrace*:

Signaling: (error "No Quail package `german'")
  signal(error ("No Quail package `german'"))
  cerror("No Quail package `%s'" "german")
  apply(cerror ("No Quail package `%s'" "german"))
  error("No Quail package `%s'" "german")
  quail-select-package("german")
  quail-use-package("german")
  eval((quail-use-package "german"))
  eval-interactive((quail-use-package "german"))
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp)

Here's the patch against /usr/local/xemacs-20.3-b4/etc/mule/FAQ-MULE:

*** 1.1	1997/06/13 14:45:28
--- FAQ-Mule	1997/06/13 14:54:23
***************
*** 1873,1879 ****
       the following two lines in your .emacs.
  
       (load "quail/latin")
!      (quail-use-package "german")
  
    2) If you want to use the azerty layout for French, include the
       following two lines in your .emacs.
--- 1873,1879 ----
       the following two lines in your .emacs.
  
       (load "quail/latin")
!      (quail-use-package "quail-german")
  
    2) If you want to use the azerty layout for French, include the
       following two lines in your .emacs.


I found that FAQ-MULE seems to be rather outdated. Particularily the
Package Names for all languages seem to be wrong. Also I can't find
quail/ltn.el.

With my current knowledge about Quail I cannot provide a better
documentation patch than the one above, sorry.

Regards,

Adrian

-- 
                            Adrian Aichner
                        Applications Engineer
  Teradyne GmbH
  Semiconductor Test Group    Telephone +49/89/41861(0)-208
  Dingolfinger Strae 2       Fax       +49/89/41861-217
  D-81673 MNCHEN             E-mail    aichner@ecf.teradyne.com

