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: font italic displaying on windows Date: Wed, 21 Oct 2009 08:27:11 +0800 Message-ID: <4ADE555F.5080102@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 1256084904 25665 80.91.229.12 (21 Oct 2009 00:28:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Oct 2009 00:28:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Toru TSUNEYOSHI Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 21 02:28:14 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 1N0P3l-0001GR-IM for ged-emacs-devel@m.gmane.org; Wed, 21 Oct 2009 02:28:13 +0200 Original-Received: from localhost ([127.0.0.1]:60244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0P3k-0007te-Vd for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2009 20:28:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0P3g-0007tN-8F for emacs-devel@gnu.org; Tue, 20 Oct 2009 20:28:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0P3b-0007sV-O5 for emacs-devel@gnu.org; Tue, 20 Oct 2009 20:28:07 -0400 Original-Received: from [199.232.76.173] (port=44433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0P3b-0007sS-JB for emacs-devel@gnu.org; Tue, 20 Oct 2009 20:28:03 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:29009) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0P3b-0001CW-96 for emacs-devel@gnu.org; Tue, 20 Oct 2009 20:28:03 -0400 Original-Received: by fg-out-1718.google.com with SMTP id 16so2639285fgg.12 for ; Tue, 20 Oct 2009 17:28:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=atJGJTRtcDcipWLnQdx5CvXf1pCpUSNMSanlwe1gis8=; b=uDqvqspAg5WXd6ZOXpOM8UvciLBOznpkcohlKg3qEoPmZIerXDoeT/lSNVOtKQVFKg qeAkVE977G6O0FMOsLv1VosDw7rRHztw2MnG05iBgitZGBv0yelDeznNjWgigkfKmcMd C5CsPRuRaD8eJKoqjfnQVHRIDjqECQmKPsrMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=QQYi160+HrYYSU7cEpWvlqWX2LVeC8YBprK2ySZR7WxqPJ6KbRcqPaX3lE9EMMBH1n LncNDKX+P7byns1tKshv20pigIxcZBTorbP3nZ+X93zoq5qYBDrCwiyyjEeb9RKxg+Js NuNWr2rQPP7RItc/8tGswmsl3lP7xdmnJP0r4= Original-Received: by 10.86.212.13 with SMTP id k13mr1597609fgg.33.1256084881715; Tue, 20 Oct 2009 17:28:01 -0700 (PDT) Original-Received: from ?10.1.1.112? ([61.4.103.130]) by mx.google.com with ESMTPS id 4sm364910fge.29.2009.10.20.17.27.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Oct 2009 17:28:00 -0700 (PDT) User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/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:116274 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.