diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-03-13 15:54:03 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-03-13 15:54:03 +0000 |
commit | 479d049c394c6845c1b93a84b7c8b42ec6d2dff2 (patch) | |
tree | 71b68991e07e0cd377536317b9c5165ee75debd4 /japanese | |
parent | cb24fa1bae1405120ef495d930eacf910bed3d41 (diff) | |
download | ports-479d049c394c6845c1b93a84b7c8b42ec6d2dff2.tar.gz ports-479d049c394c6845c1b93a84b7c8b42ec6d2dff2.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/emacs20-dl-canna/pkg-descr | 22 | ||||
-rw-r--r-- | japanese/emacs20-dl-wnn6/pkg-descr | 24 |
2 files changed, 44 insertions, 2 deletions
diff --git a/japanese/emacs20-dl-canna/pkg-descr b/japanese/emacs20-dl-canna/pkg-descr index 255ef841af61..b6e21d925d00 100644 --- a/japanese/emacs20-dl-canna/pkg-descr +++ b/japanese/emacs20-dl-canna/pkg-descr @@ -2,11 +2,33 @@ 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) +And you must use emacs-dl-20.3 (not emacs-20.3!). + This dynamic loading module sources and emacs20 dynamic loading patch is placed on the following URL: diff --git a/japanese/emacs20-dl-wnn6/pkg-descr b/japanese/emacs20-dl-wnn6/pkg-descr index d35ba28e2444..f8654c0bfd2b 100644 --- a/japanese/emacs20-dl-wnn6/pkg-descr +++ b/japanese/emacs20-dl-wnn6/pkg-descr @@ -2,11 +2,31 @@ Input method module `Wnn' for Emacs with dynamic loading enhancement. This is an input method module Wnn 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 egg-wnn *** + To use Wnn, put in your $HOME/.emacs as follows: - (autoload 'egg "egg" "Initialize EGG." t) + (autoload 'egg "egg" "Initialize EGG." t) -and M-x egg. +and M-x egg on emacs-dl-20.3 (not emacs-20.3!). This dynamic loading module sources and emacs20 dynamic loading patch is placed on the following URL: |