From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Lost antialias? Date: Wed, 18 Jun 2008 00:16:09 +0200 Message-ID: <485837A9.10702@alice.it> References: <485230EB.9070203@alice.it> <48546807.8010406@alice.it> <87abhmgmko.fsf@stupidchicken.com> <87abhkndo9.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213741132 17495 80.91.229.12 (17 Jun 2008 22:18:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2008 22:18:52 +0000 (UTC) Cc: Chong Yidong , Stefan Monnier , Kenichi Handa To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 00:19:36 2008 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 1K8jWP-0001U5-UV for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 00:19:26 +0200 Original-Received: from localhost ([127.0.0.1]:55100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8jVb-0004jK-9Q for ged-emacs-devel@m.gmane.org; Tue, 17 Jun 2008 18:18:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8jTs-0003uc-E0 for emacs-devel@gnu.org; Tue, 17 Jun 2008 18:16:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8jTq-0003so-LF for emacs-devel@gnu.org; Tue, 17 Jun 2008 18:16:47 -0400 Original-Received: from [199.232.76.173] (port=41590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8jTq-0003sX-2f for emacs-devel@gnu.org; Tue, 17 Jun 2008 18:16:46 -0400 Original-Received: from smtp-out26.alice.it ([85.33.2.26]:4416) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8jTq-0004Jf-4J for emacs-devel@gnu.org; Tue, 17 Jun 2008 18:16:46 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out26.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Wed, 18 Jun 2008 00:16:43 +0200 Original-Received: from FBCMCL01B06.fbc.local ([192.168.69.87]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 18 Jun 2008 00:16:43 +0200 Original-Received: from [87.1.0.211] ([87.1.0.211]) by FBCMCL01B06.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 18 Jun 2008 00:16:42 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: X-OriginalArrivalTime: 17 Jun 2008 22:16:42.0662 (UTC) FILETIME=[D25FC460:01C8D0C7] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:99373 Archived-At: I would remember that since this problem appeared on GNU/Linux (June 12/13) there is a related problem on Cygwin [1]. In my .Xdefaults: ------------------------------------------------------------------ Emacs.FontBackend: xft Emacs.font: Bitstream Vera Sans Mono-14 URxvt*font: xft:Bitstream Vera Sans Mono:size=14:medium:roman:antialias=true Xft*antialias: true Xft*autohint: true ------------------------------------------------------------------ Before June 12/13, in both Emacs and Urxvt the font had the same height 14. Now the font in Emacs has a shorter height, 13, while in Urxvt is still 14. In other word in Emacs is all more little, now. On Cygwin the build of Emacs uses XFT and Lucid (on Cygwin GTK does not works). Now I should use Bitstream Vera Sans Mono-15 to have the same result. Cheers, Angelo. --- [1] http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01068.html http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01127.html