[mew-win32 03949] mewがたちあがりません
akira ohizumi
oizumi.akira at example.com
2003年 8月 6日 (水) 11:17:21 JST
大泉と申します。
windows 2000にてmewをたちあげようとすると下記メッセージ
が出てエラーとなります。どのように対処してよいか教えていただ
けないでしょうか?
○環境
OS: Windows 2000
Emacsen: meadow 1.15
GNU Emacs 20.7.1(i386-msvc-nt5.1.2195)
Mew: 3.2
Signaling: (error "Mew found some errors above.")
signal(error ("Mew found some errors above."))
error("Mew found some errors above.")
(condition-case nil (progn (cond ...) (or no-dir ...) (or no-dir ...)
(mew-mark-init) (mew-config-init) (mew-rotate-log-files
mew-smtp-log-file) (mew-rotate-log-files mew-nntp-log-file)) (error
(set-buffer ...) (goto-char ...) (insert "\n\nMew errors:\n\n") (and
error-message ...) (set-buffer-modified-p nil) (setq buffer-read-only t)
(error "Mew found some errors above.")))
(let (error-message) (condition-case nil (progn ... ... ... ... ...
... ...) (error ... ... ... ... ... ... ...)))
mew-set-environment()
(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)
execute-extended-command(nil)
* call-interactively(execute-extended-command)
Mew-win32 メーリングリストの案内