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: Tue, 17 May 2005 09:23:49 -0400 Message-ID: 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> <17033.7110.437740.244237@farnswood.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116388283 6293 80.91.229.2 (18 May 2005 03:51:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 03:51:23 +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 Wed May 18 05:51:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYFZY-0000Nc-PK for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 05:50:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYFbv-0003rN-4K for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 23:52:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DY74m-00046l-3h for emacs-devel@gnu.org; Tue, 17 May 2005 14:45:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DY3nd-0006mp-TU for emacs-devel@gnu.org; Tue, 17 May 2005 11:16:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DY2Ep-0007Y1-Ed for emacs-devel@gnu.org; Tue, 17 May 2005 09:35:59 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DY2BH-0003Rm-Lh for emacs-devel@gnu.org; Tue, 17 May 2005 09:32:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DY233-0003he-Jl; Tue, 17 May 2005 09:23:49 -0400 Original-To: Nick Roberts In-reply-to: <17033.7110.437740.244237@farnswood.snap.net.nz> (message from Nick Roberts on Tue, 17 May 2005 10:16:38 +1200) 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:37221 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37221 > 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? I meant the code in edebug to read input. But now I think I misunderstood before. The g key can run a command that clears the arrow and then calls top-level.