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: Fri, 13 Jun 2008 15:01:13 +0200 Message-ID: <48526F99.60408@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 1213362174 14019 80.91.229.12 (13 Jun 2008 13:02:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 13:02:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 13 15:03:37 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 1K78vY-0003bj-2c for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 15:02:48 +0200 Original-Received: from localhost ([127.0.0.1]:55702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K78uj-0008Ck-K0 for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 09:01:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K78uf-0008Cf-F6 for emacs-devel@gnu.org; Fri, 13 Jun 2008 09:01:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K78uZ-0008CM-CO for emacs-devel@gnu.org; Fri, 13 Jun 2008 09:01:52 -0400 Original-Received: from [199.232.76.173] (port=49410 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K78uZ-0008CJ-6r for emacs-devel@gnu.org; Fri, 13 Jun 2008 09:01:47 -0400 Original-Received: from smtp-out26.alice.it ([85.33.2.26]:1120) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K78uY-0004UT-U1 for emacs-devel@gnu.org; Fri, 13 Jun 2008 09:01:47 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out26.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Jun 2008 15:01:43 +0200 Original-Received: from FBCMCL01B01.fbc.local ([192.168.69.82]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Jun 2008 15:01:43 +0200 Original-Received: from [87.1.235.172] ([87.1.235.172]) by FBCMCL01B01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Jun 2008 15:01:42 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: X-OriginalArrivalTime: 13 Jun 2008 13:01:42.0877 (UTC) FILETIME=[A080D0D0:01C8CD55] 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:99092 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. > > Please start Emacs as this: > > % EMACS_FONT_LOG=1 emacs -Q > > and show me the *Help* buffer made by M-x font-show-log RET. Sorry but 'font-show-log' seems do not exist! only font-lock... > > And, also show me the result of C-u C-x = on a normal ASCII > character. > C-u C-x = a prints 'a' etc.. It seems that there is some problem with 'DejaVu Sans Mono-12' font and friends (BitStream Vera Sans Mono). Usually I start Emacs: $ emacs23 --font "DejaVu Sans Mono-12" & and this gives the 'horrible' (i.e. the characters appear not smoothed) look. Instead if I use "Monospace-12" $ emacs23 --font "Monospace-12" & the result is identical to that obtained until 24 hours ago with 'DejaVu...', i.e. very fine. I did the build: ${source_dir}/configure --prefix=${prefix_dir} make bootstrap Cheers, Angelo. PS: May someone explain why when I attach PNG images the email bounces from emacs-devel? I did this some month ago and it worked. > --- > Kenichi Handa > handa@ni.aist.go.jp