From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: font italic displaying on windows Date: Thu, 22 Oct 2009 12:50:59 +0200 Message-ID: References: <4ADE555F.5080102@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256208754 12139 80.91.229.12 (22 Oct 2009 10:52:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2009 10:52:34 +0000 (UTC) Cc: Toru TSUNEYOSHI , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 22 12:52:25 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 1N0vHN-0002n7-6u for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2009 12:52:25 +0200 Original-Received: from localhost ([127.0.0.1]:53115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0vHM-0001UV-El for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2009 06:52:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0vGQ-0001LR-8L for emacs-devel@gnu.org; Thu, 22 Oct 2009 06:51:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0vGL-0001JM-Rn for emacs-devel@gnu.org; Thu, 22 Oct 2009 06:51:25 -0400 Original-Received: from [199.232.76.173] (port=50528 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0vGL-0001JJ-KE for emacs-devel@gnu.org; Thu, 22 Oct 2009 06:51:21 -0400 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:60329) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0vGK-0005od-Bd; Thu, 22 Oct 2009 06:51:20 -0400 Original-Received: by fxm28 with SMTP id 28so9115538fxm.42 for ; Thu, 22 Oct 2009 03:51:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=B9nfH6XSJQTYH4pk+EWr7VHsZXYoKXTp7OzOPCmuQn4=; b=c1CkLltcuiBE/sCmIXUxa77xCLf6WMvhOCx88PUePjuMEEOfj4r+kjUAQ1oJoP66T5 /U8qp9f+AIiGYFWClMKoRUNOOd0gWk0yGkCKtwz8UiWkNqVqLYtZyqQH2BedLeVZLWEi tIii5/QoxMeqwJJGFXLUvPUncWnHf9PXcP/ww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=HmbHpwvHGiLyaTn4S7EyoAuleC4tmvZeeRuO/5yHhsDa/ZjTtz7jp39j/Ui6YNOgxC 4NUm6IhbN9FE4d2KffGT9Bpf48LHhtCKJTr0IFsn06NCHymHR17RdKVihAYGZa1OT3hp nAZhgIm51iGgociAgSjfwTkYzKA9DqWFZVwCY= Original-Received: by 10.239.146.77 with SMTP id v13mr722235hba.61.1256208679199; Thu, 22 Oct 2009 03:51:19 -0700 (PDT) In-Reply-To: <4ADE555F.5080102@gnu.org> 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:116305 Archived-At: On Wed, Oct 21, 2009 at 02:27, Jason Rumney wrote: > Toru TSUNEYOSHI wrote: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0+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. Unless Tsuneyoshi-san's patch (or similar) is accepted, w32_enable_synthesized_fonts is in fact not used anywhere... Juanma