From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Display feature request: gud-overlay-arrow Date: Tue, 21 Mar 2006 14:43:05 +0100 Message-ID: References: <17439.13250.269939.241145@kahikatea.snap.net.nz> <17439.31049.393782.938907@kahikatea.snap.net.nz> <17439.55042.159116.120699@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142948737 9506 80.91.229.2 (21 Mar 2006 13:45:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Mar 2006 13:45:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 21 14:45:36 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 1FLhAX-0007qn-Lc for ged-emacs-devel@m.gmane.org; Tue, 21 Mar 2006 14:45:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLhAe-00035g-Fe for ged-emacs-devel@m.gmane.org; Tue, 21 Mar 2006 08:45:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FLhAK-00034K-EG for emacs-devel@gnu.org; Tue, 21 Mar 2006 08:44:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FLhAH-00032s-AY for emacs-devel@gnu.org; Tue, 21 Mar 2006 08:44:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLhAH-00032k-4o for emacs-devel@gnu.org; Tue, 21 Mar 2006 08:44:49 -0500 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FLhAI-00049a-UZ for emacs-devel@gnu.org; Tue, 21 Mar 2006 08:44:51 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepa.post.tele.dk (Postfix) with SMTP id 3BF33FAC080; Tue, 21 Mar 2006 14:44:39 +0100 (CET) Original-To: Nick Roberts In-Reply-To: <17439.55042.159116.120699@kahikatea.snap.net.nz> (Nick Roberts's message of "Tue, 21 Mar 2006 22:35:46 +1200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:51928 Archived-At: Nick Roberts writes: > I don't really know how to put a face on a bitmap but I don't mind if > someone more familiar with faces wants to play around with it. set-fringe-bitmap-face But the hollow triangle is ok for me. > I'm more concerned that it doesn't update properly (perhaps thats what you > alluded to with "post-switch-buffer-hook", but I don't think so): It is a bug in fringe redisplay. I've installed a fix. I also fixed you use of fringe-indicator-alist to set the buffer local value only, rather than patching the global list. You should notice that the buffer local value only need to contain the things which are different from the global value. -- Kim F. Storm http://www.cua.dk