Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. (add-to-list 'vm-mime-type-converter-alist
  2. '("text/html" "text/plain" "lynx -force_html -dump -stdin"))
  3.  
  4. Inline text/html by emacs-w3m display failed:
  5. (error "Emacs-w3m of this version does not support
  6. Emacs 23; try the development version")
  7.  
  8. (load-library "mm-decode")
  9. (setq mm-text-html-renderer "lynx")
  10.  
  11. text/html handling controlled by a new variable
  12. `vm-mime-text/html-handler' which is set to 'auto-select by
  13. default. It causes VM to locate the best library among
  14. emacs-w3m, external w3m, w3 and lynx to display html
  15. internally. (This replaces the earlier variable
  16. `vm-mime-use-w3-for-text/html'.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement