mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Don't advertise obsolete library html2text.el
* doc/misc/emacs-mime.texi (Display Customization): * doc/misc/gnus-faq.texi (FAQ 4-7): * doc/misc/gnus.texi (Article Washing): * doc/misc/mh-e.texi (HTML): * lisp/gnus/mm-decode.el (mm-text-html-renderer): Don't advertise obsolete library html2text.el.
This commit is contained in:
parent
a64fe6f319
commit
ecc647d011
5 changed files with 9 additions and 22 deletions
|
|
@ -117,8 +117,7 @@
|
|||
(cond ((fboundp 'libxml-parse-html-region) 'shr)
|
||||
((executable-find "w3m") 'gnus-w3m)
|
||||
((executable-find "links") 'links)
|
||||
((executable-find "lynx") 'lynx)
|
||||
((locate-library "html2text") 'html2text))
|
||||
((executable-find "lynx") 'lynx))
|
||||
"Render of HTML contents.
|
||||
It is one of defined renderer types, or a rendering function.
|
||||
The defined renderer types are:
|
||||
|
|
@ -127,16 +126,14 @@ The defined renderer types are:
|
|||
`w3m': use emacs-w3m;
|
||||
`w3m-standalone': use plain w3m;
|
||||
`links': use links;
|
||||
`lynx': use lynx;
|
||||
`html2text': use html2text."
|
||||
:version "27.1"
|
||||
`lynx': use lynx."
|
||||
:version "29.1"
|
||||
:type '(choice (const shr)
|
||||
(const gnus-w3m)
|
||||
(const w3m :tag "emacs-w3m")
|
||||
(const w3m-standalone :tag "standalone w3m" )
|
||||
(const links)
|
||||
(const lynx)
|
||||
(const html2text)
|
||||
(function))
|
||||
:group 'mime-display)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue