branch: externals/plz
commit 1884d038ae67e8025df2211bca8072edb7f57b1c
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Notes: Add note about Lars Ingebrigtsen's with-url macro
---
notes.org | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/notes.org b/notes.org
index d29b4d781d..52f1f93164 100644
--- a/notes.org
+++ b/notes.org
@@ -112,6 +112,12 @@ Assuming that =plz= has already called
=decode-coding-region=, this is straightf
:TOC: :depth 1
:END:
+** Discussions
+
+***
[[https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg01070.html][with-url]]
+
+[2020-12-20 Sun 08:11] At the end of 2016, Lars Ingebrigtsen
[[https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg01070.html][proposed]]
a ~with-url~ macro that improves on ~url-retrieve~ and
~url-retrieve-synchronously~. It was
[[https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg01220.html][mentioned]]
by David Engster in
[[https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg01217.html][this
thread]] from 2020. It looks like it has a nice API. Unfortunately it h [...]
+
** Similar projects
*** [[https://github.com/ebpa/fetch.el][GitHub - ebpa/fetch.el: A simple HTTP
request library modeled after the web browser API]]