[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnatom broken?
From: |
James Thomas |
Subject: |
Re: nnatom broken? |
Date: |
Mon, 10 Mar 2025 13:27:30 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
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?
>
> 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)
--
- Re: nnatom broken?,
James Thomas <=