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: [PATCH] left-fringe for speedbar Date: Tue, 15 Nov 2005 10:47:38 +0100 Message-ID: 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> <17273.17269.843868.88137@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 1132055473 4837 80.91.229.2 (15 Nov 2005 11:51:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2005 11:51:13 +0000 (UTC) Cc: miles@gnu.org, snogglethorpe@gmail.com, rms@gnu.org, drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 15 12:51:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EbzJG-0002vy-HQ for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2005 12:49:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbzJF-0004Bv-Vl for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2005 06:49:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EbyPh-0000yH-TJ for emacs-devel@gnu.org; Tue, 15 Nov 2005 05:51:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EbyMq-0000gf-G3 for emacs-devel@gnu.org; Tue, 15 Nov 2005 05:49:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbxQb-0005MZ-AG for emacs-devel@gnu.org; Tue, 15 Nov 2005 04:48:38 -0500 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EbxQY-0007DI-Dd; Tue, 15 Nov 2005 04:48:34 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepa.post.tele.dk (Postfix) with SMTP id 62A1547FEDF; Tue, 15 Nov 2005 10:48:32 +0100 (CET) Original-To: Nick Roberts In-Reply-To: <17273.17269.843868.88137@kahikatea.snap.net.nz> (Nick Roberts's message of "Tue, 15 Nov 2005 15:09:57 +1300") 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:46012 Archived-At: Nick Roberts writes: > > If this problem is primarily observed with speedbar, the following patch > > seems to give good results without enabling left fringe in speedbar frame: > > ... > > Yes, that looks good. I'll install it if the speedbar is to keep its fringe. > >> BTW, I still totally dislike the current STOP/GO icons -- they don't >> stop or go, they set or clears a breakpoint. As such "stop" should >> show a (solid) red circle, and the "go" should be the same circle with >> a big X over it. > > 1) Like these below? I'm not sure that red is a good colour for clear but I > guess the X carries the idiom. They are a bit dominant IMO. See some alternatives below. > > 2) I could then use the STOP icon to interrupt the inferior > (comint-inrreupt-subjob). Indeed!! That would be the logical thing for a stop-sign to do, yes. > > 3) With gdba, I could also use the GO icon for both run and continue. It > would just test if gdb-active-process is t or not to work out which command > to send. That would be excellent IMO. > > What do people think of these options. If they should be changed, now is the > best time to do it. I 100% in favour. /* XPM */ static char * bpset_xpm[] = { "24 24 2 1", " c None", ". c #E80B0B", " ", " ", " ", " ", " ", " ", " ", " .... ", " ........ ", " ........ ", " .......... ", " .......... ", " .......... ", " .......... ", " ........ ", " ........ ", " .... ", " ", " ", " ", " ", " ", " ", " "}; /* XPM */ static char * bpclear_xpm[] = { "24 24 3 1", " c None", ". c #000000", "+ c #E80B0B", " ", " ", " ", " ", " ", " ", " ", " . ++++ . ", " +.++++... ", " +..++.... ", " +++..+...+ ", " +++.....++ ", " ++++...+++ ", " +++.....++ ", " +....... ", " ...++.... ", " ...++++.... ", " ... .. ", " ", " ", " ", " ", " ", " "}; -- Kim F. Storm http://www.cua.dk