backing out of debugger

2021-09-14 Thread Mortimer Cladwell
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

Re: backing out of debugger

2021-09-14 Thread Luis Felipe
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 co

Re: backing out of debugger

2021-09-14 Thread Mortimer Cladwell
Thanks Luis. What about in emacs/geiser where Ctrl-D won't work? On Tue, Sep 14, 2021 at 9:11 AM Luis Felipe wrote: > Hi, Mortimer, > > On Tuesday, September 14th, 2021 at 12:50 PM, Mortimer Cladwell < > mbcladw...@gmail.com> wrote: > > > Hi, > > > > Let's say I made a lot of mistakes. I look at

Re: backing out of debugger

2021-09-14 Thread tomas
On Tue, Sep 14, 2021 at 08:50:03AM -0400, 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? Guile tells you :) scheme@(guile-user)> foo ;;; :

Re: backing out of debugger

2021-09-14 Thread Luis Felipe
On Tuesday, September 14th, 2021 at 1:27 PM, Mortimer Cladwell wrote: > Thanks Luis. What about in emacs/geiser where Ctrl-D won't work? The equivalent in Geiser would be C-c C-q, I think. But I don't know if that's any better than typing ,q plus Enter :)

Re: backing out of debugger

2021-09-14 Thread Olivier Dion via General Guile related discussions
On Tue, 14 Sep 2021, Luis Felipe wrote: > On Tuesday, September 14th, 2021 at 1:27 PM, Mortimer Cladwell > wrote: > >> Thanks Luis. What about in emacs/geiser where Ctrl-D won't work? > > The equivalent in Geiser would be C-c C-q, I think. But I don't know > if that's any better than typing ,q p