Re: semi problem setting paragraph-start
Katsumi Yamaoka <[email protected]> Fri, 08 Jun 2007 10:41:51 +0900
| Newsgroups | gmane.mail.wanderlust.general.japanese,gmane.mail.emacs.mime.japanese,gmane.mail.wanderlust.general |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
>>>>> In [emacs-mime-ja : No.02159] John Owens wrote: > 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) > )) [...] > --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: [...] > Does that suffice for you to reproduce? Exactly. And I realized the problem happens with Wanderlust but doesn't happen with Message (i.e., Gnus). I'll look into it further...