From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben North Newsgroups: gmane.emacs.devel Subject: Re: Patch: overstrike/bold in Windows build Date: Fri, 27 Oct 2006 09:58:27 +0100 Message-ID: <1161939507.4541ca3376a11@imp.hosting365.ie> References: <1161873024.4540c680436eb@imp.hosting365.ie> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1162028920 25638 80.91.229.2 (28 Oct 2006 09:48:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Oct 2006 09:48:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 28 11:48:38 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 1Gdknl-0002w3-Ih for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 11:48:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdknl-0007LP-3f for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 05:48:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdNXu-0004pT-Hn for emacs-devel@gnu.org; Fri, 27 Oct 2006 04:58:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdNXs-0004p3-3g for emacs-devel@gnu.org; Fri, 27 Oct 2006 04:58:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdNXq-0004om-Ha for emacs-devel@gnu.org; Fri, 27 Oct 2006 04:58:31 -0400 Original-Received: from [82.195.128.192] (helo=web.hosting365.ie) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GdNXq-00074O-Gt for emacs-devel@gnu.org; Fri, 27 Oct 2006 04:58:30 -0400 Original-Received: from web.hosting365.ie (localhost [127.0.0.1]) by web.hosting365.ie (8.12.11.20060308/8.12.11) with ESMTP id k9R8wR95002746; Fri, 27 Oct 2006 09:58:27 +0100 Original-Received: (from httpd@localhost) by web.hosting365.ie (8.12.11.20060308/8.12.11/Submit) id k9R8wRgQ002744; Fri, 27 Oct 2006 09:58:27 +0100 Original-Received: from mm3023.london1.eu.level3.net (mm3023.london1.eu.level3.net [212.187.194.10]) by imp.hosting365.ie (IMP) with HTTP for ; Fri, 27 Oct 2006 09:58:27 +0100 Original-To: Juanma Barranquero In-Reply-To: User-Agent: Internet Messaging Program (IMP) 3.2.8 X-Originating-IP: 212.187.194.10 X-Mailman-Approved-At: Sat, 28 Oct 2006 05:45:55 -0400 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:61272 Archived-At: Juanma Barranquero : > On 10/26/06, Ben North wrote: > > When overstriking to simulate a bold font, the display is often/usually > > slightly garbled. The first character of an output string then gets its > > leftmost column doubled, but the rest just shifts rightwards one pixel. > > Is this the same problem shown here: > http://lists.gnu.org/archive/html/emacs-devel/2006-01/msg01232.html > ? Looks very much like it might be, yes. > I'll try your fix later today and report. Thanks --- hope it works for you. Ben.