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: python.el fixes for Emacs 22 Date: Thu, 21 Feb 2008 20:49:01 -0500 Message-ID: References: <861w7euz7a.fsf@lola.quinscape.zz> <2cd46e7f0802150943x46e9bcb0i4c3b6075d48cc979@mail.gmail.com> <18363.29854.271108.937443@kahikatea.snap.net.nz> <2cd46e7f0802201620o6b6190dcmb53805bbb30aa3ec@mail.gmail.com> <2cd46e7f0802211508w172a4b33p35ee5ca62ae9557@mail.gmail.com> <70B89BB8-B008-4C7B-B026-C73CA368FB0D@python.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203644961 2616 80.91.229.12 (22 Feb 2008 01:49:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 01:49:21 +0000 (UTC) Cc: skip@pobox.com, rms@gnu.org, nickrob@snap.net.nz, emacs-devel@gnu.org, Ken Manheimer , sdl.web@gmail.com, cyd@stupidchicken.com To: Barry Warsaw Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 22 02:49:45 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JSN2m-0002MX-Ow for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 02:49:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSN2H-0000pt-1O for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 20:49:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSN2D-0000pV-GG for emacs-devel@gnu.org; Thu, 21 Feb 2008 20:49:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSN2B-0000oy-SM for emacs-devel@gnu.org; Thu, 21 Feb 2008 20:49:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSN2B-0000ov-ND for emacs-devel@gnu.org; Thu, 21 Feb 2008 20:49:07 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSN28-0001ws-1k; Thu, 21 Feb 2008 20:49:04 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAANq4vUfO+J2cdGdsb2JhbACQXwEwoGCBAg X-IronPort-AV: E=Sophos;i="4.25,388,1199682000"; d="scan'208";a="14829448" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 21 Feb 2008 20:49:02 -0500 Original-Received: from pastel.home ([206.248.157.156]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id CDT36302; Thu, 21 Feb 2008 20:49:02 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id DE4AE8A37; Thu, 21 Feb 2008 20:49:01 -0500 (EST) In-Reply-To: <70B89BB8-B008-4C7B-B026-C73CA368FB0D@python.org> (Barry Warsaw's message of "Thu, 21 Feb 2008 18:12:34 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89904 Archived-At: > Maybe we should try to do the same thing you're doing with allout, et all. > Maintain it separately and sync it to the Emacs repo occasionally? Having it outside Emacs's own repository is fine. The only thing that matters is that the 2 branches stay in close sync: some people may commit changes directly to the Emacs repository, so you have to watch out for it, make sure that those changes don't get lost (or do get properly rejected/rewritten/fixed if there's a problem with it). Stefan