Date: Fri, 2 Jul 2004 20:49:20 GMT From: SANETO Takanori <sanewo@ba2.so-net.ne.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/68617: editors/tamago: fix problem of japanese-egg-anthy waiting porcess output forever Message-ID: <200407022049.i62KnJlL017418@www.freebsd.org> Resent-Message-ID: <200407022110.i62LAM6g031255@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407022049.i62KnJlL017418>