semi problem setting paragraph-start

John Owens em.20.jowens @ spamgourmet.com
2007年 6月 8日 (金) 10:31:56 JST


At Fri, 08 Jun 2007 10:19:45 +0900,
Katsumi Yamaoka wrote:
> 
> >>>>> In [emacs-mime-ja : No.02157] John Owens wrote:
> 
> > 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Å) 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!
> 
> 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 

(require 'filladapt)
(add-hook 'text-mode-hook 
	  '(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: 
Subject: 
User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.92 (powerpc-apple-darwin8.8.0) MULE/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ō) 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. 

Does that suffice for you to reproduce?

JDO






More information about the Emacs-mime-ja mailing list