Bug 114946 - japanese/ddskk cannot work on emacs22 (workaround)
Summary: japanese/ddskk cannot work on emacs22 (workaround)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yoichi NAKAYAMA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-26 16:50 UTC by Takamichi Tateoka
Modified: 2007-07-27 04:41 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Takamichi Tateoka 2007-07-26 16:50:01 UTC
 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-26 23:52:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->yoichi

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-27 01:14:45 UTC
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"
Comment 3 Yoichi NAKAYAMA freebsd_committer freebsd_triage 2007-07-27 04:40:36 UTC
State Changed
From-To: open->closed

Fix committed, thanks!