From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: multi-tty branch created Date: Sun, 13 May 2007 21:07:57 +0100 Message-ID: <4647701D.6050208@gnu.org> References: <87sla0rgs4.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179086897 17890 80.91.229.12 (13 May 2007 20:08:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 May 2007 20:08:17 +0000 (UTC) Cc: Karoly Lorentey , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 13 22:08:15 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 1HnKMY-0006hO-J4 for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 22:08:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnKUE-0004kc-53 for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 16:16:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HnKUA-0004jI-VC for emacs-devel@gnu.org; Sun, 13 May 2007 16:16:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HnKU9-0004il-L5 for emacs-devel@gnu.org; Sun, 13 May 2007 16:16:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnKU9-0004ii-EQ for emacs-devel@gnu.org; Sun, 13 May 2007 16:16:05 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HnKMR-0002d6-JT; Sun, 13 May 2007 16:08:07 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id BCCA654722; Sun, 13 May 2007 21:08:01 +0100 (BST) User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: <87sla0rgs4.fsf@catnip.gol.com> X-detected-kernel: Linux 2.4-2.6 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:70982 Archived-At: Miles Bader wrote: > Ok, I've put the multi-tty sources into CVS and arch branches on > savannah. > > The CVS branch tag is called "multi-tty". > > The arch branch is "emacs@sv.gnu.org/emacs--multi-tty--0". > > -miles > Is the branch using a specific ChangeLog file, like ChangeLog.unicode on the emacs-unicode-2 branch? I've fixed my first compilation error - some MULTI_KBOARD specific code was added to keyboard.c without being in a conditional block. Next there are 20 compilation errors in w32console.c, which is what I was expecting.