From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Syncing Gnus and Emacs repositories Date: Fri, 15 Jun 2007 09:57:44 +0900 Message-ID: References: <6sps3z32ap.fsf@fencepost.gnu.org> <87tztbcue9.fsf@stupidchicken.com> <87lkemmrg4.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1181869089 11937 80.91.229.12 (15 Jun 2007 00:58:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 00:58:09 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 15 02:58:06 2007 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 1Hz08c-0003B9-09 for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2007 02:58:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hz08b-0003nB-5I for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 20:58:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hz08X-0003mo-78 for emacs-devel@gnu.org; Thu, 14 Jun 2007 20:58:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hz08U-0003mb-PD for emacs-devel@gnu.org; Thu, 14 Jun 2007 20:57:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hz08U-0003mX-It for emacs-devel@gnu.org; Thu, 14 Jun 2007 20:57:58 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hz08S-0004It-Dr; Thu, 14 Jun 2007 20:57:56 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l5F0voFo018495; Fri, 15 Jun 2007 09:57:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l5F0voYM012550; Fri, 15 Jun 2007 09:57:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id l5F0viHF016208; Fri, 15 Jun 2007 09:57:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1Hz08G-0005cN-QZ; Fri, 15 Jun 2007 09:57:44 +0900 In-reply-to: <87lkemmrg4.fsf@stupidchicken.com> (message from Chong Yidong on Thu, 14 Jun 2007 12:27:55 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: Solaris 8 (1) 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:72910 Archived-At: In article <87lkemmrg4.fsf@stupidchicken.com>, Chong Yidong writes: > Richard Stallman writes: > > No matter which route we take, it would be nice to have some sense of > > direction for Emacs 23. Jay Belanger recently posted a message asking > > about the policy for trunk development; I, too, would like to know the > > answer to this. > > > > I said weeks ago people can install new features in the trunk now. > > What uncertainty remains? > Did you mean, everything except the unicode code? Please postpone installing heavy changes of C code (including cosmetic ones) until emacs-unicode-2 is merged into the trunk unless you take care of the confliction caused by the merging of them into emacs-unicode-2 branch (that merging is done periodically). You also have to take care of new codes added in emacs-unicode-2 if the change must be applied to many files systematically. --- Kenichi Handa handa@m17n.org