]> git.eshelyaron.com Git - emacs.git/commit
New command 'eww-copy-alternate-url'
authorEshel Yaron <me@eshelyaron.com>
Sat, 17 Jun 2023 10:48:51 +0000 (13:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Jun 2023 11:52:23 +0000 (14:52 +0300)
commitdfba4347c71d70b8357979ff0fb4bb070b0ed60c
tree7e7dd66cbe9751ce766de5e0272570527adc13a4
parent8e8667246a4c06c8362515cbd6bead889babb748
New command 'eww-copy-alternate-url'

This adds a new command to EWW that copies an alternate link to the
currently visited page into the kill ring.  This is useful for
subscribing to website feeds, etc.

* lisp/net/eww.el (eww--alternate-urls, eww-read-alternate-url):
 New functions.
(eww-copy-alternate-url): New command.
(eww-mode-map): Bind it to 'A'.

* doc/misc/eww.texi (Basics): Document it.

* etc/NEWS: Announce it.
(Bug#64126)
doc/misc/eww.texi
etc/NEWS
lisp/net/eww.el