Re: semi problem setting paragraph-start

John Owens <[email protected]> Thu, 7 Jun 2007 23:11:43 +0000 (UTC)
Newsgroups gmane.mail.emacs.mime.japanese
Message-ID <[email protected]>
Katsumi Yamaoka <yamaoka <at> jpl.org> writes:

>=20
> 1. Use the defalut values of `paragraph-start' and
>    `paragraph-separate'.

This solution works quite well, thanks.

With it, however, I have run into a tricky problem
with formatting. I use Wanderlust which uses wl-draft
to compose email messages, and also filladapt to fill
paragraphs. When I call wl-draft it looks like:

From: John Owens <my email addr>
To:=20
Subject:=20
User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/=
1.14.8
(Shij=C5=8D) APEL/10.6 Emacs/22.0.92 (powerpc-apple-darwin8.8.0) MULE/5.0=
 (SAKAKI)
--text follows this line--

Then typically I type my messages directly beneath.

Before Yamaoka-san's fix, if I filled a paragraph
directly beneath --text follows this line--, it would
fill properly below the line with no fill above the line.

However, with the fix, it fills the headers as well:

From: John Owens <my email addr> To: Subject: User-Agent:
Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8
(Shij=C5=8D) APEL/10.6 Emacs/22.0.92 (powerpc-apple-darwin8.8.0) MULE/5.0
(SAKAKI) --text follows this line-- test test

which is really annoying. This is surely a weird
interaction between emacs-mime, wanderlust, and filladapt,
and I'd like to get some suggestions on how I could fix
it. Thanks!

JDO