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

Re: Summon Guile-Studio in a running Emacs

2021-03-31 Thread Ricardo Wurmus
Hi Jérémy, > 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.