diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-07-04 22:57:22 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-07-04 22:57:22 +0800 |
commit | 9616a325a2ef93d95c986f167b9f0ae30cf3abb7 (patch) | |
tree | b779bc268c4ee82f9f63ed93f627b6716b2f421b /editors/tamago | |
parent | fe64239ef56c8d713245bceb915c755794c991f3 (diff) | |
download | freebsd-ports-gnome-9616a325a2ef93d95c986f167b9f0ae30cf3abb7.tar.gz freebsd-ports-gnome-9616a325a2ef93d95c986f167b9f0ae30cf3abb7.tar.zst freebsd-ports-gnome-9616a325a2ef93d95c986f167b9f0ae30cf3abb7.zip |
Fix hangup problem in japanese-egg-anthy input method.
PR: ports/68617
Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp>
Diffstat (limited to 'editors/tamago')
-rw-r--r-- | editors/tamago/Makefile | 2 | ||||
-rw-r--r-- | editors/tamago/files/patch-egg:anthy.el | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 02a15a72e00e..3056d06aac2e 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -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 diff --git a/editors/tamago/files/patch-egg:anthy.el b/editors/tamago/files/patch-egg:anthy.el new file mode 100644 index 000000000000..629e07790f82 --- /dev/null +++ b/editors/tamago/files/patch-egg:anthy.el @@ -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 |