From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Lost antialias? Date: Fri, 13 Jun 2008 20:21:41 +0900 Message-ID: References: <485230EB.9070203@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1213356138 24974 80.91.229.12 (13 Jun 2008 11:22:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 11:22:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 13 13:23:01 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 1K77Mx-0006oA-HQ for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 13:22:59 +0200 Original-Received: from localhost ([127.0.0.1]:35182 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K77M9-0008Rd-EO for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 07:22:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K77M5-0008RW-KQ for emacs-devel@gnu.org; Fri, 13 Jun 2008 07:22:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K77M4-0008RF-1N for emacs-devel@gnu.org; Fri, 13 Jun 2008 07:22:05 -0400 Original-Received: from [199.232.76.173] (port=59588 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K77M3-0008R8-TI for emacs-devel@gnu.org; Fri, 13 Jun 2008 07:22:03 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:37754) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K77M3-00066V-Iy for emacs-devel@gnu.org; Fri, 13 Jun 2008 07:22:04 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m5DBMXJZ003010; Fri, 13 Jun 2008 20:22:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m5DBLrJE028058; Fri, 13 Jun 2008 20:21:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m5DBLgtB027281; Fri, 13 Jun 2008 20:21:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1K77Lh-0002Rh-VV; Fri, 13 Jun 2008 20:21:41 +0900 In-reply-to: <485230EB.9070203@alice.it> (message from Angelo Graziosi on Fri, 13 Jun 2008 10:33:47 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:99089 Archived-At: 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. And, also show me the result of C-u C-x = on a normal ASCII character. --- Kenichi Handa handa@ni.aist.go.jp