emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 1601c5a518d: Gnus: Add back end for Atom feeds (nnatom)


From: Eric Abrahamsen
Subject: Re: master 1601c5a518d: Gnus: Add back end for Atom feeds (nnatom)
Date: Sun, 28 Apr 2024 10:08:16 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

On 04/28/24 12:53 PM, Michael Albinus wrote:
> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
> Hi,
>
>> branch: master
>> commit 1601c5a518dfa208af4827c56cf9570f3b90e15d
>> Author: Daniel Semyonov <daniel@dsemy.com>
>> Commit: Eric Abrahamsen <eric@ericabrahamsen.net>
>>
>>     Gnus: Add back end for Atom feeds (nnatom)
>>
>>     * lisp/gnus/gnus.el (gnus-valid-select-methods): Add entry for nnatom.
>>     * lisp/gnus/nnfeed.el: New file implementing an abstract web feed back
>>     end.
>>     * lisp/gnus/nnatom.el: New file implementing a back end for Atom feeds.
>>     * doc/misc/gnus.texi (Browsing the Web, Back End Interface):
>>     * etc/NEWS (Gnus): Document nnatom and nnfeed.
>> ---
>>  doc/misc/gnus.texi  |  77 ++++++
>>  etc/NEWS            |  10 +
>>  lisp/gnus/gnus.el   |   1 +
>>  lisp/gnus/nnatom.el | 276 +++++++++++++++++++++
>>  lisp/gnus/nnfeed.el | 683 
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  5 files changed, 1047 insertions(+)
>
> This fails the tests:
>
> # make -C test test-custom-opts

Thanks, we were missing a "category" definition in the new option
default, fixing now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]