From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: where to send patches [was Re: [PATCH] Allow passing frame parameters to emacsclient] Date: Mon, 07 Mar 2011 21:05:16 -0500 Message-ID: References: <87y652bt1a.fsf@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299549939 31023 80.91.229.12 (8 Mar 2011 02:05:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2011 02:05:39 +0000 (UTC) Cc: Andreas Rottmann , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 08 03:05:33 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PwmIn-0001ZR-I2 for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 03:05:33 +0100 Original-Received: from localhost ([127.0.0.1]:60869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwmIm-0005sn-T0 for ged-emacs-devel@m.gmane.org; Mon, 07 Mar 2011 21:05:32 -0500 Original-Received: from [140.186.70.92] (port=47088 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwmIi-0005si-Do for emacs-devel@gnu.org; Mon, 07 Mar 2011 21:05:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwmIh-0007Aa-7E for emacs-devel@gnu.org; Mon, 07 Mar 2011 21:05:28 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:55228 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwmIh-0007AW-07; Mon, 07 Mar 2011 21:05:27 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEABMedU3O+LEt/2dsb2JhbACmVnW+O4ViBIUdj3U X-IronPort-AV: E=Sophos;i="4.62,281,1297054800"; d="scan'208";a="94952261" Original-Received: from 206-248-177-45.dsl.teksavvy.com (HELO ceviche.home) ([206.248.177.45]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 07 Mar 2011 21:05:17 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 02F96660D6; Mon, 7 Mar 2011 21:05:17 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Mon, 07 Mar 2011 16:44:20 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136861 Archived-At: > I strongly advise everybody sending in patches that add features or fix > bugs to send them to bug-gnu-emacs (which should really be thought of as > the bug and/or feature list). Agreed. It occurred to me that we could even tweak M-x report-emacs-bug so that it notices when the report includes something that looks like a patch, and adds the corresponding debbugs tag. Stefan