From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karoly Lorentey Newsgroups: gmane.emacs.devel Subject: Re: multi-tty branch created Date: Mon, 14 May 2007 12:21:57 +0200 Message-ID: References: <87sla0rgs4.fsf@catnip.gol.com> <4647701D.6050208@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179139615 28603 80.91.229.12 (14 May 2007 10:46:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 May 2007 10:46:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 14 12:46:53 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 1HnY4p-0004I6-8w for ged-emacs-devel@m.gmane.org; Mon, 14 May 2007 12:46:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnYCZ-0001uA-AW for ged-emacs-devel@m.gmane.org; Mon, 14 May 2007 06:54:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HnYCP-0001u5-5h for emacs-devel@gnu.org; Mon, 14 May 2007 06:54:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HnYCM-0001sy-Hl for emacs-devel@gnu.org; Mon, 14 May 2007 06:54:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnYCL-0001se-38 for emacs-devel@gnu.org; Mon, 14 May 2007 06:54:37 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HnY4Z-00008Z-U7 for emacs-devel@gnu.org; Mon, 14 May 2007 06:46:36 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HnXpF-00037u-Q2 for emacs-devel@gnu.org; Mon, 14 May 2007 12:30:45 +0200 Original-Received: from catv5403a040.pool.t-online.hu ([84.3.160.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 May 2007 12:30:45 +0200 Original-Received: from karoly by catv5403a040.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 May 2007 12:30:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: catv5403a040.pool.t-online.hu User-Agent: Thunderbird 1.5.0.10 (X11/20070403) In-Reply-To: <4647701D.6050208@gnu.org> X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71022 Archived-At: Jason Rumney wrote: > Is the branch using a specific ChangeLog file, like ChangeLog.unicode on > the emacs-unicode-2 branch? Not yet. A file such as that will show up once we had a chance to convert the Arch logs into a flat file. > 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. Sounds promising. The branch relies on MULTI_KBOARD being enabled; you can even consider the entire branch an extension of that feature. I suggest enabling it everywhere; it has negligible costs. -- Karoly