From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 28 18:19:00 2005 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2EE16A41F for ; Fri, 28 Oct 2005 18:19:00 +0000 (GMT) (envelope-from fmay.odcte@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B4643D48 for ; Fri, 28 Oct 2005 18:19:00 +0000 (GMT) (envelope-from fmay.odcte@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so340821wxc for ; Fri, 28 Oct 2005 11:18:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=k+xkHuFWdc3K5nAh5ys11c20/Ei7W+gWODIqq/vqM+L0yhajbfhcYh/8PwKKnux18IylaFwu6QN65PIGKW1iAGSMTSg0SoQOHMjNaoVAWFkaC+OL0zIgTDjLdBWjGkjEIfSL8mCLrZnpRPUsFcHwaxaGDa5gPeZX+HkbcsGQlnA= Received: by 10.64.220.13 with SMTP id s13mr308358qbg; Fri, 28 Oct 2005 11:18:59 -0700 (PDT) Received: by 10.65.251.17 with HTTP; Fri, 28 Oct 2005 11:18:59 -0700 (PDT) Message-ID: <612efea10510281118p786c09e1oe3fa445643294586@mail.gmail.com> Date: Fri, 28 Oct 2005 13:18:59 -0500 From: Floyd May Sender: fmay.odcte@gmail.com To: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: gvim with syntax highlighting looks icky X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 18:19:01 -0000 I just pulled down the most recent port of vim (6.4), and use of syntax highlighting in gvim looks bad. Any bold text is rendered with too much space between the characters, which basically creates a near-unreadable display in many cases. However, scrolling across the affected text with the cursor corrects the problem. It appears as though the text extents have been calculated correctly, but the text itself is not being rendered correctly. To reproduce, open an HTML file in gvim (XML and python also show the same behavior), and enable syntax highlighting. Apologies if this is the wrong mailing list. fm