← Back to team overview

vm team mailing list archive

[Bug 381827] Re: vm-fill-paragraphs-containing-long-lines not working when set to window-width

 

You shouldn't need both visual-line-mode and filling if everything is
working right.  (In fact, filling makes the visual-line-mode redundant
because visual-line-mode is meant for paragraphs without line breaks.)
I think you are getting some messages that are not getting filled and,
therefore, visual-line-mode is catching them.

I actually found an instance of vm-fill-paragraphs-containing-long-lines disabled in vm-show-current-message.  There is a comment there that says:
  ;; FIXME this probably cause folder corruption by filling the folder instead
  ;; of the presentation copy  ...
Hmm.. trouble.  This will take a while to get fixed.  Meanwhile, you have the visual-line-mode.  Enjoy!

Uday


** Changed in: viewmail
       Status: Incomplete => Confirmed

** Changed in: vm
       Status: Incomplete => Confirmed

-- 
vm-fill-paragraphs-containing-long-lines not working when set to window-width
https://bugs.launchpad.net/bugs/381827
You received this bug notification because you are a member of VM
development team, which is the registrant for VM (defunct).

Status in VM - Goto http://launchpad.net/vm for active development: Confirmed
Status in VM (View Mail) for Emacs: Confirmed

Bug description:
when set to this value, filling is done for a width that's some 10 characters larger than the actual window width, instead of a few characters shorter.