From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Aligned blocks management: obsolete? Date: Thu, 21 Jun 2012 19:23:40 +0300 Message-ID: <83hau4d46r.fsf@gnu.org> References: <4EE5B744.1090103@yandex.ru> <4EE60A93.9060401@yandex.ru> <4EE6478C.1020701@cs.ucla.edu> <4FE0ADFC.9090504@yandex.ru> <4FE171EC.8000503@yandex.ru> <83wr31diaj.fsf@gnu.org> <4FE29569.6000302@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1340295832 17837 80.91.229.3 (21 Jun 2012 16:23:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 16:23:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 21 18:23:50 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ShkAX-0001to-8t for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2012 18:23:41 +0200 Original-Received: from localhost ([::1]:60935 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShkAX-0002QQ-5U for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2012 12:23:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShkAP-0002QH-RO for emacs-devel@gnu.org; Thu, 21 Jun 2012 12:23:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShkAI-0001UQ-OA for emacs-devel@gnu.org; Thu, 21 Jun 2012 12:23:33 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:53913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShkAI-0001Ty-Fq for emacs-devel@gnu.org; Thu, 21 Jun 2012 12:23:26 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M5Z00L006TOWQ00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 21 Jun 2012 19:23:24 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M5Z00LL26V0O450@a-mtaout20.012.net.il>; Thu, 21 Jun 2012 19:23:24 +0300 (IDT) In-reply-to: <4FE29569.6000302@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151072 Archived-At: > Date: Thu, 21 Jun 2012 07:30:49 +0400 > From: Dmitry Antipov > CC: emacs-devel@gnu.org > > BTW, is it possible to cross-compile Emacs for MS-Windows with mingw? You mean, on a Posix host? I doubt that, since the configure script does not support the MinGW target, and the various Makefile.in files were never tested to DTRT for MinGW. Volunteers to fix that are welcome.