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: [PATCH 0/9] Support Win32 GUI in Cygwin Emacs Date: Tue, 07 Aug 2012 20:22:18 +0300 Message-ID: <83r4rifwhh.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1344360175 11544 80.91.229.3 (7 Aug 2012 17:22:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2012 17:22:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 07 19:22:54 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 1SynUV-0000h8-Mq for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 19:22:47 +0200 Original-Received: from localhost ([::1]:52458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SynUU-0003qq-VR for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 13:22:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SynUS-0003ql-AM for emacs-devel@gnu.org; Tue, 07 Aug 2012 13:22:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SynUR-0006IS-Ck for emacs-devel@gnu.org; Tue, 07 Aug 2012 13:22:44 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:64011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SynUR-0006I4-51 for emacs-devel@gnu.org; Tue, 07 Aug 2012 13:22:43 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M8E00800AE5S200@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 07 Aug 2012 20:22:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8E00873AX6WW00@a-mtaout20.012.net.il>; Tue, 07 Aug 2012 20:22:18 +0300 (IDT) In-reply-to: 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:152269 Archived-At: > Date: Tue, 07 Aug 2012 01:19:27 -0700 > From: Daniel Colascione > > This set of patches allows a Cygwin Emacs to use the w32 window-system > instead of X11. (The ability to use X11 with Cygwin is retained.) > This patchset also fixes a few bugs in the Windows code and makes the > window-system configuration mechanism more generic, eliminating > inclusion of window-system specific headers in most of the code. Thanks. Just for my information: did you try building the modified sources with MinGW?