From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Failure in building CVS Emacs [xsettings] and other Date: Thu, 26 Nov 2009 08:01:55 +0100 Message-ID: <4B0E27E3.7030903@swipnet.se> References: <4B028A84.30704@alice.it> <4B02AABC.9090502@swipnet.se> <4B02DF8C.3000906@alice.it> <4B02F5B1.3080401@swipnet.se> <4B0329F0.4040702@alice.it> <4B03AC85.4080009@swipnet.se> <4B0A5C52.40109@swipnet.se> <4B0B0B42.3080807@alice.it> <4B0BF357.90901@swipnet.se> <4B0C54F0.7000103@alice.it> <4B0D5DC7.4080607@swipnet.se> <4B0DAE25.3000609@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1259218948 13972 80.91.229.12 (26 Nov 2009 07:02:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Nov 2009 07:02:28 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 26 08:02:21 2009 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 1NDYMu-0002L2-Km for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 08:02:20 +0100 Original-Received: from localhost ([127.0.0.1]:46140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDYMu-0000TV-5H for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 02:02:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDYMi-0000TQ-Co for emacs-devel@gnu.org; Thu, 26 Nov 2009 02:02:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDYMY-0000OU-Qj for emacs-devel@gnu.org; Thu, 26 Nov 2009 02:02:03 -0500 Original-Received: from [199.232.76.173] (port=35400 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDYMY-0000OC-KJ for emacs-devel@gnu.org; Thu, 26 Nov 2009 02:01:58 -0500 Original-Received: from proxy2.bredband.net ([195.54.101.72]:51662) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDYMY-0007Id-4h for emacs-devel@gnu.org; Thu, 26 Nov 2009 02:01:58 -0500 Original-Received: from ipb2.telenor.se (195.54.127.165) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC0136DD80 for emacs-devel@gnu.org; Thu, 26 Nov 2009 08:01:56 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av1rADm3DUtV4S1uPGdsb2JhbACBTIJ6lHqCWQEBAQE3pkmQSYEvgi5VBIVq X-IronPort-AV: E=Sophos;i="4.47,291,1257116400"; d="scan'208,217";a="7802459" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 26 Nov 2009 08:01:56 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id DAD237FA07B; Thu, 26 Nov 2009 08:01:55 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <4B0DAE25.3000609@alice.it> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117806 Archived-At: On 2009-11-25 23:22, Angelo Graziosi wrote: > src/ChangeLog: > > 2009-11-25 Jan Dj=C3=A4rv > > * xsettings.c: Revert changes from 2009-11-23. Just use Xft > defaults (bug #5025). > > As I suspected, that reverts also the good news I flagged in: > > http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg01101.html > That is what I suspected also. You can do % emacs -fn 'Monospace-12:hintstyle=3Dhintslight' and see if that is what you wan't. Also try hintmedium. If you aren't running Gnome, you should set that in ~/.fonts.conf (read = more=20 here: http://www.fontconfig.org/fontconfig-user.html): hintslight or if you wan't it systemwide, put it /etc/fonts/local.conf. Jan D.