From xemacs-m  Thu Aug 14 13:34:06 1997
Received: from cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15])
	by xemacs.org (8.8.5/8.8.5) with SMTP id NAA16651
	for <xemacs-beta@xemacs.org>; Thu, 14 Aug 1997 13:34:03 -0500 (CDT)
Received: from sbkifer.cs.sunysb.edu (sbkifer.cs.sunysb.edu [130.245.1.35]) by cs.sunysb.edu (8.6.12/8.6.9) with SMTP id OAA27654 for <xemacs-beta@xemacs.org>; Thu, 14 Aug 1997 14:33:20 -0400
Message-Id: <199708141833.OAA27654@cs.sunysb.edu>
X-Authentication-Warning: sbcs.cs.sunysb.edu: Host sbkifer.cs.sunysb.edu didn't use HELO protocol
From: kifer@CS.SunySB.EDU (Michael Kifer)
To: xemacs-beta@xemacs.org
Subject: Re: another brokenness in quail mode 
In-reply-to: "Michael Kifer" of Thu, 14 Aug 1997 14:14:59 EDT
             <199708141815.OAA27425@cs.sunysb.edu> 
Date: Thu, 14 Aug 1997 14:33:19 -0400
Sender: kifer@CS.SunySB.EDU

>>>>> "MK" == Michael Kifer <of Thu, 14 Aug 1997 14:14:59 EDT> writes:

    MK> toggle-quail-mode doesn't work quite right.
    MK> Sometimes it refuses to turn off quail-mode when it is on.
    MK> Here is a scenario:

    MK> emacs -q
    MK> Select Mule.toggle input method
    MK> Enter Greek for Language and quail-greek for input method 
    MK> (the specific language doesn't matter)
    MK> Now, evaluate:
    MK> (quail-mode 1)
    MK> Then select Mule.toggle input method
    MK> You will see that the input mode wasn't toggled off.


(replying to myself)

This is because (quail-mode 1) fails to set current-input-method properly
(in fact, it leaves it nil, if it was nil before).
Definitely a bug.


	--michael  



