Re: [racket-users] racket-mode / paredit combine closing parens

2021-11-17 Thread David Storrs
Ah, that looks right.  Thanks, Siddhartha.

On Wed, Nov 17, 2021 at 1:59 PM Siddhartha Kasivajhula 
wrote:

> Was curious about this feature so I went looking. It might be lispy-tab
> .
>
>
> On Wed, Nov 17, 2021 at 10:35 AM David Storrs 
> wrote:
>
>> In Emacs, I've seen a demonstration where one keystroke can pull all
>> closing parens together, transforming this (point/cursor position is shown
>> as |):
>>
>> (let ()
>>   (let ()
>>(some-func 'a)|
>>   )
>> )
>>
>> into this:
>>
>> (let ()
>>   (let ()
>>(some-func 'a)))|
>>
>> I haven't been able to find the relevant keyboard command.  Does anyone
>> know it?  I'm not sure if it's racket-mode, paredit, or some other thing.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to racket-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/racket-users/CAE8gKofPAMdVQK1Aw_WjB7wcdhxNST10itriV6a0SbGgKNaB9A%40mail.gmail.com
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAE8gKod5%2B5iYTicW8qS8bUKPMkXy-GDQdrN229T1Uz1rTwwSrQ%40mail.gmail.com.


Re: [racket-users] racket-mode / paredit combine closing parens

2021-11-17 Thread Siddhartha Kasivajhula
Was curious about this feature so I went looking. It might be lispy-tab
.


On Wed, Nov 17, 2021 at 10:35 AM David Storrs 
wrote:

> In Emacs, I've seen a demonstration where one keystroke can pull all
> closing parens together, transforming this (point/cursor position is shown
> as |):
>
> (let ()
>   (let ()
>(some-func 'a)|
>   )
> )
>
> into this:
>
> (let ()
>   (let ()
>(some-func 'a)))|
>
> I haven't been able to find the relevant keyboard command.  Does anyone
> know it?  I'm not sure if it's racket-mode, paredit, or some other thing.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/CAE8gKofPAMdVQK1Aw_WjB7wcdhxNST10itriV6a0SbGgKNaB9A%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CACQBWFnua4X3d_X2h9CuN5_O9uM9jVM3Yp4XDnJ5vt400Q_FMw%40mail.gmail.com.