From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.multi-tty,gmane.emacs.devel Subject: Re: Merging multitty Date: Sat, 12 May 2007 12:48:01 -0400 Message-ID: References: <2wmz0iriyj.fsf@fencepost.gnu.org> <87fy65k6eh.fsf@red-bean.com> <853b25lk43.fsf@lola.goethe.zz> <86bqgr3g1h.fsf_-_@lola.quinscape.zz> <4644355E.7070004@gnu.org> <867irf3cjo.fsf@lola.quinscape.zz> <464444AF.9070905@gnu.org> <4644DAA4.6090303@lorentey.hu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1178988675 16081 80.91.229.12 (12 May 2007 16:51:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 May 2007 16:51:15 +0000 (UTC) Cc: multi-tty@lists.fnord.hu, emacs-devel@gnu.org To: Karoly Lorentey Original-X-From: multi-tty-bounces@lists.fnord.hu Sat May 12 18:51:14 2007 Return-path: Envelope-to: gem-multi-tty@m.gmane.org Original-Received: from ninsei.hu ([212.92.23.158]) by lo.gmane.org with esmtp (Exim 4.50) id 1HmuoI-0006LR-TJ for gem-multi-tty@m.gmane.org; Sat, 12 May 2007 18:51:11 +0200 Original-Received: from [127.0.0.1] (nixon [127.0.0.1]) by chatsubo.ninsei.hu (Postfix) with ESMTP id A902F78FE; Sat, 12 May 2007 18:51:09 +0200 (CEST) Original-Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by chatsubo.ninsei.hu (Postfix) with ESMTP id 451BA78FD for ; Sat, 12 May 2007 18:51:06 +0200 (CEST) Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HmulF-0003JI-FX; Sat, 12 May 2007 12:48:01 -0400 In-reply-to: <4644DAA4.6090303@lorentey.hu> (message from Karoly Lorentey on Fri, 11 May 2007 23:05:40 +0200) X-BeenThere: multi-tty@lists.fnord.hu X-Mailman-Version: 2.1.9 Precedence: list List-Id: Discussions of multiple tty support in Emacs List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: multi-tty-bounces@lists.fnord.hu Errors-To: multi-tty-bounces@lists.fnord.hu Xref: news.gmane.org gmane.emacs.multi-tty:688 gmane.emacs.devel:70901 Archived-At: Fixing multi-tty on Windows and other platforms does not really need any platform API experience: it's mostly a matter of understanding C compiler error messages and changing references to previously global C variables to their new terminal-local places (accessible via a frame handle). If the code compiles successfully, it will likely work. Let's install this code in a branch in the Emacs repository immediately. That way, other people with write access to our repository can work on making it compile on other systems. Yes. If you guys decide to merge the Unicode branch first, I'll simply devote a weekend to resolve merge conflicts and continue syncing with the trunk as long as necessary. In that case, I agree we may as well merge the unicode-2 branch first. Thank you for your continued help.