From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Riel Newsgroups: gmane.emacs.help Subject: Re: quit at point in edebug Date: Thu, 30 May 2013 07:10:33 -0700 Organization: Maplesoft Message-ID: <20130530071033.19bdc5e1@gauss> References: <20130529110831.4c4daf7e@gauss> <51A6EA0D.3010201@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1369924304 31430 80.91.229.3 (30 May 2013 14:31:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 May 2013 14:31:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas =?UTF-8?B?UsO2aGxlcg==?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 30 16:31:44 2013 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 1Ui3tD-0007k3-Ia for geh-help-gnu-emacs@m.gmane.org; Thu, 30 May 2013 16:31:39 +0200 Original-Received: from localhost ([::1]:58282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui3tD-0002XN-3e for geh-help-gnu-emacs@m.gmane.org; Thu, 30 May 2013 10:31:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui3sr-0002WY-Vj for help-gnu-emacs@gnu.org; Thu, 30 May 2013 10:31:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui3si-00053O-FU for help-gnu-emacs@gnu.org; Thu, 30 May 2013 10:31:17 -0400 Original-Received: from autodiscover.maplesoft.com ([199.71.183.105]:20171 helo=ICW8KMAI01.maplesoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui3si-000535-8K for help-gnu-emacs@gnu.org; Thu, 30 May 2013 10:31:08 -0400 Original-Received: from gauss (10.10.50.3) by ICW8KMAI01.maplesoft.com (10.10.1.105) with Microsoft SMTP Server (TLS) id 8.3.298.1; Thu, 30 May 2013 10:10:40 -0400 In-Reply-To: <51A6EA0D.3010201@easy-emacs.de> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 199.71.183.105 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:91165 Archived-At: On Thu, 30 May 2013 07:56:29 +0200 Andreas R=C3=B6hler wrote: > Am 29.05.2013 20:08, schrieb Joe Riel: > > When using edebug, how do I tell it to quit > > and put point at the current location in the > > source code? Typing q will generally return > > to some other location. > > > > >=20 > An option is to register point before quitting. Thanks, Andreas, That is a useful workaround. =20 --=20 Joe Riel