[Mew-dist 09331] Re: Can you "xcite"?

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
1999年 6月 15日 (火) 13:54:57 JST


From: SAITO Tetsuya (さいとてつや) <saito at example.com>
Subject: [Mew-dist 09322] Re: Can you "xcite"?
Date: Sun, 13 Jun 1999 12:38:26 +0900

> #あとは雲隠れしたかずさん待ちか?

これでいいでしょうか? xcite.el はオリジナルを使って下さい。

P.S.

Addrbook がある今、xcite はどう嬉しいのでしょうか?

--かず

-------------- next part --------------
Index: mew-draft.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-draft.el,v
retrieving revision 1.101
diff -c -r1.101 mew-draft.el
*** mew-draft.el	1999/06/08 13:00:03	1.101
--- mew-draft.el	1999/06/15 05:00:38
***************
*** 809,815 ****
        ;;
  
        ;; append message-id to references
!       (if ref-msgid
            (save-excursion
              (let ((ref (mew-header-get-value mew-references:))
                    (refl nil) rb)
--- 809,815 ----
        ;;
  
        ;; append message-id to references
!       (if (and ref-msgid (mew-header-p))
            (save-excursion
              (let ((ref (mew-header-get-value mew-references:))
                    (refl nil) rb)
Index: mew-syntax.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-syntax.el,v
retrieving revision 1.84
diff -c -r1.84 mew-syntax.el
*** mew-syntax.el	1999/06/08 13:00:04	1.84
--- mew-syntax.el	1999/06/15 04:57:54
***************
*** 776,782 ****
    (` (next-single-property-change (point-min) 'read-only)))
  
  (defmacro mew-attach-p ()
!   (` (get-text-property (1- (point-max)) 'mew-attach-end)))
  
  (defmacro mew-attach-valid-p ()
    (` (> (length mew-encode-syntax) (1+ mew-syntax-magic))))
--- 776,783 ----
    (` (next-single-property-change (point-min) 'read-only)))
  
  (defmacro mew-attach-p ()
!   (` (if (/= (point-max) 1)
! 	 (get-text-property (1- (point-max)) 'mew-attach-end))))
  
  (defmacro mew-attach-valid-p ()
    (` (> (length mew-encode-syntax) (1+ mew-syntax-magic))))


Mew-dist メーリングリストの案内