← Back to team overview

vm team mailing list archive

[Bug 515478] Re: Smoothen emacs-w3m interface

 

The jitter is due to the variable w3m-force-redisplay, which might be
unnecessarily set to t.  Setting it to nil avoids the jitter.

The double decoding of MIME messages is for preview and show.  Added a
variable vm-mime-decode-for-show using which the double decoding can be
turned off.  But it is not clear if it will introduce any other
problems.  (This seems to have been inherited from Kyle's code.)


** Changed in: vm
       Status: Confirmed => In Progress

-- 
Smoothen emacs-w3m interface
https://bugs.launchpad.net/bugs/515478
You received this bug notification because you are a member of VM
development team, which is the registrant for VM.

Status in VM (View Mail) for Emacs: In Progress

Bug description:
When a html message is first viewed by emacs-w3m, there is 'jitter'.  The *Messages* buffer shows Inlining text/html...

After hitting <SPC>, there is more jitter instead of scrolling forward.  The *Messages* buffer shows another instance of "Inline text/html...".

All this gives a half-baked impression.





References