summaryrefslogtreecommitdiff
path: root/japanese/emacs20-dl-wnn6
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-03-13 15:54:03 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-03-13 15:54:03 +0000
commit479d049c394c6845c1b93a84b7c8b42ec6d2dff2 (patch)
tree71b68991e07e0cd377536317b9c5165ee75debd4 /japanese/emacs20-dl-wnn6
parentFixed MASTER_SITES (diff)
Add an information about using japanese on Emacs20.
Notes
Notes: svn path=/head/; revision=17164
Diffstat (limited to 'japanese/emacs20-dl-wnn6')
-rw-r--r--japanese/emacs20-dl-wnn6/pkg-descr24
1 files changed, 22 insertions, 2 deletions
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: