summaryrefslogblamecommitdiff
path: root/japanese/sdic/pkg-descr
blob: f3f3040f67451dda1218cbbb856d39e047be518d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                      
SDIC is a lookup mode on Emacsen for an English - Japanese dictionary.
It is a simple, small, speedy and smart program.

;;; for sdic-mode
(autoload 'sdic-describe-word "sdic" nil t)
(global-set-key "\C-cw" 'sdic-describe-word)
(autoload 'sdic-describe-word-at-point "sdic" nil t)
(global-set-key "\C-cW" 'sdic-describe-word-at-point)

WWW: http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/sdic/