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: GUD icons [was: Re: [PATCH] left-fringe for speedbar] Date: Wed, 16 Nov 2005 01:37:13 +1300 Message-ID: <17273.54905.353551.736409@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> <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 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132064121 1575 80.91.229.2 (15 Nov 2005 14:15:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2005 14:15:21 +0000 (UTC) Cc: , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 15 15:15:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ec1QH-0005cZ-GP for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2005 15:04:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ec1Oi-0004A1-1K for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2005 09:02:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ec03f-0003hI-Nt for emacs-devel@gnu.org; Tue, 15 Nov 2005 07:37:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ec03e-0003gq-RL for emacs-devel@gnu.org; Tue, 15 Nov 2005 07:37:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ec03e-0003gh-0X for emacs-devel@gnu.org; Tue, 15 Nov 2005 07:37:06 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ec03d-0001rx-UP for emacs-devel@gnu.org; Tue, 15 Nov 2005 07:37:06 -0500 Original-Received: from kahikatea.snap.net.nz (p208-tnt1.snap.net.nz [202.124.110.208]) by viper.snap.net.nz (Postfix) with ESMTP id D589D731176; Wed, 16 Nov 2005 01:37:01 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 509F48402; Wed, 16 Nov 2005 01:37:14 +1300 (NZDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.16 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:46015 Archived-At: > > 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. I've reduced their size, although they're still larger than yours. I've also subdued the red so that it matches the other icons more. For the moment, I've installed these. > See some alternatives below. I don't like black on red and the cross obscures a bit too much. I'm not sure that I like mine either. We can replace them later. The main thing is that the logic is in place. > > 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. I've done this now. The "running man" icon is still used for all debuggers apart from gdba. Nick