.emacs-my
changeset 1315 c2278c83f00a
parent 1314 54572ca2b27d
child 1316 da311a1522a0
equal deleted inserted replaced
1314:54572ca2b27d 1315:c2278c83f00a
  1837 
  1837 
  1838 ;; Do not use the html part of a message, use the text part if possible!
  1838 ;; Do not use the html part of a message, use the text part if possible!
  1839 (setq mm-discouraged-alternatives '("text/html" "text/richtext"))
  1839 (setq mm-discouraged-alternatives '("text/html" "text/richtext"))
  1840 (setq mm-text-html-renderer 'w3m)
  1840 (setq mm-text-html-renderer 'w3m)
  1841 
  1841 
  1842 (cl-eval-when 'compile
  1842 (eval-when-compile
  1843   (condition-case err
  1843   (condition-case err
  1844       (require 'w3m-util)
  1844       (require 'w3m-util)
  1845     (error (byte-compile-warn "FAIL: %S" err))))
  1845     (error (byte-compile-warn "FAIL: %S" err))))
  1846 
  1846 
  1847 (defun my-w3m-view-url ()
  1847 (defun my-w3m-view-url ()