[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Meadow3: build-mail命令が動かない:mailaliases.el と flyspell-mode のせい?



宮川です。お世話になります。8.25,2006 (Fri) 0:3:21

Meadow3 の netinstall(setup-ja.exe 2006.8.23実行)の結果について,標記をおたずねします。

Q1. mailaliases.el がautoload されていないようです。
なぜ呼ばれていないのか(どう修正するものか)を教えてください。

従って,

ctl-x m で (compose-mail)を起動すると

Lisp error: (void-function build-mail-aliases)
となります。.../meadow/lisp/mail/ の中の mailaliases.el を手
動でロードすればここは通りますが,次のエラーとなります。

Q2. Meadow3の次のエラーメッセージで呼ばれている
  ispell-maybe-find-aspell-dictionaries() 関数はどこにあるのでしょうか。
ctl-x m (build-mail) を読んだときのエラーメッセージです。
(長くてごめんなさい)

Debugger entered--Lisp error: (void-function ispell-maybe-find-aspell-dictionaries)
  ispell-maybe-find-aspell-dictionaries()
  flyspell-mode-on()
  flyspell-mode(1)
  (lambda nil (flyspell-mode 1))()
  run-hooks(text-mode-hook message-mode-hook)
  apply(run-hooks (text-mode-hook message-mode-hook))
  run-mode-hooks(message-mode-hook)
  message-mode()
  message-pop-to-buffer("*mail*<6>")
  message-mail(nil nil nil nil nil nil nil)
  gnus-msg-mail(nil nil nil nil nil nil nil)
  ad-Orig-compose-mail(nil nil nil nil nil nil nil)
  (setq ad-return-value (ad-Orig-compose-mail to subject other-headers continue switch-function yank-action send-actions))
  (let (ad-return-value) (require (quote gnus)) (require (quote gnus-agent)) (gnus-read-init-file) (setq ad-return-value (ad-Orig-compose-mail to subject other-headers continue switch-function yank-action send-actions)) ad-return-value)
  compose-mail(nil nil nil nil)
  call-interactively(compose-mail)

OS は MS Windwos XP です。.emacs で ispell についての設定はしています
が,次の flyspell-mode の設定は,自分では(.emacs などでは)やっていな
いと思うのですが,上のエラーメッセージを見る限り,どこかで誰
かがやっているようです: 

;; flyspell-mode in tex, txt mode
(add-hook 'text-mode-hook
	  (lambda () (flyspell-mode 1)))
(add-hook 'tex-mode-hook
	  (lambda () (flyspell-mode 1)))

もし,システムがやっているのなら,この付近の事情も教えていただくとう
れしいです。 

-- 
宮川正弘(原因は自分にあると思いますので躊躇いますが,post
します)