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: Mon, 25 Feb 2008 11:56:30 +0100 Message-ID: <47C29EDE.5090202@swipnet.se> References: <200802250316.m1P3G24e003756@sallyv1.ics.uci.edu> <47C26AED.2030408@swipnet.se> <200802250821.m1P8LrvK020361@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 1203937033 12750 80.91.229.12 (25 Feb 2008 10:57:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 10:57:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 11:57:38 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 1JTb1R-0006Fq-Dn for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 11:57:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTb0v-0000dn-Mu for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 05:56:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTb0r-0000dV-Gm for emacs-devel@gnu.org; Mon, 25 Feb 2008 05:56:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTb0m-0000c4-RL for emacs-devel@gnu.org; Mon, 25 Feb 2008 05:56:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTb0m-0000c1-NY for emacs-devel@gnu.org; Mon, 25 Feb 2008 05:56:44 -0500 Original-Received: from av6-2-sn3.vrr.skanova.net ([81.228.9.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTb0m-0006a6-8a for emacs-devel@gnu.org; Mon, 25 Feb 2008 05:56:44 -0500 Original-Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 049A9388D6; Mon, 25 Feb 2008 11:56:42 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 91A40388B5; Mon, 25 Feb 2008 11:56:42 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 61FBB37E51; Mon, 25 Feb 2008 11:56:41 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (X11/20071031) In-Reply-To: <200802250821.m1P8LrvK020361@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:90377 Archived-At: Dan Nicolaescu skrev: > Jan Dj=E4rv writes: >=20 > > 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 that > > buffer anyway. >=20 > Disagree. I spend a fair amount of time in the *grep* buffer, finding > the exact thing I was looking for. The same is true for compilation, > some tools produce hard to understand errors, so one needs to stair 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/pre= vious=20 error, stop and recompile to compilation and grep mode. The choice and o= rder=20 of the icons can as always be discussed and changed. Note that both grep.el and compile.el defines tool bar buttons, so be sur= e to=20 change in both files if you need to change the tool bar. Jan D.