viewmail-bugs
[Top][All Lists]
Advanced

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

Re: [vm-bugs] wrong-type-argument for vm-fill-long-lines-in-reply


From: Uday Reddy
Subject: Re: [vm-bugs] wrong-type-argument for vm-fill-long-lines-in-reply
Date: Wed, 4 Jan 2012 21:36:11 +0000

Matthew Lovell writes:

> 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 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.

Cheers,
Uday



reply via email to

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