From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Y. E. via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Re: How to reply to a mailing list retrieved via Gnus gmane? Date: Tue, 14 Sep 2021 08:46:06 +0300 Message-ID: References: <9bc33df8-5c1b-cd82-f72e-6fc939990f37@yandex.ru> <87ilzbxb11.fsf@zoho.eu> <85k0jpkt0y.fsf@airmail.cc> Reply-To: "Y. E." Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6995"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "Y. E." , help-gnu-emacs@gnu.org To: Bird Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 14 07:47:14 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 1mQ1Hl-0001Xy-VM for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 14 Sep 2021 07:47:14 +0200 Original-Received: from localhost ([::1]:42146 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQ1Hk-0001Vf-3z for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 14 Sep 2021 01:47:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45938) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQ1Gu-0001U4-Cd for help-gnu-emacs@gnu.org; Tue, 14 Sep 2021 01:46:20 -0400 Original-Received: from out1.migadu.com ([2001:41d0:2:863f::]:42088) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQ1Gq-00082I-3f for help-gnu-emacs@gnu.org; Tue, 14 Sep 2021 01:46:20 -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=1631598369; h=from:from:reply-to: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: references:references; bh=w19uAm4KZfbbmeB+/9z+usoLXJmN4idUhrsG8i52amo=; b=sAdPSH0yob1b7J5/X7U4XIK4lkpFXWSdHd4hw/T8XXGPBmYWibeIo6g1b69fbW8zewmvbf Uz4O2h1FrFNVXBj1fyr0okVKlXgGv/QYk6r/wRNSvh+ZH3hCgcfe/59ye4iAVmKSI1g7aW 81nEXlS+m9PO/gVH8zbilv5H17cCitA= In-Reply-To: <85k0jpkt0y.fsf@airmail.cc> (Bird's message of "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=2001:41d0:2:863f::; envelope-from=yet@ego.team; helo=out1.migadu.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_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" X-ACL-Warn: , Y. E. Xref: news.gmane.io gmane.emacs.help:133035 Archived-At: > Message-ID is generated automatically. > If you press C-c C-o (message-sort-headers), you should see some extra > information. > 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 > > (this was suggested by someone on either gmane.emacs.gnus.general or gmane.emacs.gnus.user) Hi Bird, Eventually I set `gnus-mailing-list-groups' to "^gmane" (which should be enough for my setup), so this is the first email I'm sending with the auto-filled by Gnus headers. Have a nice day! YE