VM

Comment 1 for bug 912014

Revision history for this message
Uday Reddy (reddyuday) wrote :

> I've setup vm-reply-hook to fill paragraphs in replies prior to my
> editing them. This configuration is copied from my previous vm
> setup, under xemacs.
>
> (add-hook 'vm-reply-hook 'vm-fill-long-lines-in-reply)

Please note that you don't need to do this. Once you have set the variable
I mentioned (vm-fill-paragraphs-containing-long-lines-in-reply) to a non-nil value, VM will invoke filling automatically.

> I can also get the identical error to occur by interactively calling
> vm-fill-long-lines-in-reply in the composition frame of the reply.

I think it is a good idea to allow the interactive use of this command. So,
I will add a check for the variable.

However, I think it is not a good idea to do automatic filling any more.
You can turn on auto-fill-mode in the message composition buffer. If there
are still long lines when you send, then VM will MIME-encode the message so
that it is legal and the email recipients can use their own viewers to do
filling or wrapping.

The problem with automatic filling is that it removes line breaks which may
be important, e.g., in tables or program code.