From: Naoki OSHIRO To: staff@tec101.tec.u-ryukyu.ac.jp Subject: electric dictionary Date: Tue, 22 Jul 1997 10:01:22 +0900 (JST) Message-Id: <199707220101.KAA08292@tecA105.tec.u-ryukyu.ac.jp> 大城です. 研究室で次の CD-ROM 辞書を購入しました. ・広辞苑 ・研究社英和中辞典 ・研究社和英中辞典 ・リーダース英和辞典 それぞれセットアップを行い,利用可能になっています.ただし,通常の漢字 コードとは異なる外字がうまく処理できていないため,多少嘘の表示が出る場 合があることに留意して下さい(特に英辞書の発音記号は怪しいです). 次のコマンドで利用できます.(後ろのカッコ内には CD-ROM を動作させてあ るホスト名を記述してあります.動作がおかしいばあいは ws-admin まで連絡 下さい). ・広辞苑 kdic (tec101) ・研究社英和中辞典 edic (tecA105) ・研究社和英中辞典 jedic (tecA105) ・リーダース英和辞典 redic (tecA192) 検索例を載せます.jedic の和英辞書を用いたものです. > oshiro@tecA105% jedic "大学" > だいがく 大学 > a university; a college > ・大学の学科目及び講義内容一覧 a university [college] course description; 《米》 a university catalog; 《英》 a university calendar > ・大学へ行く go to college [university] > ・大学を卒業する graduate from [《英》 leave] college [university] > ・大学で at college [university] > ・大学出の技術者 a university‐trained [college‐educated] engineer; an engineer with a college training 研究社中辞典 (edic/jedic) では "university"「大学」「だいがく」とアル ファベット・漢字・ひらがな読みのどちらの表記でも検索できますが,リーダー ス (redic) では "university"「大学」(アルファベット・漢字表記),kdic では「だいがく」(ひらがな表記)のみとなっています.ややこしいですが覚 えて利用して下さい. * コマンドラインから kdic などと打ち込む他にも辞書は mule エディタ上から 利用可能です.日本語の入力などが必要な場合はこちらが便利かもしれません. online-dictionary というもの [A] と kdic などを直接呼び出すもの [B] が あります. ※ [A] はメニュー操作が出来ますが操作が繁雑になります.[B] はシンプ ルなインターフェースになっています. [A] online-dictionary ~/.emacs で次の設定を行って mule の再起動後に "M-x online-dictionary" として下さい. ;;; dserver (autoload 'online-dictionary "diclookup-mule" "Online dictionary." t nil) (autoload 'diclookup "diclookup-mule" "Online dictionary. Display diclookup buffer in the current frame." t nil) (autoload 'diclookup-other-frame "diclookup-mule" "Like `diclookup' command, but display diclookup buffer in another frame." t nil) (setq od-fep-type 'canna) ; egg, canna, t-code or no-fep (setq dserver-server-list '("tec101" "tecA192" "tecA105")) ;(setq od-dictfile-list '("od-kojien" "od-chujiten" "od-readers")) (setq od-dictfile-list '("od-kojien" "od-eiwa" "od-readers")) (setq od-fill-function nil) ; fill を行わない。結構速い。 (autoload 'lup-mode "diclookup-mule" "Minor mode for online-dictionary." t nil) ;(setq od-default-jisyo "kojien") ;(setq od-default-jisyo "readers") (setq od-default-jisyo "eiwa") ;(setq od-default-jisyo "chujiten") [B] edic ~/.emacs で次の設定を行って mule の再起動後に "M-x edic-entry" や "M-x redic-entry" として下さい.使いたい辞書とコマンド名を合わせれば利用可 能です. ;;; edic (autoload 'edic-entry "edic" "Electorical Dictionary" t) (autoload 'jedic-entry "edic" "Electorical Dictionary" t) (autoload 'kdic-entry "edic" "Electorical Dictionary" t) (autoload 'redic-entry "edic" "Electorical Dictionary" t) * それでは活用して下さい.質問があれば ws-admin まで. - ---