From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: copyrights to be fixed Date: Sun, 11 Feb 2007 15:22:39 -0500 Message-ID: References: <200702090136.25838.pogonyshev@gmx.net> <86irebhkgg.fsf@lola.quinscape.zz> <87r6szr7c7.fsf@pacem.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1171225388 16883 80.91.229.12 (11 Feb 2007 20:23:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Feb 2007 20:23:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 11 21:22:58 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 1HGLDq-0002o0-1T for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2007 21:22:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGLDp-0005WI-4l for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2007 15:22:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGLDe-0005W5-AQ for emacs-devel@gnu.org; Sun, 11 Feb 2007 15:22:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGLDd-0005Vo-9f for emacs-devel@gnu.org; Sun, 11 Feb 2007 15:22:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGLDd-0005Vk-3t for emacs-devel@gnu.org; Sun, 11 Feb 2007 15:22:41 -0500 Original-Received: from tomts36.bellnexxia.net ([209.226.175.93] helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HGLDc-0003wz-LU for emacs-devel@gnu.org; Sun, 11 Feb 2007 15:22:40 -0500 Original-Received: from pastel.home ([70.55.81.74]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070211202239.SCIX1862.tomts36-srv.bellnexxia.net@pastel.home> for ; Sun, 11 Feb 2007 15:22:39 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 9715E7F6B; Sun, 11 Feb 2007 15:22:39 -0500 (EST) In-Reply-To: (joakim@verona.se's message of "Sun\, 11 Feb 2007 14\:18\:30 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) 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:66271 Archived-At: > Known problems: > * GTK support. If you compile your Emacs with the GTK IIUC, this is a bug in GTK rather than in Emacs (or even in multi-tty). Probably the bug can already be reproduced without the multi-tty code. > * The single-kboard mode. This is a fundamental restriction in Emacs and is not new to multi-tty (the same can already be seen when you use make-frame-on-display). > * Mac, Windows and DOS support is broken, doesn't even compile. So that's the only real open issue w.r.t. multi-tty. Stefan