emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filladapt mode stops filling after lengthy amount of emacs uptime


From: Chong Yidong
Subject: Re: filladapt mode stops filling after lengthy amount of emacs uptime
Date: Thu, 29 Mar 2007 13:45:31 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux)

John Owens <address@hidden> writes:

> More possibly the culprit is the MIME editing facility in SEMI, the MIME
> handling library (used in my mailer Wanderlust). In it:
>
> (defun turn-on-mime-edit ()
>     ...
>     (setq paragraph-start
>         (regexp-or mime-edit-single-part-tag-regexp
>                    paragraph-start))
>
> Here's that regexp. 
>
> (defconst mime-edit-single-part-tag-regexp
>   "--[[][[]\\([^]]*\\)]\\([[]\\([^]]*\\)]\\|\\)]"
>   "*Regexp of MIME tag in the form of [[CONTENT-TYPE][ENCODING]].")
>
> Does that seem like it might be the problem? (SEMI's problem?)

That's definitely it.  Please contact the Wanderlust developers and
tell them about this problem.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]