From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: deech Newsgroups: gmane.emacs.help Subject: How to make edebug stop debugging? Date: Fri, 21 Sep 2012 14:35:23 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1348263622 16016 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:23 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 1TFAxR-0006fL-Uz for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2012 23:40:22 +0200 Original-Received: from localhost ([::1]:43784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFAxN-00072V-8S for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2012 17:40:17 -0400 Original-Received: by 10.224.42.68 with SMTP id r4mr4596570qae.4.1348263324062; Fri, 21 Sep 2012 14:35:24 -0700 (PDT) Original-Received: by 10.52.71.38 with SMTP id r6mr1205709vdu.12.1348263323983; Fri, 21 Sep 2012 14:35:23 -0700 (PDT) Original-Path: usenet.stanford.edu!l8no5204669qao.0!news-out.google.com!e10ni4265390qan.0!nntp.google.com!l8no5186602qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help 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:35:24 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:194544 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:86881 Archived-At: 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