~johnhamelink/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH elfeed-paywall] Correct deref function name

Details
Message ID
<20220704170600.15285-1-joshua@joshuao.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 README.md  | 2 +-
 README.org | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a208283..014ede2 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ This package solves these three problems:
      (elfeed-paywall-with-tag
       entry 'paywall
       (lambda ()
         (elfeed-log 'info "Processing Entry %s" (entry-deref (elfeed-entry-title entry)))
         (elfeed-log 'info "Processing Entry %s" (elfeed-deref (elfeed-entry-title entry)))
         ;; Remove the analytics URL forwarder that is put in front of
         ;; "The Register" articles
         (elfeed-paywall-replace-regexp-in-link
diff --git a/README.org b/README.org
index eb709a6..518d132 100644
--- a/README.org
+++ b/README.org
@@ -36,7 +36,7 @@ This package solves these three problems:
    (elfeed-paywall-with-tag
     entry 'paywall
     (lambda ()
       (elfeed-log 'info "Processing Entry %s" (entry-deref (elfeed-entry-title entry)))
       (elfeed-log 'info "Processing Entry %s" (elfeed-deref (elfeed-entry-title entry)))
       ;; Remove the analytics URL forwarder that is put in front of
       ;; "The Register" articles
       (elfeed-paywall-replace-regexp-in-link
-- 
2.36.1
Details
Message ID
<87wncfwy1s.fsf@johnhame.link>
In-Reply-To
<20220704170600.15285-1-joshua@joshuao.com> (view parent)
DKIM signature
missing
Download raw message
Hi Joshua,

Thanks for this patch, I've applied it!

Best,
JH

Joshua O'Connor <joshua@joshuao.com> writes:

> ---
>  README.md  | 2 +-
>  README.org | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README.md b/README.md
> index a208283..014ede2 100644
> --- a/README.md
> +++ b/README.md
> @@ -36,7 +36,7 @@ This package solves these three problems:
>        (elfeed-paywall-with-tag
>         entry 'paywall
>         (lambda ()
> -         (elfeed-log 'info "Processing Entry %s" (entry-deref (elfeed-entry-title entry)))
> +         (elfeed-log 'info "Processing Entry %s" (elfeed-deref (elfeed-entry-title entry)))
>           ;; Remove the analytics URL forwarder that is put in front of
>           ;; "The Register" articles
>           (elfeed-paywall-replace-regexp-in-link
> diff --git a/README.org b/README.org
> index eb709a6..518d132 100644
> --- a/README.org
> +++ b/README.org
> @@ -36,7 +36,7 @@ This package solves these three problems:
>      (elfeed-paywall-with-tag
>       entry 'paywall
>       (lambda ()
> -       (elfeed-log 'info "Processing Entry %s" (entry-deref (elfeed-entry-title entry)))
> +       (elfeed-log 'info "Processing Entry %s" (elfeed-deref (elfeed-entry-title entry)))
>         ;; Remove the analytics URL forwarder that is put in front of
>         ;; "The Register" articles
>         (elfeed-paywall-replace-regexp-in-link
Reply to thread Export thread (mbox)