From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Overlay arrow in *compilation* and *grep* buffers Date: Tue, 17 May 2005 10:16:38 +1200 Message-ID: <17033.7110.437740.244237@farnswood.snap.net.nz> References: <01c548ba$Blat.v2.4$e4827900@zahav.net.il> <01c54909$Blat.v2.4$070f3e60@zahav.net.il> <01c54c2b$Blat.v2.4$e15e8560@zahav.net.il> <17009.19855.763603.487800@farnswood.snap.net.nz> <01c54c8a$Blat.v2.4$6afa17e0@zahav.net.il> <17009.62951.957607.360268@farnswood.snap.net.nz> <87oebkw22l.fsf@jurta.org> <17027.16429.215672.493633@farnswood.snap.net.nz> <87is1nlnt1.fsf@jurta.org> <17028.42314.992815.2073@farnswood.snap.net.nz> <17030.46982.754961.996335@farnswood.snap.net.nz> <17031.62800.830705.341458@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116361579 29285 80.91.229.2 (17 May 2005 20:26:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 May 2005 20:26:19 +0000 (UTC) Cc: juri@jurta.org, eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 17 22:26:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DY8Z6-0000KZ-Jg for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 22:21:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DY8bP-0005A4-0h for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 16:23:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DXoIv-0006ZN-6A for emacs-devel@gnu.org; Mon, 16 May 2005 18:43:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DXoIq-0006Xl-Kw for emacs-devel@gnu.org; Mon, 16 May 2005 18:43:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DXoIp-0006Si-7q for emacs-devel@gnu.org; Mon, 16 May 2005 18:43:11 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DXoNV-0000n6-QY; Mon, 16 May 2005 18:48:02 -0400 Original-Received: from farnswood.snap.net.nz (p232-tnt1.snap.net.nz [202.124.110.232]) by viper.snap.net.nz (Postfix) with ESMTP id CE54C534A0D; Tue, 17 May 2005 10:40:05 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 5846E62A99; Mon, 16 May 2005 23:16:39 +0100 (BST) Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.49 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:37187 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37187 > While debugging these lisp changes with Edebug, I noticed that `g' > (top-level) didn't clear Edebug's arrow. > > The natural way to do that is with an unwind-protect around the code > that reads the input. Would you like to add one? You will have to explain further, I don't understand what is causing the problem. The code around input to what? Nick