From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Unicode-2 crash by set-face-font Date: Sat, 02 Feb 2008 14:22:56 +0000 Message-ID: <47A47CC0.1060000@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201962199 22006 80.91.229.12 (2 Feb 2008 14:23:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 14:23:19 +0000 (UTC) Cc: Katsumi Yamaoka , emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 15:23:40 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 1JLJHP-0002sZ-MV for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 15:23:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLJGx-0000hG-SW for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 09:23:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLJGr-0000cF-RT for emacs-devel@gnu.org; Sat, 02 Feb 2008 09:23:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLJGq-0000ZB-5s for emacs-devel@gnu.org; Sat, 02 Feb 2008 09:23:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLJGp-0000YU-UX for emacs-devel@gnu.org; Sat, 02 Feb 2008 09:23:03 -0500 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLJGp-0008L4-KF for emacs-devel@gnu.org; Sat, 02 Feb 2008 09:23:03 -0500 Original-X-Trace: 21999143/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAN4KpEdTQxds/2dsb2JhbAAIrgE X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Feb 2008 14:23:02 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: 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:88011 Archived-At: Kenichi Handa wrote: > In article , Katsumi Yamaoka writes: > > >> I greatly thank anyone who tries building the latest Unicode-2. >> I use Fedora 8 Linux that I update every day. The configure >> options I use are: >> > > I've just installed (hopefully the right) fix. Please try > again. > After this change, the default font on Windows is larger than it should be. Other fonts (bold, italic, other charsets, variable etc) are the correct size. I can't tell whether the cause is the change to font.c on 25 Jan, or the change to xfaces.c on 23 Jan since between these dates Emacs crashes on startup (as reported on this thread), but before 23 Jan the font was sized correctly. These two changes were the only changes on emacs-unicode-2 branch in that timeframe (I verified that the offending change was in the src directory by pinning all other directories to 23 Jan and only updating src).