From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: compilation-mode needs a tool-bar Date: Tue, 26 Feb 2008 08:07:40 +0100 Message-ID: <47C3BABC.1010101@swipnet.se> References: <200802250316.m1P3G24e003756@sallyv1.ics.uci.edu> <47C26AED.2030408@swipnet.se> <200802250821.m1P8LrvK020361@sallyv1.ics.uci.edu> <47C29EDE.5090202@swipnet.se> <200802251706.m1PH6lTL018076@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1204009685 23648 80.91.229.12 (26 Feb 2008 07:08:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Feb 2008 07:08:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 26 08:08:30 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JTtvP-0004aw-TQ for ged-emacs-devel@m.gmane.org; Tue, 26 Feb 2008 08:08:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTtut-0005jb-SV for ged-emacs-devel@m.gmane.org; Tue, 26 Feb 2008 02:07:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTtuq-0005jW-BM for emacs-devel@gnu.org; Tue, 26 Feb 2008 02:07:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTtuo-0005jK-Rk for emacs-devel@gnu.org; Tue, 26 Feb 2008 02:07:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTtuo-0005jH-NW for emacs-devel@gnu.org; Tue, 26 Feb 2008 02:07:50 -0500 Original-Received: from av8-1-sn3.vrr.skanova.net ([81.228.9.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTtuo-0005nM-8r for emacs-devel@gnu.org; Tue, 26 Feb 2008 02:07:50 -0500 Original-Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 1084E3800A; Tue, 26 Feb 2008 08:07:49 +0100 (CET) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id B875A37FFF; Tue, 26 Feb 2008 08:07:48 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id A191337E47; Tue, 26 Feb 2008 08:07:48 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) In-Reply-To: <200802251706.m1PH6lTL018076@sallyv1.ics.uci.edu> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:90488 Archived-At: Dan Nicolaescu skrev: > Jan Dj=E4rv writes: >=20 > > Dan Nicolaescu skrev: > > > Jan Dj=E4rv writes: > > > > > > > And having them in the tool bar for the *compilation* buffer = is not > > > > a big help as I imagine most do like me and are seldom in tha= t > > > > buffer anyway. > > > > > > Disagree. I spend a fair amount of time in the *grep* buffer, f= inding > > > the exact thing I was looking for. The same is true for compilat= ion, > > > some tools produce hard to understand errors, so one needs to sta= ir at > > > them for a bit to figure out what is going on. > > > > >=20 > > Well, I don't mind having more buttons for that mode, so I added > > next/previous error, stop and recompile to compilation and grep mod= e. > > The choice and order of the icons can as always be discussed and > > changed. >=20 > Thanks! Don't the arrow icons (prev/next) usually point away from each > other? Maybe those two can be swapped. They are usually not like I put them, I just put them in the order of you= r=20 list of commands. I will swap them. >=20 > BTW, if you have interest, there's a few more places that could use a > tool-bar (not sure if standard icons exist for those actions to make > adding a tool-bar easy): > - vc-status > - smerge-mode > - ediff-directories (this one could use a menu even more than a tool-b= ar) >=20 None of which I usually use (pcl-cvs covers my needs :-), but I can take = a look. Jan D.