From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Luis Felipe Newsgroups: gmane.lisp.guile.user Subject: Re: backing out of debugger Date: Tue, 14 Sep 2021 13:11:03 +0000 Message-ID: References: Reply-To: Luis Felipe Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1599"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Mortimer Cladwell Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Sep 14 15:18:53 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mQ8Kq-0000DM-Ia for guile-user@m.gmane-mx.org; Tue, 14 Sep 2021 15:18:52 +0200 Original-Received: from localhost ([::1]:42200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQ8Kp-0006oX-2I for guile-user@m.gmane-mx.org; Tue, 14 Sep 2021 09:18:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQ8DT-000059-CN for guile-user@gnu.org; Tue, 14 Sep 2021 09:11:15 -0400 Original-Received: from mail-0201.mail-europe.com ([51.77.79.158]:55015) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQ8DR-0005QU-2X for guile-user@gnu.org; Tue, 14 Sep 2021 09:11:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1631625065; bh=K/tUU6796vKuOJvNrAUiNMmqaap2u2PlUKfjZONv4jE=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=jOLPGp6NXV6SiyDKivYnkNxxT93FXLe7ZGVEY3g19bYTnx2bFjjE/uzZLcwm7rr46 jWjMdGHVGUwt9joqywuu6Z2qnQiy3JD9/3fN4vKNnQMgRVy0RVcdvupNFuX1LOMR0H mzA+6GpwjqGGuyD/dFtWQPAvB88Ht2zKBBK1WNt8= In-Reply-To: Received-SPF: pass client-ip=51.77.79.158; envelope-from=luis.felipe.la@protonmail.com; helo=mail-0201.mail-europe.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17734 Archived-At: Hi, Mortimer, On Tuesday, September 14th, 2021 at 12:50 PM, Mortimer Cladwell wrote: > Hi, > > Let's say I made a lot of mistakes. I look at my repl and see: > > scheme@(guile-user) [10]> > > Any way to back out to scheme@(guile-user)> without typing ,q ten times? I don't know if there is a command for that, but maybe pressing Ctrl+D seve= ral times is easier than typing ,q several times?