Re: mm-text-html-renderer

Katsumi Yamaoka <[email protected]> Thu, 26 Oct 2006 08:50:41 +0900
Newsgroups gmane.emacs.gnus.semi.japanese
Organization Emacsen advocacy group
Message-ID <[email protected]>
>>>>> In [semi-gnus-ja : No.20896]  wrote:

> text/html 
> gnus 
>  <a> 

>  mm-text-html-renderer  text2html  ignore 
>  html 
> 

Summary  `C-u g' Content-Type 
iso-2022-jp 


 (setq mm-text-html-renderer 'ignore) 
charset 


(eval-after-load "mm-view"
  '(push '(ignore mm-inline-render-with-function ignore)
	 mm-text-html-renderer-alist))

`mm-text-html-washer-alist' 

`mm-text-html-renderer' 

--