Bug 276493 - japanese/anthy: Fix runtime error on emacs-29.1
Summary: japanese/anthy: Fix runtime error on emacs-29.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-21 11:58 UTC by Akira Sasaki
Modified: 2024-01-27 10:53 UTC (History)
0 users

See Also:
nobutaka: maintainer-feedback+


Attachments
Patch file (1.03 KB, patch)
2024-01-21 11:58 UTC, Akira Sasaki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!