[Mew-dist 05376] Re: Mew 1.93b44, x-cite, mew-summary-reply-with-citation()
SAKAI Kiyotaka
ksakai at example.com
1998年 7月 6日 (月) 11:19:26 JST
>> In article <r9nk95tv5ho.fsf_-_ at example.com>, Shuhei KOBAYASHI <shuhei-k at example.com> writes:
> # 「適切な設定」が何かは Supercite の info の "Hints to MUA Authors"
> # を参照してください。
> 上の info を読めばわかりますが、Gnus の問題ではありません。少なくとも
> mew-gnus.el 以降の問題です。
こういうものがあったのですね。件の文章には
Martin> 2: `point' is at the start of the header, `mark' at the
Martin> end of the message body.
とありましたが、mew-gnus.el では 'point' と 'mark' を逆の位置に設定し
ていました。
これを修正するためのパッチです。
--- /home/ksakai/src/mew-1.93b45/contrib/mew-gnus.el Mon Jul 6 10:10:19 1998
+++ mew-gnus.el Mon Jul 6 11:13:44 1998
@@ -117,9 +117,10 @@
(delete-other-windows)
(gnus-summary-display-article (gnus-summary-article-number) t) ;; redisplay
(pop-to-buffer gnus-article-buffer)
- (search-forward "\n\n" nil t)
- (push-mark (point) t t)
(goto-char (point-max))
+ (push-mark (point) t t)
+ (goto-char (point-min))
+ (search-forward "\n\n" nil t)
(let ((split-window-keep-point t))
(split-window-vertically))
(setq from (mew-header-extract-addr (gnus-fetch-field "From"))
--
酒井 清隆 (E-mail: ksakai at example.com)
Mew-dist メーリングリストの案内