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

[mgp-users-jp 00719] mew-mail-domain-list について



はじめまして田中と申します。

Mewの設定がうまくできないのでメールしています。

MEWを起動している途中で
Mew errors:
Must set 'mew-mail-domain-list'
という表示が出てとまってしまいます。
(my dir)/.emacs の設定は以下の通りです。


(if (string-match "XEmacs" emacs-version)
    (load (expand-file-name "~/.xemacs.el") nil t nil)
  (load (expand-file-name "~/.emacs.el") nil t nil)
)
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(setq mew-mail-domain-list '("mars.dti.ne.jp"))
(setq mew-icon-directory "/usr/share/pixmaps")
(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-letter
      'mew-draft-kill
      'mew-send-hook))

どこかまずいのでしょうか?
(mew-icon-directoryはどこをしてすればいいのでしょうか?
適当なディレクトリを選んでいるのですが・・・。)

VINE2.0を使っています。
EMACS20.5,IM130, PERL5は最初からインストールしてありました。
取り敢えず「IMSETUP」と.emacsファイルの設定を記述しただけの状態です 。
PATHの設定かなにか必要なのでしょうか?

過去の記事を探しては見たものの
うまく見付けることができませんでした
基本的な質問で申し訳ないのですが宜しくお願いします