[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnatom broken?
From: |
Daniel Semyonov |
Subject: |
Re: nnatom broken? |
Date: |
Tue, 11 Mar 2025 00:17:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>>>>> James Thomas writes:
> Bartosz Kaczyński writes:
>> Joshua Barrett writes:
>>
>>> Bartosz Kaczyński writes:
>>>
>>>> Dnia 25 lutego 2025 21:03:52 CET, Joshua Barrett napisał/a:
>>>>> The manual suggests that I should gnus-group-browse-foreign-server to
>>>>> look at atom feeds.
>>>>
>>>>
>>>> Make sure that you are not using http(s) prefix while adding feed
>>>
>>> I did. I got the error message saying that's incorrect when I failed to
do so.
>>>
>>> The problem went away after I set mm-url-program to curl, so it may
>>> have been an issue with wget?
If the issue affected all feeds and went away when using curl it is
likely unrelated to nnatom/nnfeed.
>>
>> For me works:
>>
>> from *GROUP* buffer:
>> B (gnus-group-browse-foreign-server) -> nnatom ->
planet.emacslife.com/atom.xml -> RET
> This is most likely unrelated, but I had some occassional issues that
> may have gone away because I started testing with:
> diff --git a/lisp/gnus/nnfeed.el b/lisp/gnus/nnfeed.el
> index 3ae3d759fdb..d07a5c0539d 100644
> --- a/lisp/gnus/nnfeed.el
> +++ b/lisp/gnus/nnfeed.el
> @@ -294,7 +294,7 @@ nnfeed--write-server
> ((hash-table-p s)))
> (with-temp-file f
> (insert ";;;; -*- mode: lisp-data -*- DO NOT EDIT\n")
> - (prin1 s (current-buffer))
> + (prin1 s (current-buffer) t)
> (insert "\n")
> t)
> t)
I think this should be applied, I'm not sure why I didn't do this in the
first place to be honest, you should send a patch upstream (I don't have
commit access to the Emacs repo).
Daniel