diff options
| author | Mark Oteiza | 2016-10-21 11:23:39 -0400 |
|---|---|---|
| committer | Mark Oteiza | 2016-10-21 11:32:29 -0400 |
| commit | 76b08a35bb6b3b32e5e5fda53e374769ceae6ed8 (patch) | |
| tree | d25b79582ac9000e0b545d987a67a6dd4099c6a1 /etc | |
| parent | 0929e061fb544c0f4c10ff0412a41cf7e8148270 (diff) | |
| download | emacs-76b08a35bb6b3b32e5e5fda53e374769ceae6ed8.tar.gz emacs-76b08a35bb6b3b32e5e5fda53e374769ceae6ed8.zip | |
Teach browse-url to open man page urls
* lisp/net/browse-url.el (browse-url-man-function): New custom option.
(browse-url): Add a condition to catch links matching "^man:".
(browse-url-man): New function.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -275,6 +275,10 @@ whose content matches a regexp; bound to '% g'. | |||
| 275 | 'ibuffer-never-search-content-mode' used by | 275 | 'ibuffer-never-search-content-mode' used by |
| 276 | 'ibuffer-mark-by-content-regexp'. | 276 | 'ibuffer-mark-by-content-regexp'. |
| 277 | 277 | ||
| 278 | ** Browse-URL | ||
| 279 | |||
| 280 | *** Support for opening links to man pages in Man or WoMan mode. | ||
| 281 | |||
| 278 | ** Compilation mode | 282 | ** Compilation mode |
| 279 | 283 | ||
| 280 | --- | 284 | --- |