[Mew-dist 09137] Re: b31
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
1999年 6月 4日 (金) 12:30:35 JST
From: SUGIMORI (杉森 隆行) <taro at example.com>
Subject: [Mew-dist 09116] Re: b31
Date: Thu, 3 Jun 1999 20:17:17 +0900
> mew単体ではエラーにならないので、ここに報告するのも何なのですが、
> mew-1.94b31とxciteの組みあわせでエラーが出るようになってしまいました。
> draftバッファでxciteにて引用するとエラーがでます。
これで直りますか?
--かず
-------------- next part --------------
*** mew-syntax.el.orig Fri Jun 4 12:26:07 1999
--- mew-syntax.el Fri Jun 4 12:28:15 1999
***************
*** 845,852 ****
(put-text-property end (point) 'start-open t)
(put-text-property end (point) 'end-open t))
(t
! (put-text-property (1- end) end 'front-nonsticky t)
! (put-text-property (1- (point)) (point) 'rear-nonsticky t)))
(put-text-property end (point) 'read-only t)
end)))
--- 845,854 ----
(put-text-property end (point) 'start-open t)
(put-text-property end (point) 'end-open t))
(t
! (if (not (equal end 1))
! (put-text-property (1- end) end 'front-nonsticky t))
! (if (not (equal (point) 1))
! (put-text-property (1- (point)) (point) 'rear-nonsticky t))))
(put-text-property end (point) 'read-only t)
end)))
Mew-dist メーリングリストの案内