discussion and development of piem
 help / color / mirror / code / Atom feed
* [PATCH 0/5] Rework url-retrieve-synchronously wrapper
@ 2021-05-23 21:46 Kyle Meyer
  2021-05-23 21:46 ` [PATCH 1/5] b4: Check for message ID match when using current buffer's URL Kyle Meyer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kyle Meyer @ 2021-05-23 21:46 UTC (permalink / raw)
  To: piem

The main change is in the second patch, which brings piem's
url-retrieve-synchronously wrapper closer to url-insert-file-contents.
The other patches are small tweaks and cleanups in related code.

Note that this involves the removal of two functions,
piem-download-and-decompress and piem-check-gunzip.  I'd be surprised
if there are any outside callers at this point, but either way I don't
plan to add backward-compatibility kludges at this stage in
development.

  [1/5] b4: Check for message ID match when using current buffer's URL
  [2/5] Rework url-retrieve-synchronously wrapper
  [3/5] piem-gunzip-buffer: Check for gunzip executable
  [4/5] piem-gunzip-buffer: Absorb caching of gunzip check
  [5/5] piem-gunzip-buffer: Don't assume t.mbox.gz is being decompressed

 piem-b4.el |  18 +++++-----
 piem.el    | 104 ++++++++++++++++++++++++++---------------------------
 2 files changed, 60 insertions(+), 62 deletions(-)


base-commit: 2333819ee6b632909ba7333eb61be1653f5d8203
-- 
2.31.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-23 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 21:46 [PATCH 0/5] Rework url-retrieve-synchronously wrapper Kyle Meyer
2021-05-23 21:46 ` [PATCH 1/5] b4: Check for message ID match when using current buffer's URL Kyle Meyer
2021-05-23 21:46 ` [PATCH 2/5] Rework url-retrieve-synchronously wrapper Kyle Meyer
2021-05-23 21:46 ` [PATCH 3/5] piem-gunzip-buffer: Check for gunzip executable Kyle Meyer
2021-05-23 21:46 ` [PATCH 4/5] piem-gunzip-buffer: Absorb caching of gunzip check Kyle Meyer
2021-05-23 21:46 ` [PATCH 5/5] piem-gunzip-buffer: Don't assume t.mbox.gz is being decompressed Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.kyleam.com/piem/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).