Summon Guile-Studio in a running Emacs
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 the user's emacs configuration file by default. I was wondering how I could instead launch guile-studio with emacsclient and try it in this context. Cheers ! Jérémy
guild raises warnings about unused variable from SRFI-64
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 if someone already came up with a fix for it. I do need this warning type. So maybe there is a way to act locally. Cheers, Jérémy