From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25587 invoked from network); 23 Mar 2022 15:14:29 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 23 Mar 2022 15:14:29 -0000 Received: from localhost ([::1]:33744 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nX2gt-0006bf-Ke for ml@inbox.vuxu.org; Wed, 23 Mar 2022 11:14:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51996) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nX2gq-0006bA-Kz for info-gnus-english@gnu.org; Wed, 23 Mar 2022 11:14:24 -0400 Received: from ciao.gmane.io ([116.202.254.214]:35270) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nX2go-0004Xk-Bj for info-gnus-english@gnu.org; Wed, 23 Mar 2022 11:14:23 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nX2gl-0001pJ-G9 for info-gnus-english@gnu.org; Wed, 23 Mar 2022 16:14:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: info-gnus-english@gnu.org From: Roland Winkler Subject: Re: Retrieve thread URL from Gnus Date: Wed, 23 Mar 2022 10:14:12 -0500 Message-ID: <87mthg1z23.fsf@gnu.org> References: <87h77q2gte.fsf@gmail.com> <87mthhzza0.fsf@tullinup.koldfront.dk> <87bkxxu7mp.fsf@gmail.com> <87h77pztm2.fsf@tullinup.koldfront.dk> <87pmmc3h4r.fsf@gnu.org> <87zglgbue0.fsf@tullinup.koldfront.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cancel-Lock: sha1:/DKkzyTVa0L/D30ChPR5rbklubk= Received-SPF: pass client-ip=116.202.254.214; envelope-from=gegu-info-gnus-english@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: "info-gnus-english" On Wed, Mar 23 2022, Adam Sjøgren wrote: > The equivalent is: > > a) Open the news.gmane.io server: in the Group buffer press B RET (for > nntp) and enter news.gmane.io > b) Find the group gmane.lisp.clisp.devel and enter it (press RET with > point on the line) > c) Jump to article number: press j and enter the article number > > If you want to see the entire thread, you can press A T to have the > other articles in the thread inserted into the *Summary* buffer. > > If you find it convenient to read news (i.e. mailing lists) via gmane, > you can set it up as a permanent server in your Gnus configuration > (gnus-secondary-methods) and subscribe to the groups you like to read. Thanks, yes, I just realized that yesterday I fooled myself. I am already reading news via gnus, but yesterday I messed up from which group I was looking for an old article. Then I got confused that gnus article numbers did not match what I was expecting to get and what I did get as expected in the telnet session. Entirely my fault! But you are right: sometimes it is fun to go back to the basics and live like a caveman!