From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r116379: Replace "Maintainer: FSF" with the emacs-devel mailing address Date: Mon, 10 Feb 2014 14:23:19 -0500 Message-ID: <1psirqojq0.fsf@fencepost.gnu.org> References: <1lfvnqvqmk.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1392060204 7510 80.91.229.3 (10 Feb 2014 19:23:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2014 19:23:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 10 20:23:31 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WCwS1-0005RP-TM for ged-emacs-devel@m.gmane.org; Mon, 10 Feb 2014 20:23:30 +0100 Original-Received: from localhost ([::1]:57763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCwS1-0003CR-FO for ged-emacs-devel@m.gmane.org; Mon, 10 Feb 2014 14:23:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCwRy-0003C4-5N for emacs-devel@gnu.org; Mon, 10 Feb 2014 14:23:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCwRs-0003He-N0 for emacs-devel@gnu.org; Mon, 10 Feb 2014 14:23:26 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCwRs-0003HT-Km for emacs-devel@gnu.org; Mon, 10 Feb 2014 14:23:20 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WCwRs-000332-3H; Mon, 10 Feb 2014 14:23:20 -0500 X-Spook: PLO jihad encryption JSOFC3IP Cocaine cracking counter X-Ran: &cbfIZI66/y35>~ID=P7#%=n[.#n1$~7YKW%T&CDrUr-P6\t!A$3NI.p@vi96kz*"Tp\!2 X-Hue: blue X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Mon, 10 Feb 2014 14:08:24 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169514 Archived-At: Stefan Monnier wrote: > For files included in Emacs, then I don't see a need to include extra > references to emacs-devel@gnu.org (just like we don't have such in the > C files). Fine, let's bikeshed this to death. "emacs-devel@gnu.org" is obviously (to me) better than "FSF". If you've got something better than "emacs-devel", feel free. > For files in ELPA, emacs-devel@gnu.org isn't right either: the > maintainer address is where the commit-script sends a copy of the diff, > and I don't think we don't want to send those to emacs-devel@gnu.org. Then the commit script (which is currently broken anyway, according to http://debbugs.gnu.org/16435) should special-case emacs-devel and ignore it. Ironically, the forward-diffs script itself, which I wrote and have abandoned because of git, is the only thing in elpa that uses such a Maintainer heading, so it's a non-problem AFAICS.