Bug 276493

Summary: japanese/anthy: Fix runtime error on emacs-29.1
Product: Ports & Packages Reporter: Akira Sasaki <mah-chan>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me Flags: nobutaka: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file none

Description Akira Sasaki 2024-01-21 11:58:56 UTC
Created attachment 247814 [details]
Patch file

Use deactivate-current-input-method-function instead of inactivate-current-input-method-function, which is obsolete since 24.3 and removed in 29.1.

Similarly, use deactivate-input-method instead of inactivate-input-method, which is obsolete since 24.3 and removed in 29.1.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-27 10:52:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=788bd5f72d97fc75aa68e99f80c19ae07bc22f95

commit 788bd5f72d97fc75aa68e99f80c19ae07bc22f95
Author:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
AuthorDate: 2024-01-27 10:46:17 +0000
Commit:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
CommitDate: 2024-01-27 10:50:42 +0000

    japanese/anthy: Fix runtime error of anthy.el with emacs-29.1

    PR:             276493
    Submitted by:   Akira Sasaki <mah-chan@eagle.ocn.ne.jp>

 japanese/anthy/Makefile                      |  2 +-
 japanese/anthy/files/patch-src-util_anthy.el | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2024-01-27 10:53:13 UTC
Fixed, thanks!