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: Is the Cygw32 port ready for testing? Date: Sat, 20 Oct 2012 12:29:03 +0200 Message-ID: <836265zbbk.fsf@gnu.org> References: <508179DB.20602@alice.it> <50820FAA.8050107@cornell.edu> <508266A0.8020608@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1350728964 10370 80.91.229.3 (20 Oct 2012 10:29:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2012 10:29:24 +0000 (UTC) Cc: kbrown@cornell.edu, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 20 12:29:27 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 1TPWJ4-00074Q-Pe for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2012 12:29:26 +0200 Original-Received: from localhost ([::1]:39637 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPWIx-0000Sd-9n for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2012 06:29:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPWIu-0000SY-LW for emacs-devel@gnu.org; Sat, 20 Oct 2012 06:29:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPWIt-0001SH-5h for emacs-devel@gnu.org; Sat, 20 Oct 2012 06:29:16 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:50332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPWIs-0001S4-TV for emacs-devel@gnu.org; Sat, 20 Oct 2012 06:29:15 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MC600400SPIIW00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 20 Oct 2012 12:29:13 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MC60039AT4PVNE0@a-mtaout20.012.net.il>; Sat, 20 Oct 2012 12:29:13 +0200 (IST) In-reply-to: <508266A0.8020608@alice.it> 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:154464 Archived-At: > Date: Sat, 20 Oct 2012 10:53:52 +0200 > From: Angelo Graziosi > Cc: emacs > > Il 20/10/2012 4.42, Ken Brown ha scritto: > > On 10/19/2012 12:03 PM, Angelo Graziosi wrote: > >> It fails for me... (trunk rev. 110588): > >> > >> [...] > >> In file included from /home/angelo/work/emacs/src/image.c:2964:0: > >> /usr/include/X11/xpm.h:70:63: fatal error: simx.h: No such file or > >> directory > > > > You need to install libXpm-noX-devel to get simx.h. > > Now it builds and seems to work... > > Obviously, it ignores :-( the ~/.Xdefaults file where I defined > > Emacs.FontBackend: xft > Emacs.font: Bitstream Vera Sans Mono 11 > Xft*antialias: true > Xft*autohint: true Obviously, since it doesn't use X at all, and thus its font backend is Uniscribe, it cannot be xft. You should still be able to use that font, by adding the customization to yoyr .emacs or by putting it into Registry. As for anti-aliasing, it is controlled by a global Windows setting.