Hi, emacs-anthy doesn't work with emacs-29.1 since it is using a deleted function.
ok? Index: Makefile =================================================================== RCS file: /cvs/ports/inputmethods/anthy/Makefile,v retrieving revision 1.30 diff -u -p -r1.30 Makefile --- Makefile 26 Sep 2023 11:43:23 -0000 1.30 +++ Makefile 3 Oct 2023 04:36:19 -0000 @@ -6,7 +6,7 @@ DISTNAME = anthy-$V PKGNAME-main = anthy-$V PKGNAME-emacs = emacs-anthy-$V REVISION-main = 3 -REVISION-emacs = 7 +REVISION-emacs = 8 SHARED_LIBS += anthydic 1.0 # .1.0 SHARED_LIBS += anthy 1.0 # .1.0 Index: patches/patch-src-util_anthy_el =================================================================== RCS file: /cvs/ports/inputmethods/anthy/patches/patch-src-util_anthy_el,v retrieving revision 1.4 diff -u -p -r1.4 patch-src-util_anthy_el --- patches/patch-src-util_anthy_el 11 Mar 2022 19:24:07 -0000 1.4 +++ patches/patch-src-util_anthy_el 3 Oct 2023 04:36:19 -0000 @@ -4,6 +4,15 @@ Index: src-util/anthy.el --- src-util/anthy.el.orig +++ src-util/anthy.el +@@ -71,7 +71,7 @@ + (defvar anthy-highlight-face nil) + (defvar anthy-underline-face nil) + (copy-face 'highlight 'anthy-highlight-face) +-(set-face-underline-p 'anthy-highlight-face t) ++(set-face-underline 'anthy-highlight-face t) + (copy-face 'underline 'anthy-underline-face) + + ;; @@ -161,11 +161,11 @@ ;; From skk-macs.el From viper-util.el. Welcome!