From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Implement Python backend for Flymake Date: Fri, 13 Oct 2017 12:50:03 +0300 Message-ID: <83vajjjs1g.fsf@gnu.org> References: <87y3of2zbj.fsf@metapensiero.it> <87tvz32yhn.fsf@metapensiero.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1507888263 22219 195.159.176.226 (13 Oct 2017 09:51:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 13 Oct 2017 09:51:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lele Gaifax Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 13 11:50:56 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2wcE-000430-Cr for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2017 11:50:50 +0200 Original-Received: from localhost ([::1]:49340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2wcK-00017g-4g for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2017 05:50:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2wbj-00017W-Aq for emacs-devel@gnu.org; Fri, 13 Oct 2017 05:50:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2wbg-0002Mi-8m for emacs-devel@gnu.org; Fri, 13 Oct 2017 05:50:19 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2wbg-0002MX-4u; Fri, 13 Oct 2017 05:50:16 -0400 Original-Received: from [176.228.60.248] (port=1694 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e2wbb-0001Mz-39; Fri, 13 Oct 2017 05:50:12 -0400 In-reply-to: <87tvz32yhn.fsf@metapensiero.it> (message from Lele Gaifax on Fri, 13 Oct 2017 11:22:44 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:219445 Archived-At: > From: Lele Gaifax > Date: Fri, 13 Oct 2017 11:22:44 +0200 > > > Aren't patches supposed to go to bug-gnu-emacs? > > > > I followed other's similar proposals, but I can surely send them there, if > that's preferred. It's preferred to send to bug-gnu-emacs, yes. The reason is that doing so provides a reference that's easy to cite in a log message. It also allows to produce various reports using the debbugs features. Thanks.