Summon Guile-Studio in a running Emacs

2021-03-30 Thread Jérémy Korwin-Zmijowski
Hey Guilers, Rekado, I am working on a Guix based solution to host remote pair-programming sessions in Emacs. So I can hack with other Guilers to share knowledge and fun ! To provide a "follow my pair's cursor" I use the lockstep.el extension. It requires each pairs to run emacsclient which load

guild raises warnings about unused variable from SRFI-64

2021-03-30 Thread Jérémy Korwin-Zmijowski
Hello Guilers, While using SRFI-64, I rely on guild to give the more feedback it can about my code. But sometimes, the cause doesn't come from my code and the warnings get annoying like this one from SRFI-64 each time I call a test-* macro: warning: unused variable `name' I would like to ask