forked from Lainports/freebsd-ports
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:
parent
766213bcb0
commit
4db22ef588
4 changed files with 28 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
13
editors/tamago-emacs21/files/patch-egg:anthy.el
Normal file
13
editors/tamago-emacs21/files/patch-egg:anthy.el
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
13
editors/tamago/files/patch-egg:anthy.el
Normal file
13
editors/tamago/files/patch-egg:anthy.el
Normal 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
|
||||
Loading…
Add table
Reference in a new issue