Prev / Next

2001-11-16 / sdic

http://namazu.org/tsuchiya/sdic/

sdic-2.1.2をMeadowにinstall。

sdic-2.1.2を展開したディレクトリで、

/usr/local/Meadow/1.15/bin/MeadowNT.exe -batch -q -l install.el -f make-sdic


でインストール。

/usr/local/Meadow/1.15/bin/MeadowNT.exe -batch -q -l install.el -f make-sdic -n


でインストール先の確認。

.emacsの設定は、

;;; sdic-mode 用の設定
(setq load-path (cons "c:/usr/local/Meadow/site-lisp/sdic" load-path))
(autoload 'sdic-describe-word "sdic" "英単語の意味を調べる" t nil)
(global-set-key "\C-cw" 'sdic-describe-word)
(autoload 'sdic-describe-word-at-point "sdic" "カーソルの位置の英単語の意味を調べる" t nil)
(global-set-key "\C-cW" 'sdic-describe-word-at-point)


comments powered by Disqus