From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Overlay arrow in *compilation* and *grep* buffers Date: Sat, 07 May 2005 19:20:01 +0300 Message-ID: <01c55320$Blat.v2.4$c3c8c1e0@zahav.net.il> References: <01c548ba$Blat.v2.4$e4827900@zahav.net.il> <01c54909$Blat.v2.4$070f3e60@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1115483650 18053 80.91.229.2 (7 May 2005 16:34:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 May 2005 16:34:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 07 18:34:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DUSFB-0001C3-6n for ged-emacs-devel@m.gmane.org; Sat, 07 May 2005 18:33:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUSN8-0005O6-3z for ged-emacs-devel@m.gmane.org; Sat, 07 May 2005 12:41:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DUSIJ-0002CE-3x for emacs-devel@gnu.org; Sat, 07 May 2005 12:36:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DUSII-0002Bg-8i for emacs-devel@gnu.org; Sat, 07 May 2005 12:36:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUSG9-0000xK-Pv for emacs-devel@gnu.org; Sat, 07 May 2005 12:34:33 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DUSA5-0005Cu-Cg; Sat, 07 May 2005 12:28:17 -0400 Original-Received: from zaretski (IGLD-80-230-69-180.inter.net.il [80.230.69.180]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BDX25327 (AUTH halo1); Sat, 7 May 2005 19:22:32 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: (message from Richard Stallman on Thu, 28 Apr 2005 07:01:00 -0400) 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:36816 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36816 > From: Richard Stallman > CC: eliz@gnu.org, juri@jurta.org, emacs-devel@gnu.org > Date: Thu, 28 Apr 2005 07:01:00 -0400 > > > Let me be sure I understand you correctly, Kim: are you actually > > saying that this is a good feature, the way it behaves in current CVS? > > No. > > Why not do what was suggested? > > (unless (display-graphic-p) > (put 'next-error-overlay-arrow-position 'overlay-arrow-string "")) Since no one objected, I fixed it like this, but a little bit differently: I set overlay-error-string to "" in compilation-setup, if the terminal is not graphic.