From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.devel Subject: Re: font - dpi settings ignored? Date: Tue, 24 Jun 2008 08:34:14 +0200 Organization: IPreferNotTo Message-ID: <87od5r2vfd.fsf@literaturlatenight.de> References: <871w2nqtj8.fsf@literaturlatenight.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214289291 918 80.91.229.12 (24 Jun 2008 06:34:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2008 06:34:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 24 08:35: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 1KB27l-00088n-I3 for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 08:35:29 +0200 Original-Received: from localhost ([127.0.0.1]:58506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB26v-000520-T0 for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 02:34:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KB26r-00051J-5a for emacs-devel@gnu.org; Tue, 24 Jun 2008 02:34:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB26q-00050w-Hf for emacs-devel@gnu.org; Tue, 24 Jun 2008 02:34:32 -0400 Original-Received: from [199.232.76.173] (port=33087 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB26q-00050l-8w for emacs-devel@gnu.org; Tue, 24 Jun 2008 02:34:32 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:44506 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KB26p-0008Rv-Lt for emacs-devel@gnu.org; Tue, 24 Jun 2008 02:34:31 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KB26g-0000ft-DW for emacs-devel@gnu.org; Tue, 24 Jun 2008 06:34:23 +0000 Original-Received: from port-92-195-116-5.dynamic.qsc.de ([92.195.116.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jun 2008 06:34:22 +0000 Original-Received: from nospam by port-92-195-116-5.dynamic.qsc.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jun 2008 06:34:22 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: port-92-195-116-5.dynamic.qsc.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:4KTCIZ2tHKQhqqVWt67Y+tUTuCY= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:99832 Archived-At: henry atting wrote: > For some time past my dpi settings seem to be ignored. In my > ~/.Xdefaults it is set like this: > > Xft.dpi: 96 > > My font is: > > display: by this font (glyph code) > -unknown-DejaVu Sans > Mono-normal-normal-normal-*-15-*-*-*-m-0-iso8859-1 > (#x37) > > I get an anti-aliased font but 'thin'. Er, 'for some time past' means that with older compilations, e.g. one from april, it still works without problems. henry