Re: mm-text-html-renderer

YAGI Tatsuya <[email protected]> Thu, 26 Oct 2006 19:22:15 +0900
Newsgroups gmane.emacs.gnus.semi.japanese
Message-ID <[email protected]>


 text2html  html2text 

html2text  gnus 
<a> 
html2text 

 <a href="hoge">  M-x html2text RET 
C-g  hogehogehoge... 


 mm-view.el  (autoload 'html2text "html2text")
 M-x html2text RET 
(autoload  INTERACTIVE  )


Katsumi Yamaoka <[email protected]> writes:
>`mm-text-html-renderer' 
>


()


(setq mm-text-html-renderer
      (lambda (handle)
        (mm-inline-render-with-function
         handle 'ignore)))

eval-after-load