[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fol] [Q] Trouble with Wnn4/Mule


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)

      ))

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: