Re: semi problem setting paragraph-start

John Owens <[email protected]> Thu, 07 Jun 2007 18:31:56 -0700
Newsgroups gmane.mail.emacs.mime.japanese,gmane.mail.wanderlust.general
Message-ID <m2sl93xmcz.wl%[email protected]>
At Fri, 08 Jun 2007 10:19:45 +0900,
Katsumi Yamaoka wrote:
>=20
> >>>>> In [emacs-mime-ja : No.02157] John Owens wrote:
>=20
> > 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.
>=20
> > However, with the fix, it fills the headers as well:
>=20
> > 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=81=C5=8D) APEL/10.6 Emacs/22.0.92 (powerpc-apple-darwin8.8.0) M=
ULE/5.0
> > (SAKAKI) --text follows this line-- test test
>=20
> > 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!
>=20
> The package which you use is Kyle Jones' filladapt.el, for example,
> http://www.wonderworks.com/download/filladapt.el, isn't it?  I've
> installed it right now.  I loaded it and ran `M-x filladapt-mode'.
> However, I don't know the way to reproduce the problem (if anything,
> I don't know how to use filladapt.el ;-).  Could you let me know
> things needed for reproducing the problem thoroughly?

Yes, happy to do so. Thank you for looking at it!

Yes, filladapt.el; I am using version 2.12. Pretty common package (for
English-speakers, anyway). I invoke it in .emacs with=20

(require 'filladapt)
(add-hook 'text-mode-hook=20
	  '(lambda()
	     (turn-on-auto-fill)
	     (turn-on-filladapt-mode)
	     (flyspell-mode)
))

I also have a recent (CVS) version of wanderlust installed. Then I
call M-x wl-draft. In my mode bar at the bottom of the screen I have

Draft Fly MIME-Edit 7bit Filladapt

In the main buffer:

From: John Owens <my email here>
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) M=
ULE/5.0 (SAKAKI)
--text follows this line--



Then I start typing after --text follows this line-- and hit M-q to
invoke fill-paragraph and it fills the headers:

From: John Owens <my email here> 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

It did NOT do this before I put in the paragraph-start emacs-mime fix.=20

Does that suffice for you to reproduce?

JDO