[mew-dist 18965] Re: 2.0.54
Hideyuki SHIRAI ( 白井秀行 )
shirai at example.com
2001年 9月 18日 (火) 11:47:59 JST
From: Masahiko Joichi <joichi at example.com> さん曰く
Subject: [mew-dist 18955] Re: 2.0.54
Message-ID: <20010917.172815.01363329.joichi at example.com>
Date: Mon, 17 Sep 2001 17:28:15 +0900 (JST)
> 早速、2.0.54をインストールしてみましたが、sortするとエラーが出ます。
CVS はかわっているかな?とおもったらまだだったので。。。
--
白井秀行 (mailto:shirai at example.com)
Index: mew-sort.el
===================================================================
RCS file: /cvsroot/shirai/mew/mew/mew-sort.el,v
retrieving revision 1.42
diff -c -c -r1.42 mew-sort.el
*** mew-sort.el 2001/09/17 08:04:11 1.42
--- mew-sort.el 2001/09/18 02:46:23
***************
*** 301,311 ****
(let ((orig (next-single-property-change
(point-min) 'mew-sort-orig)))
;; 'mew-sort-orign may start with bob.
- (save-excursion
- (goto-char orig)
- (beginning-of-line)
- (setq orig (point)))
(when orig
(mew-elet
;; 'mew-sort-orig is copied onto the entire message
;; number. (window-width) is long enough to remove
--- 301,311 ----
(let ((orig (next-single-property-change
(point-min) 'mew-sort-orig)))
;; 'mew-sort-orign may start with bob.
(when orig
+ (save-excursion
+ (goto-char orig)
+ (beginning-of-line)
+ (setq orig (point)))
(mew-elet
;; 'mew-sort-orig is copied onto the entire message
;; number. (window-width) is long enough to remove
Mew-dist メーリングリストの案内