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: Patch: overstrike/bold in Windows build Date: Fri, 27 Oct 2006 19:15:02 +0200 Message-ID: References: <1161873024.4540c680436eb@imp.hosting365.ie> <1161939507.4541ca3376a11@imp.hosting365.ie> <1161950628.4541f5a41d35a@imp.hosting365.ie> <1161959923.454219f3585f2@imp.hosting365.ie> <1161968385.45423b01109f0@imp.hosting365.ie> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161971072 32270 80.91.229.2 (27 Oct 2006 17:44:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 17:44:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 27 19:44:28 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdVIj-0002QT-Ne for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 19:15:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdVIi-00061V-Q8 for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 13:15:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdVIR-00060x-CH for emacs-devel@gnu.org; Fri, 27 Oct 2006 13:15:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdVIP-0005zh-Ge for emacs-devel@gnu.org; Fri, 27 Oct 2006 13:15:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdVIP-0005zX-Cq for emacs-devel@gnu.org; Fri, 27 Oct 2006 13:15:05 -0400 Original-Received: from [64.233.182.184] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdVIP-0000t3-7a for emacs-devel@gnu.org; Fri, 27 Oct 2006 13:15:05 -0400 Original-Received: by nf-out-0910.google.com with SMTP id q29so1534540nfc for ; Fri, 27 Oct 2006 10:15:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N2sxCIyWQJvEW7YGDHa6nxTM0PdEHLKOjR8lIE8GcsrrW0mKEebcjU/Uz+OZrJPKt4yA0WupPaiD0eiEk9qh8E0QCdM49TMAkrj7XnOSip5SA/JMBwmYkuphzF9Q10VF6vjA+HqbgLtT4MpN5OiVI9PGiQSYAYhc71H8zsHchtc= Original-Received: by 10.82.135.13 with SMTP id i13mr1675759bud; Fri, 27 Oct 2006 10:15:02 -0700 (PDT) Original-Received: by 10.82.136.11 with HTTP; Fri, 27 Oct 2006 10:15:02 -0700 (PDT) Original-To: "Ben North" In-Reply-To: <1161968385.45423b01109f0@imp.hosting365.ie> Content-Disposition: inline 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:61248 Archived-At: On 10/27/06, Ben North wrote: > I suspect you must be building with gcc, to get the > incorrect overstrike behaviour? That's correct. > Could you try swapping the subtraction round, as in this patch? (Also > fixes typo in comment.) With both of your patches applied, now I get a readable, correctly boldfaced font either with or without ClearType. Thanks! Please commit the changes (or send them to me with an appropriate ChangeLog entry if you don't have write access). /L/e/k/t/u