16/09/21 14:05:22.73 .net
>>834
tamago-tsunagiなんてあったのか…
早速やってみた
lispあまりわかってないけど
--- egg/anthy.el.orig 2015-02-03 07:22:57.000000000 +0900
+++ egg/anthy.el 2016-09-21 13:54:53.107447674 +0900
@@ -203,7 +203,8 @@
(defadvice egg-convert-region (around force-anthy activate compile)
"Advice for force-anthy."
- (if (and (interactive-p) (anthy-egg-utf8-p))
+ (if (and (called-interactively-p 'interactive)
+ (anthy-egg-utf8-p))
(let ((anthy-egg-force-anthy t))
ad-do-it)
ad-do-it))
でエラーは出なくなるけど、C-fやC-bで文節単位で移動せずに1文字ずつカーソル移動して
うまく変換出来ない模様
Emacs-25.1 + tamago-tsunagi-5.0.7.1 + Anthy-9100h(+G-HAL)