Re: Summon Guile-Studio in a running Emacs

2021-04-01 Thread Jérémy Korwin-Zmijowski
Le jeudi 01 avril 2021 à 00:11 +0200, Ricardo Wurmus a écrit :
> Guile Studio currently is merely a custom init script and a wrapper
> that
> makes Emacs load it.  I suspect you could make emacsclient do the
> same
> thing.

Thank you for the details. I will copy guile-studio's init script and
try to add my own conf related to Guile into it !

> Going forward, Guile Studio features should become a minor mode, so
> that
> it can be enabled (and disabled) more easily even from within an
> existing Emacs session.

That would be handy !

Jérémy




Re: guild raises warnings about unused variable from SRFI-64

2021-04-01 Thread Jérémy Korwin-Zmijowski
Le mercredi 31 mars 2021 à 23:13 -0700, Aleix Conchillo Flaqué a
écrit :
> I have submitted an srfi-64 patch to fix this.
> 
> Aleix

I have to read it ! haha

Did you submit it to Guile or SRFI-64 ?

Jérémy