From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Chris Gray Newsgroups: gmane.emacs.devel Subject: Re: antialiasing for emacs Date: Fri, 25 Jul 2003 12:07:37 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <871xwes9vq.fsf@chicolini.ods.org> References: <87u19bbr02.fsf@chicolini.ods.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059160251 24684 80.91.224.249 (25 Jul 2003 19:10:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2003 19:10:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jul 25 21:10:50 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19g7wc-0006KS-00 for ; Fri, 25 Jul 2003 21:09:34 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19g8FL-0007Um-00 for ; Fri, 25 Jul 2003 21:28:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19g7wN-00053G-HC for emacs-devel@quimby.gnus.org; Fri, 25 Jul 2003 15:09:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19g7vI-0003if-EP for emacs-devel@gnu.org; Fri, 25 Jul 2003 15:08:12 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19g7vB-0003Y2-0E for emacs-devel@gnu.org; Fri, 25 Jul 2003 15:08:05 -0400 Original-Received: from mail.interchange.ubc.ca ([137.82.27.15]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19g7uo-00034o-Cy; Fri, 25 Jul 2003 15:07:42 -0400 Original-Received: from n241-227.wireless.ubc.ca ([142.103.241.227] helo=chicolini) by mail.interchange.ubc.ca with esmtp (Exim 4.20) id 19g7un-0004qz-CK; Fri, 25 Jul 2003 12:07:41 -0700 Original-To: Miles Bader Mail-Copies-To: nobody In-Reply-To: (Miles Bader's message of "Fri, 25 Jul 2003 11:02:05 +0900") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15704 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15704 On Fri, 25 Jul 2003, Miles Bader wrote: > [...description of the bug...] > > I guess this must be one of the small bugs you were talking > about... :-) Yep. It happens when I start gnus too. I really don't know why, and these "async errors" seem very hard to debug. >> [1] The slowness is because I can't trust the attributes of a face >> not to change. If there was a different face for the cursor than >> the rest of the text (instead of simply changing the GC), the story >> would be different. > > I'm confused by this -- isn't there a separate face for the cursor > (`cursor')? Well if there is, it's not getting used. You'll notice in xterm.c, there is a function called x_set_cursor_gc, which pretty much ignores the face information. Cheers, Chris