[mew-int 2896] Re: mew-wrap-lines

Christophe TROESTLER Christophe.Troestler at example.com
Thu Jul 29 17:04:27 JST 2010


On Wed, 28 Jul 2010 21:28:14 -0700, Michael Ernst wrote:
> 
> A minor point:  it's error-prone to pass a string that might contain "%" as
> the first argument to the message function.

Thanks for your corrections.  The $B!H(Bmessage$B!I(B was just to help figuring
out whether this was doing its job correctly.  It is better to remove
it altogether.

Best,
C.

> (defadvice mew-fill-match-adaptive-prefix
>   (after mew-remove-itemize-chars activate)
>   "Remove the symbols commonly used as indicators for itemize lists from
> the prefix used for filling messages."
>   (message "%s" ad-return-value)
>   (setq ad-return-value
> 	(replace-regexp-in-string "[-*$(Q#@(B]" " " ad-return-value)))


More information about the Mew-int mailing list