[mew-dist 24939] Draftモードの本文で日本語入力ができない

Susumu Sakanoue susumu at example.com
2004年 5月 26日 (水) 11:21:28 JST


坂ノ上と申します。お世話になります。
よろしくお願いします。

Draftモードの本文でWnn6を起動することができず、日本語をメール本文に
入力することができないです。
どうか、ご教示いただけますでしょうか。

環境は以下です。

> uname -a
SunOS ns 5.8 Generic_108528-27 sun4u sparc SUNW,Sun-Blade-100

> emacs --version
GNU Emacs 20.4.1
Copyright (C) 1999 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

emacsの.configureオプションは下記2つです。

 --with-gcc --with-x=no

mew-1.94.2でメールの取り込み送受信は可能です。

ctrl+\ でWnnを起動すると下記エラーになります。

 Can't activate input method `japanese-egg-wnn'

.emacsの設定は以下です。

> less .emacs
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(setq mew-icon-directory "$(PREFIX)/share/Mew")
(setq mew-mail-domain-list '("meichi.org"))
(set-language-environment "Japanese")
;       (set-terminal-coding-system 'iso-2022-jp)
(set-terminal-coding-system 'euc-jp)
;       (load-library "ja-wnn-start.el")

(set-keyboard-coding-system 'euc-japan)
(setq default-buffer-file-coding-system 'euc-japan)
(setq default-process-coding-system (cons 'japanese-iso-8bit-unix'japanese-iso-8bit-unix))
(setq default-input-method "japanese-egg-wnn")
(setq wnn-jserver "ns")
(setq jserver-list (list "ns"))
(load-library "mew-start.el")

(if (boundp 'read-mail-command)
        (setq read-mail-command 'mew))
(autoload 'mew-user-agent-compose "mew" nil t)
(if (boundp 'mail-user-agent)
        (setq mail-user-agent 'mew-user-agent))
(if (fboundp 'define-mail-user-agent)
        (define-mail-user-agent
        'mew-user-agent
        'mew-user-agent-compose
        'mew-draft-send-message
        'mew-draft-kill
        'mew-send-hook))

Wnnは起動しています。

# ps -ef |grep jserver
    root 21626     1  0 11:05:59 pts/1    0:00 /usr/lib/locale/ja/wnn/jserver
    root 21627 21626  0 11:05:59 pts/1    0:00 /usr/lib/locale/ja/wnn/jserver_m

よろしくお願いします。

-- 
---坂ノ上 晋(31) susumu at example.com



Mew-dist メーリングリストの案内