From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Next release Date: Sat, 03 May 2008 18:49:01 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <18457.37369.262079.668907@kahikatea.snap.net.nz> <5jr6clncn8.fsf@fencepost.gnu.org> <87od7p22dw.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1209808166 20890 80.91.229.12 (3 May 2008 09:49:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 May 2008 09:49:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 03 11:50:00 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 1JsENT-0000Yx-IC for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 11:49:59 +0200 Original-Received: from localhost ([127.0.0.1]:35297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsEMk-0003Zd-PM for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 05:49:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JsEMc-0003Xa-VJ for emacs-devel@gnu.org; Sat, 03 May 2008 05:49:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JsEMZ-0003WB-Lb for emacs-devel@gnu.org; Sat, 03 May 2008 05:49:06 -0400 Original-Received: from [199.232.76.173] (port=47232 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsEMZ-0003Vb-8w for emacs-devel@gnu.org; Sat, 03 May 2008 05:49:03 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JsEMY-0007vE-Fo for emacs-devel@gnu.org; Sat, 03 May 2008 05:49:02 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 84E332C40 for ; Sat, 3 May 2008 18:49:01 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: NetBSD 3.0 (DF) 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:96372 Archived-At: >>>>> On Sat, 03 May 2008 17:22:40 +0800, CHENG Gao said: > *On Sat, 03 May 2008 04:09:13 -0400 > * Also sprach Richard M Stallman : >> Is it planned to merge Cocoa port (emacs-app.sf.net) into the trunk for >> this freeze? Since Carbon port is dead, if Cocoa not merged, there will >> be no support of MacOSX 10.5 in trunk (IIRC trunk cannot build with X on >> 10.5). >> >> I seem to recall that the Cocoa port also works with GNUstep. >> Is that correct? > Sure as said in its home site (http://emacs-app.sf.net): > ,---- > | NeXT/OpenStep Emacs for GNUstep and OS X > | > | This is a port of the latest GNU Emacs source to the OpenStep (or > | NeXTstep) APIs, as implemented by Cocoa on OS X as well as the GNUstep > | open source project. > `---- GNUstep is currently one of CANNOT_DUMP platforms, and we have to make sure if Emacs 23 works on such platforms. Especially, preloading of term/*-win.el, which was introduced by multi-tty, might cause some problem on such platforms if it was changed by necessity. Otherwise, the preloading was actually unnecessary for multi-tty and it was slipped into the unrelated multi-tty merger. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp