[Mew-dist 09391] Mew1.93 config error ?
Tatsushi Higuchi
t-higu at example.com
1999年 6月 18日 (金) 12:54:38 JST
樋口@横浜市 と申します。
聞くは一時の恥...というわけで、また質問させていただきます。m(_ _)m
Windows98, Meadow の上で Mew1.93 を使ってメールのやりとりをしようとして
いるのですが、以下のような状況に陥っています。おそらく何か(.emacs ?)の
設定不良だと思うのですが...
(1) Mew 自体が立ち上がらないことが時々ある。(再現性不明)
その時、下記のような画面になって止まってしまいます。
--------------------------- エラー画面ここから -------------------------
Welcome to Mew world.
Mew -- Messaging in the Emacs World
Mew version 1.93
Copyright (C) 1994-1998 Kazu Yamamoto
Please send comments to Kazu at example.com
/\\ - \\/
Mew errors:
--------------------------- エラー画面ここまで -------------------------
"Mew errors:" の後に、何のエラーメッセージも表示されません。
この時、C-x b として " *mew tmp*" を実行すると下記のように表示されます。
--------------------------- *mew tmp* ここから -------------------------
MailPath=c:/meadow/Mail
NewsPath=c:/meadow/News
InboxFolder=+inbox
DraftFolder=+draft
TrashFolder=+trash
AliasFile=c:/meadow/.im/Aliases
PetnameFile=c:/meadow/.im/Petnames
QueuePath=c:/meadow/.im/queue
ImapAccount=
ConfigCases=
--------------------------- *mew tmp* ここまで -------------------------
これは、一体何を表しているのでしょう?
また、(1)とならずに正常に Mew が立ち上がった場合(この方が多い)、
次の問題が生じます。
(2)メールの送受信ができない。
プロバイダに接続して自分宛にテストメールを送っても、
"sending a message in background" と表示されているのですが、実際は
送られずに、Mail/draft のフォルダに溜まっていくだけになります。
また、別メーラで自分宛にテストメールを送っても、それを Mew では
受信することができません。
以上、(1)(2)の解決方法あるいは手がかりを御教示いただきたく、よろしく
お願いいたします。最後に、私の .emacs の中で Mew をインストールした
時に追加された部分を記しておきます。
------------------------- .emacs Mew関連部分ここから -------------------------
;;; Mew Easy Settings (generated automatically)
(setq mew-mail-address "t-higu at example.com")
(setq mew-mail-domain-list '("hi-ho.ne.jp"))
(setq user-full-name "Tatsushi Higuchi")
(if (eq 20 emacs-major-version)
(if (featurep 'meadow)
(setq load-path ; Meadow
(cons (concat exec-directory "../../site-lisp/mew") load-path))
(setq load-path ; NTEmacs
(cons (concat exec-directory "../../site-lisp/mew") load-path)))
(if (file-exists-p
(concat exec-directory "../site-lisp/mew"))
(setq load-path ; Mule for Win32 and site-lisp exists
(cons (concat exec-directory "../site-lisp/mew") load-path))
(setq load-path ; Mule for Win32 and site-lisp do not exist
(cons (concat exec-directory "../lisp") load-path))
))
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
------------------------- .emacs Mew関連部分ここまで -------------------------
--
Mew-dist メーリングリストの案内