File: gnus-html.el.html
The idea is to provide a simple, fast and pretty minimal way to render HTML (including links and images) in a buffer, based on an external HTML renderer (i.e., w3m).
Defined variables (4)
gnus-html-frame-width | What width to use when rendering HTML. |
gnus-html-image-automatic-caching | Whether automatically cache retrieve images. |
gnus-html-image-cache-ttl | Number of seconds used to determine if we should use images from the cache. |
gnus-max-image-proportion | How big pictures displayed are in relation to the window they’re in. |
Defined functions (16)
gnus-article-html | (&optional HANDLE) |
gnus-html-browse-image | () |
gnus-html-browse-url | () |
gnus-html-cache-expired | (URL TTL) |
gnus-html-display-image | (URL START END &optional ALT-TEXT) |
gnus-html-encode-url | (URL) |
gnus-html-get-image-data | (URL) |
gnus-html-image-fetched | (STATUS BUFFER IMAGE) |
gnus-html-image-url-blocked-p | (URL BLOCKED-IMAGES) |
gnus-html-insert-image | (&rest ARGS) |
gnus-html-maximum-image-size | () |
gnus-html-prefetch-images | (SUMMARY) |
gnus-html-put-image | (DATA URL &optional ALT-TEXT) |
gnus-html-schedule-image-fetching | (BUFFER IMAGE) |
gnus-html-show-alt-text | () |
gnus-html-wash-images | () |