Re: filling first paragraph in wl-draft
Katsumi Yamaoka <[email protected]> Fri, 08 Jun 2007 11:28:36 +0900
| Newsgroups | gmane.mail.wanderlust.general.japanese,gmane.mail.wanderlust.general,gmane.mail.emacs.mime.japanese |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
>>>>> In [Wanderlust English : No.02147] Ron Isaacson wrote: > Ok... paragraph-start is definitely the key here. mail-mode (in > sendmail.el) changes this variable: > (setq paragraph-start (concat (regexp-quote mail-header-separator) [...] > It seems Yamaoka san's patch always tosses the current version of this > variable and uses the default, which is wrong in this case, because it > doesn't match the header delimiter. You probably need to go back to > the original version, possibly with some buffer-local flag to indicate > that the mime-edit part has already been added? Thank you very much for the suggestion. I understood what was wrong I did. I've fixed the code so that those values inherit the ones that `mail-mode' modifies. Could you try the `semi-1_14' of SEMI? Regards,