japanese/ddskk can install on emacs22. However, it does not work. Emacs says: Cannot open load file: skk-e21 According to Jun Mukai's blog (http://www.jmuk.org/diary/2007/07/19/1), it is a bug of SKK-MK in ddskk package. It does not copy skk-e21.el to elisp directory. Fix: It is fixed in development version of ddskk such as ddskk-20070722.tar.gz. For a simple workaround, copy skk-e21.el to site-lisp/skk directory. It seems to work. How-To-Repeat: Install emacs22 and ddskk, add (require 'skk-setup) to .emacs. Start emacs and type C-x C-j (skk-mode). You can see "Cannot open load file: skk-e21" in minibuffer.
Responsible Changed From-To: freebsd-ports-bugs->yoichi Over to maintainer
yoichi 2007-07-27 00:14:39 UTC FreeBSD ports repository Modified files: japanese/ddskk Makefile Added files: japanese/ddskk/files patch-SKK-MK Log: Apply change in skk cvs to install skk-e21 with emacs-22 (cvs di -kk -r 1.125 -r 1.126 SKK-MK) PR: ports/114946 Submitted by: Takamichi Tateoka Revision Changes Path 1.21 +1 -1 ports/japanese/ddskk/Makefile 1.1 +17 -0 ports/japanese/ddskk/files/patch-SKK-MK (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fix committed, thanks!