From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Cursor "bolds" some characters when anti-aliasing is on Date: Mon, 02 Jun 2008 20:14:33 -0400 Message-ID: <87r6bf1ija.fsf@stupidchicken.com> References: <52a571be0806021358w4fe7818emcffa7f698fdc1ef9@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212452350 12877 80.91.229.12 (3 Jun 2008 00:19:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 00:19:10 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: BBA Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 02:19:52 2008 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 1K3KFj-0003ah-J5 for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 02:19:51 +0200 Original-Received: from localhost ([127.0.0.1]:47824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3KEx-0006pG-4z for ged-emacs-devel@m.gmane.org; Mon, 02 Jun 2008 20:19:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3KEr-0006nW-VZ for emacs-devel@gnu.org; Mon, 02 Jun 2008 20:18:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3KEq-0006m2-LR for emacs-devel@gnu.org; Mon, 02 Jun 2008 20:18:57 -0400 Original-Received: from [199.232.76.173] (port=44104 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3KEq-0006lt-Eg for emacs-devel@gnu.org; Mon, 02 Jun 2008 20:18:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52773) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3KEq-0005sm-0J for emacs-devel@gnu.org; Mon, 02 Jun 2008 20:18:56 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:51143) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K3KD2-0000b5-SA for emacs-pretest-bug@gnu.org; Mon, 02 Jun 2008 20:17:04 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K3KEk-0005s4-Vo for emacs-pretest-bug@gnu.org; Mon, 02 Jun 2008 20:18:55 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:45874) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3KEk-0005rt-Nx for emacs-pretest-bug@gnu.org; Mon, 02 Jun 2008 20:18:50 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 4B5474E958; Mon, 2 Jun 2008 20:14:33 -0400 (EDT) In-Reply-To: <52a571be0806021358w4fe7818emcffa7f698fdc1ef9@mail.gmail.com> (BBA's message of "Mon, 2 Jun 2008 13:58:33 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:98265 gmane.emacs.pretest.bugs:22540 Archived-At: BBA writes: > When anti-aliasing is on, the character to the left of the cursor > sometimes becomes "bold" when the cursor blinks on and off. This > effect is cumulative and disappears when the cursor is moved over the > character but not when it is moved away. This was fixed in last week's CVS. Thanks for reporting, tho.