From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: More enhancements to fringe bitmaps. Date: Wed, 18 Feb 2004 11:32:36 +0900 Organization: Faculty of Science, Chiba University Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040215.003102.212295326.mituharu@math.s.chiba-u.ac.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1077071876 2386 80.91.224.253 (18 Feb 2004 02:37:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2004 02:37:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Feb 18 03:37:50 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtHaw-0003eZ-00 for ; Wed, 18 Feb 2004 03:37:50 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtHaw-0001iX-00 for ; Wed, 18 Feb 2004 03:37:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtHWt-0004QU-4V for emacs-devel@quimby.gnus.org; Tue, 17 Feb 2004 21:33:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AtHWj-0004Lf-CW for emacs-devel@gnu.org; Tue, 17 Feb 2004 21:33:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AtHVx-0003Wh-Mu for emacs-devel@gnu.org; Tue, 17 Feb 2004 21:33:13 -0500 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtHVw-0003QO-DG for emacs-devel@gnu.org; Tue, 17 Feb 2004 21:32:40 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 9F7291A6376; Wed, 18 Feb 2004 11:32:36 +0900 (JST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) 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:20037 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20037 >>>>> On 17 Feb 2004 23:41:14 +0100, storm@cua.dk (Kim F. Storm) said: > That was a very helpful hint, thank you. I have just installed a > patch which I think will fix this. Can you please test? Still I see the hollow cursor in fringe. glyph = (glyph_row->cursor_in_fringe_p ? NULL : glyph_row->glyphs[TEXT_AREA] + hpos); glyph_row->cursor_in_fringe_p above is not set at this stage; it will be set in rif->draw_window_cursor, which is mac_draw_window_cursor in the mac port, afterward. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp