unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Matt Wette <matt.wette@gmail.com>
To: guile-user@gnu.org
Subject: Re: backing out of debugger
Date: Wed, 15 Sep 2021 05:50:23 -0700	[thread overview]
Message-ID: <dc73ca05-f5f5-4900-ccdb-32092220efcc@gmail.com> (raw)
In-Reply-To: <59db7ca0-7319-eaeb-cdc7-dcb0ca376110@gmail.com>



On 9/15/21 5:49 AM, Matt Wette wrote:
>
> On 9/14/21 5:50 AM, 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?
>> Thanks
>> Mortimer
> Try binding a command to:
>
> (while (pair? (cdr (fluid-ref *repl-stack*))) (throw 'quit))
>
>
This  probably won't work but it could be a start.




      reply	other threads:[~2021-09-15 12:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14 12:50 backing out of debugger Mortimer Cladwell
2021-09-14 13:11 ` Luis Felipe
2021-09-14 13:27   ` Mortimer Cladwell
2021-09-14 14:08     ` Luis Felipe
2021-09-14 14:35       ` Olivier Dion via General Guile related discussions
2021-09-15 15:40         ` Mortimer Cladwell
2021-09-14 13:55 ` tomas
2021-09-15 12:49 ` Matt Wette
2021-09-15 12:50   ` Matt Wette [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dc73ca05-f5f5-4900-ccdb-32092220efcc@gmail.com \
    --to=matt.wette@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).