aboutsummaryrefslogtreecommitdiff
path: root/japanese/mypaedia-fpw-package/pkg-descr
blob: ed36f597aee43a0d551140df20561abd20339891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
mypaedia.el is a supplement file to use "mypaedia" on lookup.
"mypaedia" is produced by HITACHI DIGITAL HEIBONSHA.  You can get more
detail information (written in Japanese) from

WWW: http://openlab.ring.gr.jp/edict/mypaedia-fpw/

[TO USE]
(1) Get "mypaedia" from somewhere.

(2) Install it by using /usr/ports/japanese/mypaedia-fpw
    The port converts it into a files formatted "JIS X 4081" by FreePWING.
    Then install MID, WAV, AVI files from CD-ROM by hand.

(3) Add the following lines into your ~/.emacs

(require 'lookup-package)
(setq lookup-search-agents '((ndeb "/usr/local/share/dict/mypaedia-fpw")))
(setq lookup-package-directory "/usr/local/share/dict/lookup-package")
(lookup-use-package "ndeb+/usr/local/share/dict/mypaedia-fpw" "mypaedia-fpw")
(setq mypaedia-data-directory "/cdrom/INDEX")
	;; a directory having BH.DAT, CH.DAT, MAP.DAT, PICT.DAT
(setq mypaedia-av-directory "/cdrom/DATA")
	;; a directory having *.MID, *.WAV, *.AVI
(setq mypaedia-play-midi-process "timidity")
(setq mypaedia-play-wav-process "play")
(setq mypaedia-play-avi-process "xanim")
(setq mypaedia-display-image-process "display")