FS#5226 - anthy.el missing for Emacs
Attached to Project:
Arch Linux
Opened by Choy Kho Yee (koyi) - Wednesday, 16 August 2006, 01:30 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 03 March 2007, 19:36 GMT
Opened by Choy Kho Yee (koyi) - Wednesday, 16 August 2006, 01:30 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 03 March 2007, 19:36 GMT
|
Details
The Anthy package in extra doesn't come with the necessary
*.el files to use with Emacs. This is what I have done to
copy those necessary *.el files from the source tar ball(no
compilation needed) to the proper directory. Of course, this
might be just a dirty hack but it works for me.
1. download the source tar ball from this page: http://www.archlinux.org/packages/6852/ 2. 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 3. 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/ 4. setup ~/.emacs according to this page: http://anthy.sourceforge.jp/cgi-bin/hikien/hiki.cgi?Using+Anthy+with+Emacs From my experience, in other distros anthy comes with the necessary *.el files by default or they prepare a separate package for them. Just for your information, I have attached the output of "dpkg -l anthy-el" run on a Ubuntu machine. |
This task depends upon
Closed by Damir Perisa (damir.perisa)
Saturday, 03 March 2007, 21:35 GMT
Reason for closing: Implemented
Additional comments about closing: anthy 8700-1 (Sat Mar 3 22:35:33 CET 2007)
Saturday, 03 March 2007, 21:35 GMT
Reason for closing: Implemented
Additional comments about closing: anthy 8700-1 (Sat Mar 3 22:35:33 CET 2007)
anthy-el.filelist.ubuntu.txt
usr/share/emacs/site-lisp/anthy/anthy-conf.el
usr/share/emacs/site-lisp/anthy/anthy-dic.el
usr/share/emacs/site-lisp/anthy/anthy-isearch.el
usr/share/emacs/site-lisp/anthy/anthy-kyuri.el
usr/share/emacs/site-lisp/anthy/anthy.el
usr/share/emacs/site-lisp/anthy/leim-list.el
and it works without emacs being makedepends