[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mhc:01056] Re: clicking menu bar (with mhc-cvs)
>> On Fri, 06 Oct 2000 13:25:22 +0900
>> yoichi@xxxxxxxxxxxxxxxxxxxxxxxx (Yoichi NAKAYAMA) said as follows:
>User-Agent な環境で,(setq mhc-file-method 'mhc-cvs)
>してつかっていると,メニューバーをクリックすると,
おやまあ、mhc-cvs.el の利用者が私の他にもいたんですね…。
>Signaling: (void-variable mhc-sync-remote)
> (stringp mhc-sync-remote)
> (and (not mhc-file/offline) (stringp mhc-sync-remote) (stringp mhc-sync-id))
>といわれます.
多分、以下のパッチで直るでしょう。
# 本業が忙しすぎて、未だに CVS の先端には追い付いていないので、確認で
# きませんが。
diff -u -u -r1.55 mhc.el
--- mhc.el 2000/10/04 01:16:36 1.55
+++ mhc.el 2000/10/06 05:01:47
@@ -79,9 +79,7 @@
("Network"
["Online" mhc-file-toggle-offline mhc-file/offline]
["Offline" mhc-file-toggle-offline (not mhc-file/offline)]
- ["Sync" mhc-file-sync (and (not mhc-file/offline)
- (stringp mhc-sync-remote)
- (stringp mhc-sync-id))])
+ ["Sync" mhc-file-sync (not mhc-file/offline)])
"----"
("PostScript"
["Preview" mhc-ps-preview t]
ただし、この修正は mhc-sync.el を利用している人にとっては、ちょっと不
幸せな修正かも知れないので、まだ commit はしていません。
--
土屋 雅稔 ( TSUCHIYA Masatoshi )
http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/