Variable: mm-w3m-standalone-supports-m17n-p
mm-w3m-standalone-supports-m17n-p is a customizable variable defined
in mm-view.el.gz.
Value
undecided
Documentation
T means the w3m command supports the m17n feature.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-view.el.gz
(defcustom mm-w3m-standalone-supports-m17n-p 'undecided
"T means the w3m command supports the m17n feature."
:type '(choice (const nil) (const t) (other :tag "detect" undecided))
:group 'mime-display)