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: GUD icons [was: Re: [PATCH] left-fringe for speedbar] Date: Tue, 15 Nov 2005 16:25:55 +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> <17273.54905.353551.736409@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 1132070095 24159 80.91.229.2 (15 Nov 2005 15:54:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2005 15:54:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 15 16:54:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ec32g-00075p-E6 for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2005 16:48:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ec32f-0005wh-SV for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2005 10:48:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ec2hy-0003iQ-FF for emacs-devel@gnu.org; Tue, 15 Nov 2005 10:26:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ec2hw-0003gf-3D for emacs-devel@gnu.org; Tue, 15 Nov 2005 10:26:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ec2hv-0003gJ-OI for emacs-devel@gnu.org; Tue, 15 Nov 2005 10:26:51 -0500 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ec2hv-00087F-Np for emacs-devel@gnu.org; Tue, 15 Nov 2005 10:26:51 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepc.post.tele.dk (Postfix) with SMTP id 07485262875; Tue, 15 Nov 2005 16:26:49 +0100 (CET) Original-To: Nick Roberts In-Reply-To: <17273.54905.353551.736409@kahikatea.snap.net.nz> (Nick Roberts's message of "Wed, 16 Nov 2005 01:37:13 +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:46017 Archived-At: Nick Roberts writes: > 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. Ok. > > > > 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. But now it kills the process rather than stopping it. I suggest -stop-instead of -interrupt- here: ([stop] menu-item "Stop" comint-interrupt-subjob :enable gud-running) BTW, since STOP and GO can never be enabled at the same time, it might save a little space to only make one of them visible at a time too. -- Kim F. Storm http://www.cua.dk