[mew-win32 04168] Re: byte-code: Mew found some errors above
Kazuhiro SATO
k.sato at example.com
2004年 11月 30日 (火) 23:56:49 JST
こんにちは,みなさん。
佐藤@千葉市です。
In message "[mew-win32 04167] Re: byte-code: Mew found some errors above",
Mitsugu SAKAMOTO wrote...
きる動作(この場合は M-x mew)をやってください。
>すると、*backtrace*と言うバッファにいろいろ表示されるので、それをMLなど
>で見せていただけると、誰か原因が判るかもしれません。
こんなものが吐き出されていました。
Debugger entered--Lisp error: (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) (mew-rotate-log-files mew-refile-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)
/***
佐藤 和浩(Kazuhiro SATO)
k.sato at example.com
http://skywalk.ddo.jp/ http://dawg.zive.net/
***/
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.4.3 - Release Date: 2004/11/26
Mew-win32 メーリングリストの案内