From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] left-fringe for speedbar Date: Wed, 16 Nov 2005 12:00:00 +1300 Message-ID: <17274.26736.729462.67566@kahikatea.snap.net.nz> References: <17270.27018.323474.12554@kahikatea.snap.net.nz> <17270.36100.39751.325250@kahikatea.snap.net.nz> <17272.61071.905030.333782@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132095762 18499 80.91.229.2 (15 Nov 2005 23:02:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2005 23:02:42 +0000 (UTC) Cc: snogglethorpe@gmail.com, emacs-devel@gnu.org, drew.adams@oracle.com, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 16 00:02:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ec9n5-0002Un-Dp for ged-emacs-devel@m.gmane.org; Wed, 16 Nov 2005 00:00:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ec9n3-0000s9-M4 for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2005 18:00:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ec9mr-0000rS-3r for emacs-devel@gnu.org; Tue, 15 Nov 2005 18:00:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ec9mo-0000qy-1E for emacs-devel@gnu.org; Tue, 15 Nov 2005 18:00:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ec9mn-0000qr-QZ for emacs-devel@gnu.org; Tue, 15 Nov 2005 18:00:21 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ec9mT-0000su-DJ; Tue, 15 Nov 2005 18:00:01 -0500 Original-Received: from kahikatea.snap.net.nz (p69-tnt1.snap.net.nz [202.124.110.69]) by viper.snap.net.nz (Postfix) with ESMTP id 9E5997311DE; Wed, 16 Nov 2005 11:59:48 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 33CE58402; Wed, 16 Nov 2005 12:00:01 +1300 (NZDT) Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.17 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:46051 Archived-At: > Me> In gud.el I've made visibility of some tool bar buttons e.g the Me> > unintuitive break and clear buttons, conditional on the fringe (these > Me> operations can be done in the fringe, if present). Unfortunately > Me> window-fringes uses the selected window and not the one that > determines Me> the tool-bar, when multiple frames are used. > > So pass the proper window as argument to window-fringes. > That should be a simple, self-contained way to fix what GUD does. I don't think you can specify the window that the tool-bar is using to update. Kim has provided a patch for the case of the speedbar. I've applied that Nick