diff options
| author | Mekeor Melire | 2023-12-04 16:37:37 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2024-01-27 12:18:17 +0200 |
| commit | 756daa93b3ef7ce33e741ab30000fa397fcd9783 (patch) | |
| tree | a786173c459d98118abe77156296205b2ab62491 /etc | |
| parent | 09cdf8a406c5b73e8924a7396c2aaabe74a1a638 (diff) | |
| download | emacs-756daa93b3ef7ce33e741ab30000fa397fcd9783.tar.gz emacs-756daa93b3ef7ce33e741ab30000fa397fcd9783.zip | |
Add option Info-url-alist
* lisp/info.el (Info-url-alist): New option mapping manuals
to URLs.
(Info-url-for-node): Use it.
* test/lisp/info-tests.el (test-info-urls): Add more tests.
In particular, 'Info-url-for-node' should error when
manual-name is not handled in 'Info-url-alist'.
* etc/NEWS: Announce the change. (Bug#67615)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -436,6 +436,15 @@ only to specify the 'mouse-4/5/6/7' events generated by older | |||
| 436 | configurations such as X11 when the X server does not support at least | 436 | configurations such as X11 when the X server does not support at least |
| 437 | version 2.1 of the X Input Extension, and 'xterm-mouse-mode'. | 437 | version 2.1 of the X Input Extension, and 'xterm-mouse-mode'. |
| 438 | 438 | ||
| 439 | ** Info | ||
| 440 | |||
| 441 | --- | ||
| 442 | *** New user option 'Info-url-alist'. | ||
| 443 | This user option associates manual-names with URLs. It affects the | ||
| 444 | 'Info-goto-node-web' command. By default, associations for all | ||
| 445 | Emacs-included manuals are set. Further associations can be added for | ||
| 446 | arbitrary Info manuals. | ||
| 447 | |||
| 439 | +++ | 448 | +++ |
| 440 | ** New command 'lldb'. | 449 | ** New command 'lldb'. |
| 441 | Run the LLDB debugger, analogous to the 'gud-gdb' command. | 450 | Run the LLDB debugger, analogous to the 'gud-gdb' command. |