[67] | 1 | �� PDICViewer for Emacs �̃C���X�g�[���� (1) �z�z�p�b�P�[�W�Ɋ܂܂� *.el �t�@�C����ȏꏊ�ɃR�s�[ |
---|
| 2 | |
---|
| 3 | �@�@���ȉ��̗���~/site-lisp/pdicviewer/ �ɃC���X�g�[�����Ă��܂��B |
---|
| 4 | |
---|
| 5 | (2) �����t�@�C���̃C���X�g�[�� |
---|
| 6 | |
---|
| 7 | �����t�@�C����ӂ̃f�B���N�g���ɔz�u���܂��B |
---|
| 8 | �����t�@�C�����͔z�z���ꂽ���̂܂܂ɂ��Ă������Ƃ𐄏����܂��B |
---|
| 9 | |
---|
| 10 | (3) pdicviewer.el ��W |
---|
| 11 | |
---|
| 12 | �@�@�C���X�g�[�����������̃t���p�X����icviewer.el �ɓo�^���܂��B |
---|
| 13 | |
---|
| 14 | (4) ~/.emacs ��W |
---|
| 15 | |
---|
| 16 | �@�@�ȉ��̂悤�ȋL�q��macs �ɒlj���܂��B |
---|
| 17 | |
---|
| 18 | (setq load-path |
---|
| 19 | (append (list (expand-file-name "~/site-lisp/pdicviewer")) load-path)) |
---|
| 20 | ; PDICViewer for Emacs �v���O�����ipdicviewer.el���j������TH��� |
---|
| 21 | (autoload 'pdicv "pdicviewer" |
---|
| 22 | "\ |
---|
| 23 | PDIC�������� t) |
---|
| 24 | ;; eijiro |
---|
| 25 | (global-set-key "\C-c\C-e" 'pdicv-eijiro-search-interactive) |
---|
| 26 | (global-set-key "\C-c\C-r" 'pdicv-eijiro-search-region) |
---|
| 27 | ;; general |
---|
| 28 | (global-set-key "\C-c\C-d" 'pdicv-set-current-dictionary) |
---|
| 29 | (global-set-key "\C-c\C-i" 'pdicv-search-interactive) |
---|
| 30 | (global-set-key "\C-c\C-j" 'pdicv-search-region) |
---|
| 31 | (global-set-key "\C-c\C-p" 'pdicv-mode) |
---|
| 32 | |
---|
| 33 | (5) *.el �t�@�C���̃o�C�g�R���p�C�� |
---|
| 34 | |
---|
| 35 | �t����Makefile ��X�C�����Ă���ake ���ĉ������B |
---|
| 36 | |
---|
| 37 | |
---|
| 38 | �� ���p�@ |
---|
| 39 | |
---|
| 40 | �@�@�N�����AM-x pdicv �Ŏ����C���f�b�N�X�̓ǂݍ��݂��s���܂��B |
---|
| 41 | �@�@�i�p���Y/�a�p���Y��ݍ�����b�ł��B�j |
---|
| 42 | |
---|
| 43 | �@(1) �o�b�t�@���e�L�X�g���������Ȃ����� |
---|
| 44 | �@�@pdicv-mode ����܂��BC-c C-p ��pdicv-mode ��O�����܂��B |
---|
| 45 | �@�@pdicv-mode �̓}�C�i�[���[�h�ł��B |
---|
| 46 | |
---|
| 47 | �@�@�f�t�H���g�̃L�[�o�C���h�ł��@�@�@C-c C-a : �J�[�\���ʒu�̒P�������@�@C-c C-c : ���̒P�������@�@C-c C-b : �O�̒P�������@�ƂȂ�Ă��܂��B�ipdicv-mode.el �Őݒ肵�܂��j |
---|
| 48 | �@�@��������w���v���������̂ŁA�ieijiro �Ȃǁj�g������������肵�܂��B |
---|
| 49 | �@�@�i������C-c C-d �Ő����w���\�ł��j |
---|
| 50 | |
---|
| 51 | (2) ���[�W�����w�����������@�ipdicv-mode �ɓ�v�͂������� |
---|
| 52 | �@�@��������P�����邢�͏n�����j��[�W�����w�肵�āAC-c C-j �Ō���܂��B |
---|
| 53 | �@�@�i�p���Y/�a�p���Y�Ō������ C-c C-r ����܂��j |
---|
| 54 | |
---|
| 55 | �@(3) �~�j�o�b�t�@�ŒP����Č����@�ipdicv-mode �ɓ�v�͂������� |
---|
| 56 | �@�@C-c C-i �ŁA�~�j�o�b�t�@�ɒP���̓v�����v�g���o�܂��̂ŒP����ĉ������B |
---|
| 57 | �@�@�i�p���Y/�a�p���Y�Ō������ C-c C-e ����܂��j |
---|
| 58 | |
---|