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: Mon, 16 May 2005 15:28:59 -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> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116360136 22109 80.91.229.2 (17 May 2005 20:02:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 May 2005 20:02:16 +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:02:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DY8F6-0005KU-Bn for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 22:00:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DY8HO-0003F0-LL for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 16:03:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DXlJM-0004dI-K5 for emacs-devel@gnu.org; Mon, 16 May 2005 15:31:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DXlJL-0004cr-Bg for emacs-devel@gnu.org; Mon, 16 May 2005 15:31:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DXlJL-0004cW-2I for emacs-devel@gnu.org; Mon, 16 May 2005 15:31:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DXlOp-0006Nh-Ct for emacs-devel@gnu.org; Mon, 16 May 2005 15:37:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DXlGt-0006R0-Md; Mon, 16 May 2005 15:28:59 -0400 Original-To: Nick Roberts In-reply-to: <17031.62800.830705.341458@farnswood.snap.net.nz> (message from Nick Roberts on Mon, 16 May 2005 13:20:16 +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:37178 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37178 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?