aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/emacs20-dl-canna/pkg-descr
blob: ed107278920722e04d42e6fb008cde36e95a40db (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Input method module `Canna' for Emacs with dynamic loading enhancement.

This is an input method module Canna for Emacs.
*** Setting for Fontset on Emacs20 ***

To use japanese fonts on emacs20, put in your $HOME/.emacs as follows:

    (set-language-environment "Japanese")
    (setq default-frame-alist
        (append '((font . "fontset-16")) default-frame-alist))

And put in your $HOME/.Xdefaults as follows for example:

Emacs*Fontset-0:  -*-fixed-medium-r-normal--16-*-*-*-*-*-fontset-16,\
    ascii:-*-fixed-medium-r-normal-*-16-*-iso8859-1,\
    japanese-jisx0208:-*-fixed-medium-r-normal-*-16-*-jisx0208*,\
    chinese-gb2312:-*-*-medium-r-normal--16-*-*-*-*-*-gb2312*,\
    korean-ksc5601:-*-*-medium-r-normal--16-*-*-*-*-*-ksc5601*


*** Setting for Canna ***

To use Canna, put in your $HOME/.emacs as follows:

    (load "canna")
    (canna)

This input-method toggle key-binding is C-o.

or if you want to use canna-leim, as follows:

    (require 'canna-leim)
    (set-input-method "japanese-canna")

This input-method toggle key-binding is C-\.

And you must use emacs-dl-20.5 (not emacs-20.5!).

This dynamic loading module sources and emacs20 dynamic loading patch
is placed on the following URL:

    ftp://ftp.m17n.org/pub/mule/dynamic-loading/

WWW: http://www.m17n.org/mule/dynamic-loading/

--- Porting by shige <shige@FreeBSD.ORG>.