ports/68617: editors/tamago: fix problem of japanese-egg-anthy waiting porcess output forever

SANETO Takanori sanewo at ba2.so-net.ne.jp
Fri Jul 2 21:12:11 UTC 2004


>Number:         68617
>Category:       ports
>Synopsis:       editors/tamago: fix problem of japanese-egg-anthy waiting porcess output forever
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 02 21:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     SANETO Takanori
>Release:        5.2-CURRENT
>Organization:
an individual
>Environment:
FreeBSD muse.sanewo.ddo.jp 5.2-CURRENT FreeBSD 5.2-CURRENT #269: Wed Jun 16 07:52:39 JST 2004     sanewo at muse.sanewo.ddo.jp:/export/usr/obj/usr/src/sys/MUSE  i386
>Description:
      tamago-emacs21 with japanese-egg-anthy input method cause emacs hung in some situation.
>How-To-Repeat:
      In japanese-egg-anthy input method, press C-c after converting input string to kanji. When you try to convert the result again, emacs stops responding (C-g works).
>Fix:
      Following patch should fix the problem. I've sent this patch to tamago ML, too.

--- egg/anthy.el.orig   Fri Jul  2 16:47:06 2004
+++ egg/anthy.el        Fri Jul  2 16:47:52 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

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list