From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: quit at point in edebug Date: Thu, 30 May 2013 07:56:29 +0200 Message-ID: <51A6EA0D.3010201@easy-emacs.de> References: <20130529110831.4c4daf7e@gauss> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1369893239 23244 80.91.229.3 (30 May 2013 05:53:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 May 2013 05:53:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 30 07:53:58 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 1UhvoD-0002CI-Ge for geh-help-gnu-emacs@m.gmane.org; Thu, 30 May 2013 07:53:57 +0200 Original-Received: from localhost ([::1]:53742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhvoD-0002Dz-7Q for geh-help-gnu-emacs@m.gmane.org; Thu, 30 May 2013 01:53:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhvnz-0002Dh-9Y for help-gnu-emacs@gnu.org; Thu, 30 May 2013 01:53:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uhvnu-00059Q-Rq for help-gnu-emacs@gnu.org; Thu, 30 May 2013 01:53:43 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.186]:49329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhvnu-000599-Io for help-gnu-emacs@gnu.org; Thu, 30 May 2013 01:53:38 -0400 Original-Received: from [192.168.178.21] (brln-4db9f259.pool.mediaWays.net [77.185.242.89]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MH5lK-1UcxzH39TW-00E8G8; Thu, 30 May 2013 07:53:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 In-Reply-To: <20130529110831.4c4daf7e@gauss> X-Provags-ID: V02:K0:xfmWCLCNs7PMQ1dB3rsAzd6Ya1HwbfvzFHq9/EPcUDv zSbwiOG134T9pHzHnTEUriYyqrCNeifLEFlHt2FPrDx2Ri8NWA y+traz9dFp0+kXA0hClOIJqjb4DHKA9P34y3eiSzBppURLzM5M OXhKeWaeV4uPfJq08IlL8U3nnf4s8LCU/A3f6KvDFM/ssdaYRw kz2NnpTlX4ZUAXIkhL53rx1ESeVmBYCg+4LlRs7OnnhyOytqBR +dE7AtFoRksWjo27OkPBMbNJhSOyTbluDPS2lnQaZwqfn2TkqN sgGlKtLti1hjDlREFi4kPASbjAgeqlFroFNJYMooZC96GsPcQM blx0gU8dzAyqqycA0nreSybGwy7yYqFprXc1+ldQQ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.126.186 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:91159 Archived-At: 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. > > An option is to register point before quitting. Andreas