Hi,
My name is Vachi. I'm using slackware 3.5 and PJE 0.1.2cm and I have some trouble with Wnn package that comes with it.
I installed the Wnn package(Jserver, Mule, etc) but I cannot convert Hiragana to Kanji in Mule. When I press SPACE to convert it, this error message comes out:付属語fileが読み込まれていません
and no conversion occurs. Dictionary files seem to be loaded correctly when I boot up. Hope someone can help me solve the problem. And you can answer me in Japanese also. Thx in advance.
The file .emacs is quite long, so I excerpt only the part that(I think) relate to Wnn and Japanese input. It is quite the same as the sample that comes with PJE. Here is it:
;;; 漢字コードの指定
(set-display-coding-system *euc-japan*unix)
(set-keyboard-coding-system *euc-japan*unix)
(set-default-file-coding-system *euc-japan*unix)
(set-default-process-coding-system *euc-japan*unix *euc-japan*unix)
(define-program-coding-system nil nil (cons *euc-japan*unix *euc-japan*unix))
;; Egg (Wnn フロントエンド) の設定
(if (and (boundp 'WNN) WNN) ; 『Wnn/emacs』であることを確認
(progn
;; jserver が動いているホストを指定
(set-wnn-host-name "localhost")
;; "nn" で「ん」を入力
(setq enable-double-n-syntax t)
;; "." で「.」、"," で「,」を入力。
;;(setq use-kuten-for-period nil)
;;(setq use-touten-for-comma nil)
;; 1234567890%#%"' を「半角」で入力"
(let ((its:*defrule-verbose* nil))
(its-define-mode "roma-kana")
(dolist (symbol '("1" "2" "3" "4" "5"
"6" "7" "8" "9" "0"
"#" "%" "\"" "'" ))
(its-defrule symbol symbol)))
;; おまけ :-)
;(set-egg-fence-mode-format "♪" "♪" 'highlight)
))
Follow-Ups:
- [fol] Re: [Q] Trouble with Wnn4/MuleIIJIMA 'Delmonta' Hiromitsu
- Prev by Date: [fol] Re: [Q]AGP(Intel740ボード)でXサーバーを認識させる事はできないのでしょうか?
- Next by Date: [fol] Re: [Q] AGP(Intel740ボード)でXサーバーを認識させる事はできないのでしょうか?
- Previous by thread: [fol] Re: ncurses で[Japanese EUC]を表示
- Next by thread: [fol] Re: [Q] Trouble with Wnn4/Mule
- Indexes:[Main][Thread]