[mew-dist 24042] Initialize Error on Linux
Y YAMAMOTO
yayamamo at example.com
2003年 9月 30日 (火) 22:09:48 JST
こんにちは。
初めて投稿させて頂きます。
先頃Mew version 4.0.58をインストールしたのですが、実際にMewを立ち上げようとすると、以下のメッセージが表示されて処理が止まってしまいます。
Symbol's value as variable is void: SMTP
必要な環境整備はしたと思いますが、原因が分かりません。
環境やBacktraceの内容は以下の通りです。
解決法をご教授下さい。
Linux 2.4.20-20.8smp (RedHat 8.0)
GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
Debugger entered--Lisp error: (void-variable SMTP)
eval-buffer(#<buffer *load*> nil "~/.mew" nil t)
load-with-code-conversion("/home/foo/.mew.el" "~/.mew" t t)
load("~/.mew" no-err no-msg)
(save-current-buffer (set-buffer temp-buffer) (run-hooks (quote mew-env-hook)) (load mew-rc-file (quote no-err) (quote no-msg)) (switch-to-buffer (current-buffer)) (mew-window-configure (quote ...)) (mew-hello) (message "Setting up Mew world...") (mew-set-environment) (run-hooks (quote mew-init-hook)) (mew-status-update t) (mew-passwd-setup) (mew-highlight-timer-setup) (setq mew-init-p t) (message "Setting up Mew world...done"))
(with-current-buffer temp-buffer (run-hooks (quote mew-env-hook)) (load mew-rc-file (quote no-err) (quote no-msg)) (switch-to-buffer (current-buffer)) (mew-window-configure (quote ...)) (mew-hello) (message "Setting up Mew world...") (mew-set-environment) (run-hooks (quote mew-init-hook)) (mew-status-update t) (mew-passwd-setup) (mew-highlight-timer-setup) (setq mew-init-p t) (message "Setting up Mew world...done"))
(unwind-protect (with-current-buffer temp-buffer (run-hooks ...) (load mew-rc-file ... ...) (switch-to-buffer ...) (mew-window-configure ...) (mew-hello) (message "Setting up Mew world...") (mew-set-environment) (run-hooks ...) (mew-status-update t) (mew-passwd-setup) (mew-highlight-timer-setup) (setq mew-init-p t) (message "Setting up Mew world...done")) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
(let ((temp-buffer ...)) (unwind-protect (with-current-buffer temp-buffer ... ... ... ... ... ... ... ... ... ... ... ... ...) (and ... ...)))
(with-temp-buffer (run-hooks (quote mew-env-hook)) (load mew-rc-file (quote no-err) (quote no-msg)) (switch-to-buffer (current-buffer)) (mew-window-configure (quote ...)) (mew-hello) (message "Setting up Mew world...") (mew-set-environment) (run-hooks (quote mew-init-hook)) (mew-status-update t) (mew-passwd-setup) (mew-highlight-timer-setup) (setq mew-init-p t) (message "Setting up Mew world...done"))
mew-init()
(if mew-init-p nil (mew-init))
(unless mew-init-p (mew-init))
mew(nil)
call-interactively(mew)
山本
Mew-dist メーリングリストの案内