From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Yuan MEI" Newsgroups: gmane.emacs.devel Subject: Font pixel size selection Date: Sun, 15 Jun 2008 01:31:38 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213511524 26073 80.91.229.12 (15 Jun 2008 06:32:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2008 06:32:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 08:32:48 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 1K7lnC-0000OI-OO for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2008 08:32:47 +0200 Original-Received: from localhost ([127.0.0.1]:47720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7lmO-0000Or-Ll for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2008 02:31:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7lmJ-0000OA-Qc for emacs-devel@gnu.org; Sun, 15 Jun 2008 02:31:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7lmI-0000Nr-3l for emacs-devel@gnu.org; Sun, 15 Jun 2008 02:31:51 -0400 Original-Received: from [199.232.76.173] (port=45617 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7lmH-0000Nm-S0 for emacs-devel@gnu.org; Sun, 15 Jun 2008 02:31:49 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.248]:23495) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7lmH-0005t7-Iv for emacs-devel@gnu.org; Sun, 15 Jun 2008 02:31:49 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so5400426rvb.6 for ; Sat, 14 Jun 2008 23:31:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=KUxU/Ul2IOAEfCs5t3MBohtNe9iXNdvK/+ByTvMwuww=; b=RHgZbksuTSeIy13A8/VLb9i+rwXM1DnIqRKjQLJW/0+EGQeAWQpsWCvZkwdhuCuYE7 noLWAISMSodwrO0ut7Aep0gLq0P/8miA0ibixHmdhFMK60UN17rgGeTyIO2EeA5k6rfa 35jSAvZHRLZntKNYFXM1y65anO50MU7uavpDQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=N0bTLGXAFft5oYhxmOigLdA4uRxjMhkMnwAi30y3wrZRieoyZyTjvulqSSO1rg4TJ8 +g4lEf7APezVzsNlUH0hrZDxit/xgyCYr2twXSvarkpgYDTmB8A1qIY9R6eukfn09xyw NhpYlzP4bn4G7s5mzGoKL68jTdA9KdKdmnYgw= Original-Received: by 10.142.165.9 with SMTP id n9mr1816285wfe.245.1213511504474; Sat, 14 Jun 2008 23:31:44 -0700 (PDT) Original-Received: by 10.142.185.12 with HTTP; Sat, 14 Jun 2008 23:31:38 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99244 Archived-At: Hi, I have just updated to the cvs HEAD, (last was one month ago). I set font in ~/.Xdefaults like: Emacs.Font: Bitstream Vera Sans Mono:pixelsize=14 Using one month ago version it did show 14 pixels font well However now, with the same setting, the font changes to -bitstream-Bitstream Vera Sans Mono-normal-normal-normal-*-15-*-*-*-m-0-iso8859-1 And if I change it to Emacs.Font: Bitstream Vera Sans Mono-14 The result is even more weird. -bitstream-Bitstream Vera Sans Mono-normal-normal-normal-*-17-*-*-*-m-0-iso8859-1 (#x1E) I can set Emacs.Font: -*-Bitstream Vera Sans Mono-*-*-*-*-14-*-*-*-*-*-*-* to force emacs to use 14 pixels font, but I wonder what caused this behavior and is it desired? Maybe this problem is also related to my upgration to freetype package 2.3.6 or libXft 2.1.12? on gentoo linux. Thank you -- Yuan MEI