From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Y. E." Newsgroups: gmane.emacs.help Subject: Re: How to reply to a mailing list retrieved via Gnus gmane? Date: Fri, 10 Sep 2021 14:54:06 +0300 Message-ID: References: <85k0jpkt0y.fsf@airmail.cc> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38289"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yet@ego.team, help-gnu-emacs@gnu.org To: Bird Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 10 14:25:07 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1mOfab-0009id-RC for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 10 Sep 2021 14:25:06 +0200 Original-Received: from localhost ([::1]:42998 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOfaa-0001CN-0H for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 10 Sep 2021 08:25:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOf6m-0006az-M1 for help-gnu-emacs@gnu.org; Fri, 10 Sep 2021 07:54:16 -0400 Original-Received: from out1.migadu.com ([91.121.223.63]:57509) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOf6i-0008IL-Jm for help-gnu-emacs@gnu.org; Fri, 10 Sep 2021 07:54:16 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ego.team; s=key1; t=1631274848; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=YFyJEh3ELt6Z9Fiy7R9neLlC7v94azMU7LSFkM66pmI=; b=BRcg1zhCHXLnhewTJD1lsQNdrdaWMQNCrXBlnq4qLBGY76H1OpemxJ38kFOlCiIN8pfiO9 IiGvhzWgyNkV78n8nVuAIq6J45/9Nydl8xUz6tefPPJSTH9dvGeH4ABEz9kgl8HLtruV9Y cz5kFMywcgSpEtb4EsrXhZd/qayc0DE= In-Reply-To: <85k0jpkt0y.fsf@airmail.cc> (message from Bird on Fri, 10 Sep 2021 09:14:17 +0545) X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: yuga@ego.team Received-SPF: pass client-ip=91.121.223.63; envelope-from=yet@ego.team; helo=out1.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:132990 Archived-At: > If you press C-c C-o (message-sort-headers), you should see some extra > information. Thank you. I searched for "toggle" so didn't find the command myself. Yes, `C-c C-o' showed `References' header[1] was auto-added too. > For gmane specifically, you can add these lines to init.el so pressing F > and f will send to the correct place. > #+begin_src emacs-lisp > (setq gnus-mailing-list-groups > (rx bol (opt "nntp" (1+ nonl) ":") (or "gmane." > "linux." > "mozilla."))) > #+end_src Thanks again, I'll experiment more with this information. [1] https://www.gnu.org/software/emacs/manual/html_node/emacs/Mail-Headers.html Best, YE