From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: deech Newsgroups: gmane.emacs.help Subject: SOLVED: Re: How to make edebug stop debugging? Date: Fri, 21 Sep 2012 14:39:02 -0700 (PDT) Message-ID: <4d875546-8e1c-42a4-8577-47bde39bb4bd@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1348263622 16017 80.91.229.3 (21 Sep 2012 21:40:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2012 21:40:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 21 23:40:25 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TFAxT-0006ff-9j for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2012 23:40:23 +0200 Original-Received: from localhost ([::1]:43785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFAxO-000738-Kx for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2012 17:40:18 -0400 Original-Received: by 10.224.181.83 with SMTP id bx19mr1263184qab.1.1348263542989; Fri, 21 Sep 2012 14:39:02 -0700 (PDT) Original-Received: by 10.52.28.83 with SMTP id z19mr1302824vdg.20.1348263542913; Fri, 21 Sep 2012 14:39:02 -0700 (PDT) Original-Path: usenet.stanford.edu!l8no5205576qao.0!news-out.google.com!e10ni4265390qan.0!nntp.google.com!l8no5187683qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=164.144.248.25; posting-account=iIbT1QoAAAAvuMyxrxgetIu9BJhvSidP Original-NNTP-Posting-Host: 164.144.248.25 User-Agent: G2/1.0 Injection-Date: Fri, 21 Sep 2012 21:39:02 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:194545 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86882 Archived-At: For future reference the solution is in this thread (http://lists.gnu.org/archive/html/help-gnu-emacs/2003-09/msg00235.html) -deech On Friday, September 21, 2012 4:35:24 PM UTC-5, deech wrote: > Hi all, > > Once I do a 'edebug-defun' I can't seem to stop it from invoking the debugger whenever the function is called. I've tried 'edebug-defun' again and 'q' while in the debug session but that doesn't work. > > > > Any help is appreciated! > > -deech