From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: Re-including rst.el into Emacs repository Date: Mon, 30 Apr 2012 15:37:36 +0200 Message-ID: <4F9E95A0.6010209@dogan.se> References: <30996.1335792548@eskebo.merten-home.homelinux.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1335793083 18082 80.91.229.3 (30 Apr 2012 13:38:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Apr 2012 13:38:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Merten Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 30 15:38:02 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 1SOqnf-0007Ph-F4 for ged-emacs-devel@m.gmane.org; Mon, 30 Apr 2012 15:37:59 +0200 Original-Received: from localhost ([::1]:33213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOqne-0005qt-Op for ged-emacs-devel@m.gmane.org; Mon, 30 Apr 2012 09:37:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOqnc-0005qd-0w for emacs-devel@gnu.org; Mon, 30 Apr 2012 09:37:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOqna-0001PX-C9 for emacs-devel@gnu.org; Mon, 30 Apr 2012 09:37:55 -0400 Original-Received: from mxf1.bahnhof.se ([213.80.101.25]:59913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOqna-0001PQ-5P for emacs-devel@gnu.org; Mon, 30 Apr 2012 09:37:54 -0400 Original-Received: from localhost (mxf1.local [127.0.0.1]) by mxf1-reinject (Postfix) with ESMTP id E9A811E3443; Mon, 30 Apr 2012 15:37:50 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF1) Original-Received: from mxf1.bahnhof.se ([127.0.0.1]) by localhost (mxf1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fj+Yi+6L0W0V; Mon, 30 Apr 2012 15:37:48 +0200 (CEST) Original-Received: from [46.59.34.7] (h-34-7.a336.priv.bahnhof.se [46.59.34.7]) by mxf1.bahnhof.se (Postfix) with ESMTP id 0440D1E343F; Mon, 30 Apr 2012 15:37:47 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120420 Thunderbird/12.0 In-Reply-To: <30996.1335792548@eskebo.merten-home.homelinux.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.80.101.25 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:150160 Archived-At: On 2012-04-30 15:29, Stefan Merten wrote: > Finally a general question: On which mailing lists I am supposed to > subscribe as an Emacs developer? I just subscribed `emacs-devel` and > `bug-gnu-emacs`. Do I need to subscribe to `help-gnu-emacs` also? Any > others? > As far as I know, you don't really _have_ to subscribe to any mailing lists, but I would recommend subscribing to emacs-diffs on top of the two you mentioned. It's a nice way to keep track of the changes without having to deal with VCSs. help-gnu-emacs is intended for questions about using Emacs and is often less interesting than emacs-devel for developers. Deniz