1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/sdic/pkg-descr

11 lines
399 B
Plaintext

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/