[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mhc:01825] Re: mhc-0.25.1 on T-gnus ?
>>>>> [mhc : No.01823] にて
>>>>> "瀧山" = Takeshi TAKIYAMA <takiyama@xxxxxxxxxxxxxxxxxxxxxxx> さんは書きました:
瀧山> > どのようにして MHC をインストールしましたか?
瀧山> > 詳しい手順を教えてください。
瀧山> (1) MHC のwebより mhc-0.25.1.tar.gz を get
瀧山> (2) tarして、mhc-0.25.1/emacs/ 以下 の全ファイルを
瀧山> Meadow/site-lisp/mhc/に cp
瀧山> (3) .emacs に上記のとおり追記
snip
瀧山> これだけ出力されて、backtrace をはきます。
十分には調べてないのですが、T-gnus の版によっては、この問題が生じ
るようです。
Meadow で MHC-0.25.1 を使う場合には、下記の修正がされている最近の
T-gnus を使ってください(または、ずっと昔の版でもいいかも)。
参考までに、diff を添付します。
> 2003-04-13 Lars Magne Ingebrigtsen <larsi@xxxxxxxx>
>
> * gnus.el (gnus-group-prefixed-name): Comment out the test for
> colon.
どうも、この修正前は、ドライブレター関係で
gnus-group-prefixed-name() が変な値を返していたようです。
でも、どうせ使うのなら snapshot の MHC を使うことを強くお勧めします。
これだと、上記のような問題は生じないと思います。
-----------------------------------------------------------------------
(defun gnus-group-prefixed-name (group method)
"Return the whole name from GROUP and METHOD."
(and (stringp method) (setq method (gnus-server-to-method method)))
(if (or (not method)
(gnus-server-equal method "native")
- (string-match ":" group))
+; (string-match ":" group)
+ )
group
(concat (gnus-method-to-server-name method) ":" group)))
--
三好 雅則 mailto:miyoshi@xxxxxxxxxxxxxxxx
http://www.boreas.dti.ne.jp/~miyoshi/ (Meadow2 のページ始めました)