From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Atom backend for Gnus (nnatom) Date: Sun, 18 Jun 2023 08:53:14 -0700 Message-ID: <87leggn4wl.fsf@ericabrahamsen.net> References: <871qix9c17.fsf@dsemy.com> <871qiflu0y.fsf@dsemy.com> <874jnb70le.fsf@ericabrahamsen.net> <83ilbpt8re.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8001"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: fitzsim@fitzsim.org, daniel@dsemy.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 18 17:54:23 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qAujO-0001pX-0A for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Jun 2023 17:54:22 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qAuiZ-00031j-9D; Sun, 18 Jun 2023 11:53:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qAuiX-00031X-RF for emacs-devel@gnu.org; Sun, 18 Jun 2023 11:53:29 -0400 Original-Received: from mail.ericabrahamsen.net ([52.70.2.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qAuiW-0004jS-6s; Sun, 18 Jun 2023 11:53:29 -0400 Original-Received: from localhost (c-71-197-232-41.hsd1.wa.comcast.net [71.197.232.41]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id D643CFA02E; Sun, 18 Jun 2023 15:53:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1687103596; bh=Bv8wPeavLJqnSwNIKIVVIVNyDuCgEIfBid28Giiu6hU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=LNn/46yelfiqedUOGkpJabXRjaaEHU5vtUF5nR4wRejyYVNgpT3E/VDorjE5jgiuX H8seApuPEbGapjdSB4xRCq/x4cXDDXd/c1AFBq+TOeEm4ta/049U//7IfhzABmcIuN Q3yAKV6kVK6/5VX9j6n4W7wGAIQytSpU9DEmrwf0= In-Reply-To: <83ilbpt8re.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 15 Jun 2023 11:44:21 +0300") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307002 Archived-At: Eli Zaretskii writes: >> From: Eric Abrahamsen >> Cc: Daniel Semyonov , emacs-devel@gnu.org >> Date: Tue, 13 Jun 2023 10:07:09 -0700 >> >> Thomas Fitzsimmons writes: >> >> > Hi Daniel, >> > >> > Daniel Semyonov writes: >> > >> >> I just wanted to update that I've managed to fix all the issues outlined >> >> in my original mail. The back end now only suffers from a few minor >> >> issues that haven't impacted my usage at all (and possibly some hidden >> >> bugs). >> >> >> >> Is there no interest in having this added to Emacs? >> >> Should this backend be added as a package instead? >> > >> > I think nnatom.el should be added to the Emacs repository, alongside >> > nnrss.el and the other Gnus backends. >> >> I agree -- if possible it would be nice to keep all this code together. > > It seems like the consensus is that we should include this. So please > work with the OP to add this to Emacs, and thanks. Working on it...