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: Overlay arrow in *compilation* and *grep* buffers Date: Sun, 24 Apr 2005 20:42:47 +0200 Message-ID: References: <01c548ba$Blat.v2.4$e4827900@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114368108 22811 80.91.229.2 (24 Apr 2005 18:41:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Apr 2005 18:41:48 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 24 20:41:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DPm2f-0001rk-Qz for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 20:41:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPm82-0005NJ-Q9 for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 14:46:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DPm75-0004zq-DR for emacs-devel@gnu.org; Sun, 24 Apr 2005 14:45:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DPm74-0004zM-KQ for emacs-devel@gnu.org; Sun, 24 Apr 2005 14:45:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPm72-0004mT-U4 for emacs-devel@gnu.org; Sun, 24 Apr 2005 14:45:50 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DPm7O-0005wx-8H; Sun, 24 Apr 2005 14:46:10 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 4F08C5EE09B; Sun, 24 Apr 2005 20:42:50 +0200 (CEST) Original-To: Eli Zaretskii In-Reply-To: <01c548ba$Blat.v2.4$e4827900@zahav.net.il> (Eli Zaretskii's message of "Sun, 24 Apr 2005 13:45:35 +0300") 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:36333 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36333 "Eli Zaretskii" writes: > =>wd.c:5: warning: implicit declaration of function `bar' > Notice the overlay arrow that covered part of the file name: this is a > bug, IMHO. If we want to have an arrow pointing out the current line, > we should indent the buffer text to the right as many columns as the > arrow string takes. On text terminals, the overlay-arrow is just that --- an overlay arrow. So it is not a bug ... > Also, the arrow feature is not customizable. What about users who > will dislike it and would wish to turn it off? What about (put 'next-error-overlay-arrow-position 'overlay-arrow-string "")