diff options
| author | Lars Magne Ingebrigtsen | 2014-12-05 16:51:51 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-12-05 16:51:59 +0100 |
| commit | bee76e566c0e8d9f0b9fc6a48a36cf53e5408f91 (patch) | |
| tree | 28a2b90be38d01a044099a904af80d3ac7cfe71e /etc | |
| parent | 7747e23ecd6c7b140a67812ad22421ef426a7a24 (diff) | |
| download | emacs-bee76e566c0e8d9f0b9fc6a48a36cf53e5408f91.tar.gz emacs-bee76e566c0e8d9f0b9fc6a48a36cf53e5408f91.zip | |
Make eww use mailcap when displaying PDF files
Fixes: debbugs:19270
* net/eww.el (eww-display-pdf): Let mailcap determine how to
display PDF files.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -210,6 +210,8 @@ xml.el/libxml2 DOM, and a new package dom.el has been added to | |||
| 210 | interact with this DOM. See the Emacs Lisp manual for interface | 210 | interact with this DOM. See the Emacs Lisp manual for interface |
| 211 | details. | 211 | details. |
| 212 | 212 | ||
| 213 | *** `mailcap-mime-data' is now consulted when displaying PDF files. | ||
| 214 | |||
| 213 | ** Message mode | 215 | ** Message mode |
| 214 | 216 | ||
| 215 | *** text/html messages that contain inline image parts will be | 217 | *** text/html messages that contain inline image parts will be |