summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAntero Mejr <antero@mailbox.org>2023-04-13 15:59:54 +0000
committerEli Zaretskii <eliz@gnu.org>2023-04-25 17:29:23 +0300
commitc7fc4c811923725b961cfbf7e6a2051ae08c1eea (patch)
treee84a90278d8f68a017656549328f2f825d6dbcfc /etc
parentdf6cc4d33b63880a270297ac321a0ae338274cd7 (diff)
downloademacs-c7fc4c811923725b961cfbf7e6a2051ae08c1eea.tar.gz
eww: Provide completions for bookmarks and suggested URIs.
* lisp/net/eww.el (eww): Add the result of 'eww-suggest-uris' to the completion collection argument. (eww-bookmark-urls): New procedure. (eww-suggest-uris): Add "eww-bookmark-urls" to the default list. * etc/NEWS (EWW): Add NEWS entry for the change. (Bug#62800)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 38858a4bc63..004c8bcc6da 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -236,6 +236,12 @@ activate this behavior.
The interactive minibuffer prompt when invoking 'eww' now has support
for tab completion.
++++
+*** 'eww' URL and keyword prompt now completes suggested URIs and bookmarks.
+The interactive minibuffer prompt when invoking 'eww' now provides
+completions from 'eww-suggest-uris'. 'eww-suggest-uris' now includes
+bookmark URIs.
+
** go-ts-mode
+++