On January 21, 2007 at 6:31PM +0000, frederik (at a5.repetae.net) wrote: > # update-alternatives --remove SKK-JISYO /usr/share/skk/SKK-JISYO.L > # update-alternatives --install /usr/share/skk/SKK-JISYO SKK-JISYO > /usr/share/skk/SKK-JISYO.L 60 > # skkserv > skkserv: opening shared dictionary "/usr/share/skk/SKK-JISYO" failed > [1]# ls /usr/share/skk/SKK-JISYO > ls: /usr/share/skk/SKK-JISYO: No such file or directory > > Still no luck...
That's strange... More investigation is needed for your problem.
Could you please try the following commands?
# apt-get update
# apt-get upgrade
# update-alternatives --remove-all SKK-JISYO
# apt-get --purge remove skkdic
# apt-get --install skkdic
# dpkg -l dpkg
# dpkg -l skkdic
# ls -l /usr/share/skk/SKK-JISYO.L
(file should exist)
# ls -l /etc/alternatives/SKK-JISYO
(symlink should link to /usr/share/skk/SKK-JISYO.L)
# ls -l /usr/share/skk/SKK-JISYO
(symlink should link to /etc/alternatives/SKK-JISYO)
> > To input Japanese characters with SKK on Emacs,
> > `apt-get install emacs21 ddskk dbskkd-cdb'
> > and see `/usr/share/doc/ddskk/README.Debian' to setup and tutorial.
>
> Thanks, that works for me!
Hmm, /usr/share/skk/SKK-JISYO.cdb seems to be available on your
system with update-alternatives. SKK-JISYO.cdb to SKK-JISYO.L.cdb
is the same mechanism of SKK-JISYO to SKK-JISYO.L. I don't know
why only SKK-JISYO is problematic on your system.
> As an aside, I suppose that Emacs still doesn't do Unicode? I have
> configured my terminal to use Unicode, so it would be very nice to be
> able to use SKK to enter Japanese text while running Emacs in the
> terminal, rather than directly under X11.
Japanese characters in Unicode is supported by Emacs 22 and later.
In Debian Sid, emacs-snapshot is available.
In Debian Etch or Sarge, for emacs21, Mule-UCS is needed to use
Japanese in Unicode, so install the mule-ucs package and see
`/usr/share/doc/mule-ucs/README.Debian' to enable Mule-UCS-Unicode.
A simple configuration for Japanese in Unicode and UTF-8 terminal
on emacs21 is as follows.
(un-define-debian)
(set-terminal-coding-system 'utf-8)
BTW, to ask questions for Japanese on Debian, please mail
debian-japanese mailing list (in English or Japanese) or Debian JP
users mailing list (in Japanese).
debian-japanese mailing list
http://lists.debian.org/debian-japanese/
Debian JP Users mailing list
http://www.debian.or.jp/community/ml/openml.html#usersML
--
Tatsuya Kinoshita
pgpBuQLUXsotQ.pgp
Description: PGP signature

