我讀的slimv\ftplugin\scheme\slimv-scheme.vim
在windows 7中如何設置MIT-Scheme的環境?
if exists('g:scheme_builtin_swank') && g:scheme_builtin_swank
" MIT Scheme contains a built-in swank server since version 9.1.1
return 'scheme --eval "(let loop() (start-swank) (loop))"'
endif
的源代碼有沒有在我的系統中沒有scheme.exe
,只能找到一個c:\Program Files\MIT-GNU Scheme\bin\mit-scheme.exe
當我試圖運行C:\Program Files\MIT-GNU Scheme\bin>mit-scheme.exe --eval "(let loop() (start- swank) (loop))"
,有一個錯誤
---------------------------
MIT/GNU Scheme terminating
---------------------------
scheme: can't find a readable default for option --band.
searched for file all.com in these directories:
c:\local\mit-scheme
Reason for termination:
Inconsistency detected.
---------------------------
我有試圖在Vim中加載一個.scm並鍵入以下命令:
:echo SlimvSwankCommand()
並且自動檢測失敗:(