Fix hangup problem in japanese-egg-anthy input method.

PR:		ports/68617
Submitted by:	SANETO Takanori <sanewo@ba2.so-net.ne.jp>
This commit is contained in:
MANTANI Nobutaka 2004-07-04 14:57:22 +00:00
parent 766213bcb0
commit 4db22ef588
4 changed files with 28 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= tamago
PORTVERSION= 4.0.6.0.20020909.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/e/egg

View file

@ -0,0 +1,13 @@
--- egg/anthy.el.orig Thu Aug 8 17:11:22 2002
+++ egg/anthy.el Sun Jul 4 23:48:18 2004
@@ -118,8 +118,8 @@
(save-excursion
(set-buffer buf)
(erase-buffer)
- (buffer-disable-undo))))
- (anthyipc-get-greeting anthy-proc)
+ (buffer-disable-undo))
+ (anthyipc-get-greeting anthy-proc)))
(anthyipc-new-context anthy-proc))
;;; XXX: Don't kill buffer (for now) so that I can debug this program

View file

@ -7,7 +7,7 @@
PORTNAME= tamago
PORTVERSION= 4.0.6.0.20020909.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/e/egg

View file

@ -0,0 +1,13 @@
--- egg/anthy.el.orig Thu Aug 8 17:11:22 2002
+++ egg/anthy.el Sun Jul 4 23:48:18 2004
@@ -118,8 +118,8 @@
(save-excursion
(set-buffer buf)
(erase-buffer)
- (buffer-disable-undo))))
- (anthyipc-get-greeting anthy-proc)
+ (buffer-disable-undo))
+ (anthyipc-get-greeting anthy-proc)))
(anthyipc-new-context anthy-proc))
;;; XXX: Don't kill buffer (for now) so that I can debug this program