From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Overlay arrow in *compilation* and *grep* buffers Date: Sun, 08 May 2005 12:12:37 -0400 Message-ID: References: <01c548ba$Blat.v2.4$e4827900@zahav.net.il> <01c54909$Blat.v2.4$070f3e60@zahav.net.il> <01c55320$Blat.v2.4$c3c8c1e0@zahav.net.il> <17021.24653.326104.756208@farnswood.snap.net.nz> <01c55385$Blat.v2.4$8140f1c0@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115568621 11316 80.91.229.2 (8 May 2005 16:10:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 May 2005 16:10:21 +0000 (UTC) Cc: nickrob@snap.net.nz, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 08 18:10:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DUoM4-0000Mc-W3 for ged-emacs-devel@m.gmane.org; Sun, 08 May 2005 18:10:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUoUE-0005c7-IP for ged-emacs-devel@m.gmane.org; Sun, 08 May 2005 12:18:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DUoR6-0004Q6-SX for emacs-devel@gnu.org; Sun, 08 May 2005 12:15:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DUoR2-0004Lu-6L for emacs-devel@gnu.org; Sun, 08 May 2005 12:15:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUoR1-0004L0-0W for emacs-devel@gnu.org; Sun, 08 May 2005 12:15:15 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DUoV2-0007OA-9S for emacs-devel@gnu.org; Sun, 08 May 2005 12:19:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DUoOT-0003Gl-Er; Sun, 08 May 2005 12:12:37 -0400 Original-To: Eli Zaretskii In-reply-to: <01c55385$Blat.v2.4$8140f1c0@zahav.net.il> (eliz@gnu.org) 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:36866 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36866 > Richard installed a different change to simple.el. > > (put 'next-error-overlay-arrow-position 'overlay-arrow-string "") > > but this is a *different* arrow that displays in the *source* buffer. > > I think this change is wrong. Which change is wrong--Richard's or mine? It looks like I changed the wrong marker, and indeed it appears not to work. If your change does the job, please delete mine.