Re: MzScheme support on Windows is broken

2015-10-09 Fir de Conversatie tux.
KF Leong schrob am Freitag, 9. Oktober 2015 um 09:46 Zeit: > If MZSCHEME includes spaces, somehow the compilation fails... My first patch fixes this, but I still get "C not defined" ... :-( -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

Re: [patch] To run an external command, the prompt collapse in Vim.exe

2015-10-09 Fir de Conversatie Yukihiro Nakadaira
On Mon, Oct 5, 2015 at 10:36 PM, Christian Brabandt wrote: > Hi mattn! > > On Fr, 02 Okt 2015, mattn wrote: > > > > I can test it. What do I need to do? > > > > 1. type return key enough to scroll-up > > 2. vim.exe > > 3. :!dir > > 4. :q > (3) is wrong. 1. type return key enough to scroll-up 2.

[Patch] Errors when passing -s to vimrun

2015-10-09 Fir de Conversatie Cam Sinclair
Hi Bram and list, Ran into a problem with system() calls on Windows and vimrun.exe. Somehow an extra space was being inserted in the arguments string passed to main(), so running "vimrun.exe -s echo test" would result in an argument string of "vimrun.exe -s echo test" being seen by vimrun. As

[Patch] Vimrun.exe - errors when using the -s option

2015-10-09 Fir de Conversatie Cam Sinclair
Hi Bram and list, Ran into a problem with system() calls on Windows and vimrun.exe. Somehow an extra space was being inserted in the arguments string passed to main(), so running "vimrun.exe -s echo test" would result in an argument string of "vimrun.exe -s echo test" being seen by vimrun. As

Re: MzScheme support on Windows is broken

2015-10-09 Fir de Conversatie Tony Mechelynck
On Fri, Oct 9, 2015 at 9:46 AM, KF Leong wrote: > On Friday, September 25, 2015 at 7:20:40 AM UTC+8, tux. wrote: >> I tried to compile Vim with Racket (Make_mvc.mak) and Visual Studio >> 2010. However, it seems that somewhere the path is not properly >> escaped. >> >> Racket is installed to C:\Pro

Re: MzScheme support on Windows is broken

2015-10-09 Fir de Conversatie KF Leong
On Friday, September 25, 2015 at 7:20:40 AM UTC+8, tux. wrote: > I tried to compile Vim with Racket (Make_mvc.mak) and Visual Studio > 2010. However, it seems that somewhere the path is not properly > escaped. > > Racket is installed to C:\Program Files (x86)\Racket, I set LIBRACKET > to the corre