From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Toru TSUNEYOSHI Newsgroups: gmane.emacs.devel Subject: Re: font italic displaying on windows Date: Thu, 22 Oct 2009 19:09:15 +0900 Message-ID: References: <4ADE555F.5080102@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256206519 5456 80.91.229.12 (22 Oct 2009 10:15:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2009 10:15:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 22 12:15:10 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 1N0uhJ-0003wI-GD for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2009 12:15:09 +0200 Original-Received: from localhost ([127.0.0.1]:44778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0uhI-0003X8-UE for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2009 06:15:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0ucK-0001Dz-3P for emacs-devel@gnu.org; Thu, 22 Oct 2009 06:10:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0ucE-0001Bt-OE for emacs-devel@gnu.org; Thu, 22 Oct 2009 06:09:58 -0400 Original-Received: from [199.232.76.173] (port=53946 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0ucE-0001Bf-A5 for emacs-devel@gnu.org; Thu, 22 Oct 2009 06:09:54 -0400 Original-Received: from blu0-omc3-s22.blu0.hotmail.com ([65.55.116.97]:52210) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0ucC-0007cl-2Y; Thu, 22 Oct 2009 06:09:52 -0400 Original-Received: from BLU0-SMTP11 ([65.55.116.73]) by blu0-omc3-s22.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 22 Oct 2009 03:09:51 -0700 X-Originating-IP: [124.155.30.210] X-Originating-Email: [t_tuneyosi@hotmail.com] Original-Received: from localhost ([124.155.30.210]) by BLU0-SMTP11.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Thu, 22 Oct 2009 03:09:50 -0700 In-Reply-To: <4ADE555F.5080102@gnu.org> X-Mailer: Mew version 6.2 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) X-OriginalArrivalTime: 22 Oct 2009 10:09:50.0505 (UTC) FILETIME=[CABDB990:01CA52FF] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:116304 Archived-At: > Toru TSUNEYOSHI wrote: > > +extern int w32_enable_synthesized_fonts; > > The whole definition and initialization of this variable should be moved > to w32font.c, as it is not used elsewhere. I also think so. (If it is suitable, I wish someone deals with it.)