emy-1.13.8, US-ASCII entity
Yoshiki Hayashi
yoshiki @ xemacs.org
2000年 10月 12日 (木) 18:16:03 JST
Yoshihiko Yamada <yyamada @ cac.co.jp> writes:
> C-c C-x TAB をやった直後は
>
> > (日本語文書)
> >
> >
> [2 <application/msword (base64)> ...]
>
> >
> > (日本語のsignature)
>
> のように余分なものはついていません。
もしかして、これで直ったりします?
-------------- next part --------------
Index: mime-edit.el
===================================================================
RCS file: /cvs/root/semi/mime-edit.el,v
retrieving revision 1.35.2.17.4.17
diff -u -r1.35.2.17.4.17 mime-edit.el
--- mime-edit.el 2000/10/10 04:57:32 1.35.2.17.4.17
+++ mime-edit.el 2000/10/12 09:14:25
@@ -2211,7 +2212,7 @@
(if (= end (point-max))
nil
(goto-char end)
- (or (looking-at mime-edit-beginning-tag-regexp)
+ (or (looking-at (concat "\n*" mime-edit-beginning-tag-regexp))
(eobp)
(insert (mime-make-text-tag) "\n")))
(visible-region beg end)
-------------- next part --------------
--
Yoshiki Hayashi
More information about the Emacs-mime-ja
mailing list