[Mew-dist 05638] Re: draft-modeでattempt to modify read-only textといわれる

Takeshi Itoh titou at example.com
1998年 7月 24日 (金) 23:55:50 JST


伊藤@Bitsです。

>>>>> 私 == Takeshi Itoh <titou at example.com> は
>>>>> "[Mew-dist 05613] draft-modeでattempt to modify read-only textといわれる" の中で書きました。

M-> でバッファの最後に行きそこで改行で終わらない行を作成。そこで
> C-c C-a で attachment を適当に作成し C-c C-m でエラーとなります。

簡単に M-x mew-send C-c C-a C-c C-m で再現します。とりあえず以下
の様にして対処しましたがもっとちゃんとした修正があると思えます。

--- mew-encode.el	1998/07/18 15:08:11	1.1.1.6
+++ mew-encode.el	1998/07/24 12:05:35
@@ -336,7 +336,8 @@
       ;; A cover page doesn't exist
       ;; Remove the cover page entry from the syntax
       (setq syntax (mew-syntax-remove-entry syntax '(1))))
-    (delete-region beg (point-max))
+    (let ((inhibit-read-only t))
+      (delete-region beg (point-max)))
     ;; Now only the header in the draft
     ;;
     ;; Let's go multi

-- 
Linux 2.0.35 i486up 4 days, 19:29,
PGP public key http://plaza6.mbn.or.jp/~tito/tito-pgppub.txt
email  tito at example.com                        伊藤 剛@BITS



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