From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: recent emacs font problems? Date: Thu, 26 Jun 2003 23:32:31 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056663902 26981 80.91.224.249 (26 Jun 2003 21:45:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2003 21:45:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 26 23:44:59 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VeX0-0006vQ-00 for ; Thu, 26 Jun 2003 23:43:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Vebh-0007U7-00 for ; Thu, 26 Jun 2003 23:48:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VeVV-0003je-ET for emacs-devel@quimby.gnus.org; Thu, 26 Jun 2003 17:42:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VeSw-000329-Bx for emacs-devel@gnu.org; Thu, 26 Jun 2003 17:39:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VeNb-0001Wn-Qq for emacs-devel@gnu.org; Thu, 26 Jun 2003 17:34:11 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VeN9-0001Fn-Uq; Thu, 26 Jun 2003 17:33:40 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44])h5QMM22w008693; Fri, 27 Jun 2003 00:22:03 +0200 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Apple Mail (2.552) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15281 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15281 Hello. I have checked in a fix that solves the original problem. I have only tested under GNU/Linux and Mac OSX, so if anyone with access to MS Windows could try it, we can see if it works there. I don't use fontsets, so I haven't tested that. There is one bug I know of. When making a new frame, the frame size is determined from the default font, not from the default face. So if you have a default font size 12, and default face with size 14, the frame will be sized with the 12 size. It seems to have been like this for a long time (21.1 at least). I know the root of the problem (default face is realized after the frame is created), but not the fix yet. Jan D.