Package: ddskk Version: 13.0.90.cvs20061119-1 Tags: upstream, pending With an SKK server, such as dbskkd-cdb or skksearch, ddskk often takes about 2 seconds when Kana to Kanji conversion because of waiting for server response by skk-search-server-1 in skk-server.el.
To prevent this problem with ddskk 13.0.90.cvs20061119-1, put the
following configuration in your ~/.skk file.
(when (string-match "SKK/13\\.0\\.90 " (skk-version))
(defadvice skk-server-live-p (after fix-timing activate)
(sit-for 0.01)))
This bug has been fixed in the upstream CVS version 13.0.91 on
2007-04-03. The next upload will fix this bug.
Thanks,
--
Tatsuya Kinoshita
pgpDrGoO2GqhH.pgp
Description: PGP signature

