anthy
http://anthy.sourceforge.jp/
532 curl -O http://kyushu-u.dl.sourceforge.jp/anthy/8610/anthy-5100b.tar.gz
(http://kyushu-u.dl.sourceforge.jp/anthy/)
(http://kyushu-u.dl.sourceforge.jp/anthy/12071/)
534 tar zxf anthy-5100b.tar.gz
535 cd anthy-5100b
538 ./configure
539 make
541 sudo make install
543 less INSTALL
544 cd test
545 ./anthy
~/.emacs
;;(2)使いはじめるために
;; *まずAnthyを通常にインストールしてください。
;; *次にemacs lispをロードする設定をします。
;; 一般的には ~/.emacs に
(load-library "anthy")
;; という行を追加します
;; *そして使用するinput-methodとしてAnthyを選択します
;; これも一般的には ~/.emacs に
(setq default-input-method 'japanese-anthy)
;; という行を追加することによって行います
;; *emacsのインストールされている場所とanthyの
;; インストールされている場所が異なる場合には
;; ~/.emacs に下記の行を追加してください
; (setq load-path
; (cons "/usr/local/share/emacs/site-lisp/anthy/" load-path))
;; emacsをインストールした先のprefixとanthyをインストールした先のprefixが
;; 違う場合は
;; ~/.emacs に下記の行を追加してください
; (load-file "/usr/local/share/emacs/site-lisp/anthy/leim-list.el")
- Anthy Wiki ( at sourceforge )
-
http://anthy.sourceforge.jp/cgi-bin/hiki/hiki.cgi
- Anthy Wiki (Old
-
http://anthy.dyndns.info/index.php
- (使い方)anthy.elから使う
-
http://anthy.dyndns.info/index.php?%5B%5Banthy.el%A4%AB%A4%E9%BB%C8%A4%A6%5D%5D
- NetBSD/pkgsrc/inputmethod/anthy
-
http://www.ki.nu/software/pkgsrc/anthy.html
|