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: [PATCH] system-type cygwin with window-system w32 Date: Mon, 18 Jul 2011 11:55:56 -0400 Message-ID: References: <4E2377E2.1020804@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311006315 11160 80.91.229.12 (18 Jul 2011 16:25:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2011 16:25:15 +0000 (UTC) Cc: Emacs development discussions To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 18 18:25:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qiqd4-0004Tb-Ui for ged-emacs-devel@m.gmane.org; Mon, 18 Jul 2011 18:25:11 +0200 Original-Received: from localhost ([::1]:56729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qiqd2-0005tU-Pv for ged-emacs-devel@m.gmane.org; Mon, 18 Jul 2011 12:25:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiqAq-0006LH-JD for emacs-devel@gnu.org; Mon, 18 Jul 2011 11:56:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiqAo-0003Rf-3C for emacs-devel@gnu.org; Mon, 18 Jul 2011 11:56:00 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:40630 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiqAn-0003RT-N0 for emacs-devel@gnu.org; Mon, 18 Jul 2011 11:55:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAPhWJE5MCqt8/2dsb2JhbABUp3d4y1mGPASfJ4Qw X-IronPort-AV: E=Sophos;i="4.67,223,1309752000"; d="scan'208";a="126531895" Original-Received: from 76-10-171-124.dsl.teksavvy.com (HELO ceviche.home) ([76.10.171.124]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 18 Jul 2011 11:55:57 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id A8D406660D; Mon, 18 Jul 2011 11:55:56 -0400 (EDT) In-Reply-To: <4E2377E2.1020804@gmail.com> (Daniel Colascione's message of "Sun, 17 Jul 2011 17:01:38 -0700") 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.183 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:142113 Archived-At: > (Of course, I don't plan to merge this before the feature freeze ends. > Do we have an emacs-next branch of some sort?) There's a `pending' branch for patches which are ready for installing in the trunk but not appropriate because of the feature freeze. I don't think that would be appropriate for your work either. Better make a new branch in the repository. Stefan