root/lang/elisp/pdicv-mode/trunk/pdicviewer.el @ 67

Revision 67, 1.3 kB (checked in by naoya_t, 16 years ago)
RevLine 
[67]1;; pdicviewer.el - PDIC Viewer for Emacs
2;;
3;; Copyright (C) 2005 Naoya TOZUKA. All Rights Reserved.
4;;
5;; Author: Naoya TOZUKA <pdicviewer@gmail.com>
6;; Maintainer: Naoya TOZUKA <pdicviewer@gmail.com>
7;; Primary distribution site: http://pdicviewer.naochan.com/el/
8;;
9;; Created: 14 Feb 2005
10;; Last modified: 23 Dec 2005
11;; Version: 0.9.1
12;; Keywords: PDIC dictionary search eijiro
13;;
14
15;;; Commentary:
16;;
17;; PDIC�ե����ޥåȤμ��񤫤鸡��ޤ���
18;; ���ڤӺ��ۤκݤϡ�GNU ����������ʥС������˽��äƲ�������
19;;
20;; �켡����
21;;    http://pdicviewer.naochan.com/el/
22
23;;; Code:
24;(require 'pdicv-core)
25(require 'pdicv-search)
26;(require 'pdicv-eijiro)
27(require 'pdicv-mode)
28
29; ������󥹥ȡ�����ꤷ�ޤ�
30; (eword-encoding pron-encoding jword-encoding example-encoding) )
31(setq pdicv-dictionary-list
32      '(
33;        (sample "~/pdic/SAMPLE.DIC" ;
34;                (nil nil sjis sjis) t)
35        (cj2 "~/pdic/cj2.dic" ;
36             bocu nil)
37        (eijiro "~/pdic/eijiro81/EIJIRO81.DIC"
38                (nil nil sjis sjis))
39        (waeijiro "~/pdic/eijiro81/WAEIJI81.DIC"
40                  (sjis nil sjis sjis) t)
41        (fr "~/pdic/fr.dic"
42            (latin1 nil sjis latin1) nil)
43;        (ej
44;         (eijiro waeijiro))
45        )
46      )
47
48;;;###autoload
49(defun pdicv ()
50  ""
51  (interactive)
52  (pdicv-init)
53  )
54
55;;; pdicviewer.el ends here
Note: See TracBrowser for help on using the browser.