diff options
| author | Michael Albinus | 2021-06-07 20:41:30 +0200 |
|---|---|---|
| committer | Michael Albinus | 2021-06-07 20:41:30 +0200 |
| commit | fcc827619f2cdac9d574f49e08ce4e5be41daf0a (patch) | |
| tree | f472744db6604108ec9b2888ed9092e56d515f26 /etc | |
| parent | 89f91e502ec484e7e544c3d33de596da5fe53f73 (diff) | |
| download | emacs-fcc827619f2cdac9d574f49e08ce4e5be41daf0a.tar.gz emacs-fcc827619f2cdac9d574f49e08ce4e5be41daf0a.zip | |
Improve support of remote files in browse-url.el
* etc/NEWS: Mention support of remote file browsing.
* lisp/net/browse-url.el (browse-url-of-buffer): Revert last change.
(browse-url-of-file): Use temporary file in case of remote file.
(Bug#48397)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1599,6 +1599,11 @@ symbol property to the browsing commands. With a new command | |||
| 1599 | 'browse-url-with-browser-kind', an URL can explicitly be browsed with | 1599 | 'browse-url-with-browser-kind', an URL can explicitly be browsed with |
| 1600 | either an internal or external browser. | 1600 | either an internal or external browser. |
| 1601 | 1601 | ||
| 1602 | --- | ||
| 1603 | *** Support for browsing of remote files. | ||
| 1604 | If a remote file is taken, a local temporary copy of that file is | ||
| 1605 | passed to the browser. | ||
| 1606 | |||
| 1602 | *** Support for the conkeror browser is now obsolete. | 1607 | *** Support for the conkeror browser is now obsolete. |
| 1603 | 1608 | ||
| 1604 | *** Support for the Mosaic browser has been removed. | 1609 | *** Support for the Mosaic browser has been removed. |