You are not logged in.

#1 2006-08-15 16:01:38

koyi
Member
From: Osaka, Japan
Registered: 2005-08-15
Posts: 37

Using Anthy from Emacs

*****************************************
Bug Report filed!
You may not need this if the bug has been fixed.
Watch the status here:
http://bugs.archlinux.org/task/5226
*****************************************

Unlike in the other distros, anthy doesn't come with the necessary *.el files for you to use with Emacs. So, this is how to copy those necessary *.el files from the source tar ball(no compilation needed).

First, download the source tar ball from this page:
http://www.archlinux.org/packages/6852/

Then, extract the tar ball to a temporary directory as usual. Substitute 7500b with the correct version number.
$ cd /path/to/tmpdir
$ tar xzvf /path/to/anthy-7500b.tar.gz

Finally, copy the necessary *.el files to emacs's site-lisp directory(as root). Again, substitute 7500b with the correct version number.
# mkdir /usr/share/emacs/site-lisp/anthy
# cd /path/to/tmpdir/anthy-7500b
# cp src-util/*.el /usr/share/emacs/site-lisp/anthy/

Now, setup ~/.emacs according to this page and you are done!
http://anthy.sourceforge.jp/cgi-bin/hik … with+Emacs

p/s: /path/to/tmpdir/anthy-7500b is not needed anymore so you can delete it if you like smile

Hope this helps.

Offline

#2 2006-08-15 18:04:08

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Using Anthy from Emacs

Please post this to the bug tracker, it will get fixed.

Offline

#3 2006-08-16 01:33:33

koyi
Member
From: Osaka, Japan
Registered: 2005-08-15
Posts: 37

Re: Using Anthy from Emacs

Alright, I have filed a report regarding this bug.
You can track the status on:
http://bugs.archlinux.org/task/5226

Thanks for the reminder wink

Offline

Board footer

Powered by FluxBB