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
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
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
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
;;; :
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 :)
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