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: Network security manager Date: Mon, 17 Nov 2014 08:59:51 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416232845 21859 80.91.229.3 (17 Nov 2014 14:00:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2014 14:00:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 15:00:38 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 1XqMr7-0006nP-EX for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 15:00:37 +0100 Original-Received: from localhost ([::1]:48041 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqMr7-0003tP-4W for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 09:00:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqMqY-0003jU-Aj for emacs-devel@gnu.org; Mon, 17 Nov 2014 09:00:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqMqO-0004ZL-Gl for emacs-devel@gnu.org; Mon, 17 Nov 2014 09:00:02 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:10013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqMqO-0004ZD-Cn for emacs-devel@gnu.org; Mon, 17 Nov 2014 08:59:52 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsUIAGA2ZVSnWBqE/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEDAVYoCws0EhQYDYhvCdEEAQsgjViDQxaENQWMC6kNhBofgnsBAQE X-IPAS-Result: AsUIAGA2ZVSnWBqE/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEDAVYoCws0EhQYDYhvCdEEAQsgjViDQxaENQWMC6kNhBofgnsBAQE X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="97181776" Original-Received: from 167-88-26-132.cpe.teksavvy.com (HELO pastel.home) ([167.88.26.132]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 17 Nov 2014 08:59:51 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 99B628548; Mon, 17 Nov 2014 08:59:51 -0500 (EST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 17 Nov 2014 13:46:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.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.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:177405 Archived-At: > Doing it on a branch will make it less likely that I'll be disrupting > much, but (by experience) this also means that there will be no testing > or feedback by anybody else but me until I merge the entire thing. I suggest you do it on a personal branch until the point where it becomes testable, at which point you can move it to trunk (aka "master"). Stefan