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: Sun, 15 Jun 2008 02:53:27 +0200 Message-ID: <48546807.8010406@alice.it> References: <485230EB.9070203@alice.it> 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 1213491256 22732 80.91.229.12 (15 Jun 2008 00:54:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2008 00:54:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 02:54:59 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 1K7gWJ-00080G-2u for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2008 02:54:59 +0200 Original-Received: from localhost ([127.0.0.1]:58126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7gVU-0002GC-Vm for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 20:54:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7gVQ-0002Es-7b for emacs-devel@gnu.org; Sat, 14 Jun 2008 20:54:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7gVO-0002Cs-JQ for emacs-devel@gnu.org; Sat, 14 Jun 2008 20:54:03 -0400 Original-Received: from [199.232.76.173] (port=36851 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7gVO-0002Cp-Ex for emacs-devel@gnu.org; Sat, 14 Jun 2008 20:54:02 -0400 Original-Received: from smtp-out25.alice.it ([85.33.2.25]:3479) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7gVO-000772-1o for emacs-devel@gnu.org; Sat, 14 Jun 2008 20:54:02 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out25.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jun 2008 02:54:01 +0200 Original-Received: from FBCMCL01B03.fbc.local ([192.168.69.84]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jun 2008 02:53:51 +0200 Original-Received: from [87.3.214.23] ([87.3.214.23]) by FBCMCL01B03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jun 2008 02:53:51 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: X-OriginalArrivalTime: 15 Jun 2008 00:53:51.0366 (UTC) FILETIME=[47149260:01C8CE82] 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:99235 Archived-At: Kenichi Handa ha scritto: > In article <485230EB.9070203@alice.it>, Angelo Graziosi writes: > >> The following happens on GNU/Linux Kubuntu 8.04. >> Curent trunk (a few minutes ago) looks to have lost the antialias. Now >> Emacs appears horrible. The build I did less than 24 hours ago looks >> very fine. > > Perhaps it's because of my change, but by just "horrible", I > don't know what's going on. At least, in my environment, > xft backend works well with antialias. > I have tried also on Cygwin[1], and the result is different. On Cygwin I have /.Xdefauls: Emacs.FontBackend: xft Emacs.font: Bitstream Vera Sans Mono-14 Xft*antialias: true Xft*autohint: true The look is fine (better?), but the height is 13 not 14. Now, to obtain the height 14 as with previous build, I must put Emacs.font: Bitstream Vera Sans Mono-15 in /.Xdefaults. On GNU/Linux Kubuntu 8.04 the result is still 'horrible' with "DejaVu Sans Mono-12" and "BitStream Vera Sans Mono", but is fine with "Monospace-12". On Kubuntu I do not use /.Xdefaults but I start Emacs as emacs23 --font "DejaVu Sans Mono-12" & Cheers, Angelo. --- [1] ${source_dir}/configure --prefix=${prefix_dir} \ --with-x-toolkit=lucid