aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMekeor Melire2023-12-04 16:37:37 +0100
committerEli Zaretskii2024-01-27 12:18:17 +0200
commit756daa93b3ef7ce33e741ab30000fa397fcd9783 (patch)
treea786173c459d98118abe77156296205b2ab62491 /etc
parent09cdf8a406c5b73e8924a7396c2aaabe74a1a638 (diff)
downloademacs-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/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b249f7e1ecb..7e30cda7226 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -436,6 +436,15 @@ only to specify the 'mouse-4/5/6/7' events generated by older
436configurations such as X11 when the X server does not support at least 436configurations such as X11 when the X server does not support at least
437version 2.1 of the X Input Extension, and 'xterm-mouse-mode'. 437version 2.1 of the X Input Extension, and 'xterm-mouse-mode'.
438 438
439** Info
440
441---
442*** New user option 'Info-url-alist'.
443This user option associates manual-names with URLs. It affects the
444'Info-goto-node-web' command. By default, associations for all
445Emacs-included manuals are set. Further associations can be added for
446arbitrary Info manuals.
447
439+++ 448+++
440** New command 'lldb'. 449** New command 'lldb'.
441Run the LLDB debugger, analogous to the 'gud-gdb' command. 450Run the LLDB debugger, analogous to the 'gud-gdb' command.