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: Sending diffs of `elpa' to the respective maintainers Date: Tue, 20 Mar 2012 16:38:09 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1332275920 11998 80.91.229.3 (20 Mar 2012 20:38:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Mar 2012 20:38:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 20 21:38:38 2012 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 1SA5pF-0001a0-TU for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2012 21:38:38 +0100 Original-Received: from localhost ([::1]:33711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA5pE-0002Pa-VE for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2012 16:38:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA5ot-0002LQ-GF for emacs-devel@gnu.org; Tue, 20 Mar 2012 16:38:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SA5or-0000oQ-O9 for emacs-devel@gnu.org; Tue, 20 Mar 2012 16:38:15 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:55386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA5or-0000o5-KM for emacs-devel@gnu.org; Tue, 20 Mar 2012 16:38:13 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AokGAKU/KE9FxKFU/2dsb2JhbACBX48mjVV5kziTUYYZBJsZhAk X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="169097943" Original-Received: from 69-196-161-84.dsl.teksavvy.com (HELO pastel.home) ([69.196.161.84]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 20 Mar 2012 16:38:10 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id D2D7759297; Tue, 20 Mar 2012 16:38:09 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (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.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:149148 Archived-At: A while ago I mentioned that I think it's important to setup some email filter that will automatically send a copy of the emacs-elpa-diffs email to the maintainer of the corresponding package. Has anyone had time to look into that? If not, could someone take on that task? It shouldn't be that hard: maintain a small table matching files to maintainer's email addresses, and then filter the email from emacs-elpa-diffs and redirect them as appropriate. The same could be done for Emacs's bundled packages, but the maintainership there is often a mot more murky, so I'd rather limit it to `elpa' for now (where we should enforce that every package comes with a "maintainer email address"). Stefan