pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(inputmethod/tc) update status in TODO
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Sun May 25 06:25:10 2025 +0900
Changeset: 3796965b5f6ca8a8360453bff06d87c87a3f0dfb
Modified Files:
tc/TODO
Log Message:
(inputmethod/tc) update status in TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3796965b5f6ca8a8360453bff06d87c87a3f0dfb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tc/TODO | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diffs:
diff --git a/tc/TODO b/tc/TODO
index b6b241f099..1cf6521d8e 100644
--- a/tc/TODO
+++ b/tc/TODO
@@ -1,3 +1,24 @@
+(2025-05-25)
+
+1. With emacs29,
+ it seems that either with NetBSD/amd64 9.4 or with 10.99.14 this is packaged fine
+
+2. It can start Japanese input, but when switching back to
+ alphabetical input, it stops with error
+
+ | deactivate-input-method: Symbol's function definition is void: nil
+
+3. To avoid this, put following lines in ~/.emacs
+ -------------------------
+ ;;; https://www.mail-archive.com/users-jp%freebsd.org@localhost/msg00229.html
+ ;; for uim-leim.el
+ (define-obsolete-variable-alias 'inactivate-current-input-method-function
+ 'deactivate-current-input-method-function "24.3")
+ (define-obsolete-function-alias 'inactivate-input-method
+ 'deactivate-input-method "24.3")
+ -------------------------
+
+(2018-07-29)
- Upstream code includes only upto emacs 24 (?)
.. it is kind of beyond packaging
.. and may ignore for the moment.
Home |
Main Index |
Thread Index |
Old Index