From xemacs-m  Mon Aug 25 20:10:31 1997
Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.238.80.17])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA16542
	for <xemacs-beta@xemacs.org>; Mon, 25 Aug 1997 20:10:29 -0500 (CDT)
Received: by sonyinet.sony.co.jp (3.6Wbeta5-97080515) id KAA17479
	for <xemacs-beta@xemacs.org>; Tue, 26 Aug 1997 10:10:29 +0900 (JST)
Received: from sonygw.sony.co.jp(43.0.1.249) by sonyinet.sony.co.jp via smap (V2.0)
	id xma017346; Tue, 26 Aug 97 10:09:43 +0900
Received: from shigw.shi.sony.co.jp (shigw [43.1.179.252]) by sonygw.sony.co.jp (8.6.12+2.4W/3.4W-97080410) with ESMTP id KAA19186 for <xemacs-beta@xemacs.org>; Tue, 26 Aug 1997 10:09:27 +0900
Received: from gagw.ga.sony.co.jp (gabrg [43.1.185.224]) by shigw.shi.sony.co.jp (8.6.12+2.4W/3.4W-96052711) with SMTP
	id KAA24244; Tue, 26 Aug 1997 10:09:26 +0900
Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6)
	id AA03597; Tue, 26 Aug 97 10:09:03 JST
Received: by beer.ga.sony.co.jp (4.2/6.4J.6)
	id AA21257; Tue, 26 Aug 97 10:09:02 JST
To: xemacs-beta@xemacs.org
Cc: nakata@cs.hiroshima-cu.ac.jp
Subject: [patch4] egg.el
From: Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
References: <28yb69io0l.fsf@ganews.ga.sony.co.jp>
	<28hgcsgi1r.fsf_-_@ganews.ga.sony.co.jp>
	<28203vc1h8.fsf_-_@ganews.ga.sony.co.jp>
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.86 "Naka-Tsurugi")
Content-Type: multipart/mixed;
 boundary="Multipart_Tue_Aug_26_10:09:14_1997-1"
Content-Transfer-Encoding: 7bit
Date: 26 Aug 1997 10:09:14 +0900
Message-Id: <28hgcdwy11.fsf_-_@ganews.ga.sony.co.jp>
Lines: 40
X-Mailer: Gnus v5.4.65 + SEMI patch (r2.2)/XEmacs 20.3(beta18) - "Bratislava"
X-Info: ftp://ftp.jqu.com/pub/yamaoka/x-pgp-sig-1.2.8.tar.gz
X-Pgp-Sig: 2.6.3ia Subject,Message-ID,Date,From,X-Mailer,X-Face
	iQBVAwUBNAIsvUig4LAIggqdAQFd7QH/UIwJFmMcekB8obBzwB6IjoAoYni3y2NX
	n360jFAAx9fMj/QDrlhiJCCpcKE0qZeZe06wulhbM3Hl/dGuHpjQIw==
	=9Hfc
X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk
 B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw=
 L&i*6&(

--Multipart_Tue_Aug_26_10:09:14_1997-1
Content-Type: text/plain; charset=US-ASCII

 The bug that arg for mode-line-egg-mode-update() is not string have 
been existing maybe since old version of Mule. So in XEmacs toroku-region(),
which regsters in user's dictionary, returns a error.

--Multipart_Tue_Aug_26_10:09:14_1997-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="egg.el.patch"
Content-Transfer-Encoding: 7bit

diff -au7 lisp/egg/egg.el.orig lisp/egg/egg.el
--- lisp/egg/egg.el.orig	Sun Aug 17 12:23:51 1997
+++ lisp/egg/egg.el	Mon Aug 25 13:59:25 1997
@@ -2843,15 +2843,15 @@
 (defun read-hiragana-string (prompt &optional initial-input)
   (save-excursion
     (let ((minibuff (window-buffer (minibuffer-window))))
       (set-buffer minibuff)
       (setq egg:*input-mode* t
 	    egg:*mode-on*    t
 	    its:*current-map* (its:get-mode-map "roma-kana"))
-      (mode-line-egg-mode-update (its:get-mode-indicator its:*current-map*))))
+      (mode-line-egg-mode-update (its:get-mode-indicator "roma-kana"))))
   (read-from-minibuffer prompt initial-input
 		       egg:*minibuffer-local-hiragana-map*))
 
 (defun read-kanji-string (prompt &optional initial-input)
   (save-excursion
     (let ((minibuff (window-buffer (minibuffer-window))))
       (set-buffer minibuff)

--Multipart_Tue_Aug_26_10:09:14_1997-1
Content-Type: text/plain; charset=US-ASCII

-- 
Katsumi Yamaoka <yamaoka@ga.sony.co.jp>

--Multipart_Tue_Aug_26_10:09:14_1997-1--

