From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniel Semyonov Newsgroups: gmane.emacs.devel Subject: Re: Atom backend for Gnus (nnatom) Date: Wed, 31 May 2023 21:50:31 +0300 Message-ID: <87y1l449oo.fsf@dsemy.com> References: <871qix9c17.fsf@dsemy.com> <87ttvsmrmj.fsf@dsemy.com> <87fs7cjvgh.fsf@dsemy.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8562"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Thomas Fitzsimmons Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 31 20:52:59 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 1q4QwN-00023d-9C for ged-emacs-devel@m.gmane-mx.org; Wed, 31 May 2023 20:52:59 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q4Qvd-00007w-Ff; Wed, 31 May 2023 14:52:13 -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 1q4QvZ-00007J-S8 for emacs-devel@gnu.org; Wed, 31 May 2023 14:52:10 -0400 Original-Received: from dsemy.com ([46.23.89.208]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q4QvX-0006xK-Pl for emacs-devel@gnu.org; Wed, 31 May 2023 14:52:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=Ft5rwOgaSKFz2 D58n/WbrNCpRyFTnJxoQ3Jk1wxuXj0=; h=date:references:in-reply-to: subject:cc:to:from; d=dsemy.com; b=fG9vP9kWk+Em6P1ulALE9tP/iGfqL/mJa2D al/5ct+n7TFL9DzD7uL1/lKXZr1CgKckV0RucNgBbGEYUQcJonwHB3mxM/sSOKIDMSrFhd dUZ+T0dspurCYITdHGgcBg5wKUJhctwCEEt7z0WevdauCasv3aKU2S2FvWNMRiVXUg6rdL srFVo9r9McJMX/yS/nWnGNDAHydV+lKtBT/ih+5SEjEF4/BQLgVgeWLM+DkVX+Q270M3ym MwyT1mOkc41ZJ9MbT2jJNXOgsb/c9MgKqhVXKii1rwqw1v9IJlINYAqjx3Vjlanv64z7op ypbUWczAuuuTp4CPgyBZqrKIpZQ== Original-Received: from coldharbour.home.arpa (bzq-79-179-230-143.red.bezeqint.net [79.179.230.143]) by dsemy.com (OpenSMTPD) with ESMTPSA id 39808f2a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 31 May 2023 20:52:04 +0200 (CEST) Original-Received: from localhost (coldharbour.home.arpa [local]) by coldharbour.home.arpa (OpenSMTPD) with ESMTPA id 317f9c2c; Wed, 31 May 2023 18:50:31 +0000 (UTC) In-Reply-To: (Thomas Fitzsimmons's message of "Wed, 31 May 2023 14:33:59 -0400") Received-SPF: pass client-ip=46.23.89.208; envelope-from=daniel@dsemy.com; helo=dsemy.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 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:306459 Archived-At: >>>>> Thomas Fitzsimmons writes: >> Otherwise, - How did you add the feed? - What is shown in the >> buffer opened when you press 'M-e' with point on the group in the >> *Group* buffer? > Here's a screencast of what I did: > https://www.fitzsim.org/screenshots/nnatom-1.html Don't use 'gnus-group-subscribe', just press 'u'. It is bound to a different command when browsing a server ('gnus-browse-toggle-subscription-at-point'). FTR I also tried subscribing to a feed using the same method you used, and it didn't work for me either.