I tried to run gsi as the Emacs scheme interpreter on Windows. So I set scheme-program-name to "C:/Progra~2/Gambit-C/v4.6.2/bin/gsi -:t". But Emacs does not show the repl, because the gsi.exe seems to be a Windows program which always starts a new window. Is there a gsi version available which will run in the current terminal without starting a new window?
I installed the latest Gambit Ming package.
Afficher les réponses par date
2011/10/29 Vok Vojwo ceving@gmail.com:
But Emacs does not show the repl, because the gsi.exe seems to be a Windows program which always starts a new window.
Sorry this is wrong. gsi does not open a new window.
The problem must be something else.
On 2011-10-29, at 8:26 AM, Vok Vojwo wrote:
I tried to run gsi as the Emacs scheme interpreter on Windows. So I set scheme-program-name to "C:/Progra~2/Gambit-C/v4.6.2/bin/gsi -:t". But Emacs does not show the repl, because the gsi.exe seems to be a Windows program which always starts a new window. Is there a gsi version available which will run in the current terminal without starting a new window?
I installed the latest Gambit Ming package.
Can you tell me which documentation told you to use the -:t option? That's an old option. For some time now you should use the -:d- option for running Gambit in emacs.
Marc
2011/10/29 Marc Feeley feeley@iro.umontreal.ca:
Can you tell me which documentation told you to use the -:t option?
It is written in gambit.el:
http://www.iro.umontreal.ca/~gambit/repo/.cgit.cgi/Gambit/tree/misc/gambit.e...
On 2011-10-29, at 1:49 PM, Vok Vojwo wrote:
2011/10/29 Marc Feeley feeley@iro.umontreal.ca:
Can you tell me which documentation told you to use the -:t option?
It is written in gambit.el:
http://www.iro.umontreal.ca/~gambit/repo/.cgit.cgi/Gambit/tree/misc/gambit.e...
Thanks. I'll fix the doc in gambit.el .
Marc