On Sat, Jan 16, 2016 at 9:42 PM, Bram Moolenaar wrote:
>
> Yukihiro Nakadaira wrote:
>
> > On Fri, Jan 15, 2016 at 12:10 AM, Ken Takata
> wrote:
> >
> > > Hi,
> > >
> > > 2016/1/14 Thu 13:01:28 UTC+9 Yukihiro Nakadaira wrote:
> > > > Thank you. I merged
> > > >
> > >
> https://bitbucket.org/k_t
Yukihiro Nakadaira wrote:
> On Fri, Jan 15, 2016 at 12:10 AM, Ken Takata wrote:
>
> > Hi,
> >
> > 2016/1/14 Thu 13:01:28 UTC+9 Yukihiro Nakadaira wrote:
> > > Thank you. I merged
> > >
> > https://bitbucket.org/k_takata/vim-ktakata-mq/raw/d2b34c2918f89b9fb6caf6043ea2ab6622632d11/mzscheme_colle
On Fri, Jan 15, 2016 at 12:10 AM, Ken Takata wrote:
> Hi,
>
> 2016/1/14 Thu 13:01:28 UTC+9 Yukihiro Nakadaira wrote:
> > Thank you. I merged
> >
> https://bitbucket.org/k_takata/vim-ktakata-mq/raw/d2b34c2918f89b9fb6caf6043ea2ab6622632d11/mzscheme_collects_and_mingw.patch
> >
> https://bitbucket.
Hi,
2016/1/14 Thu 13:01:28 UTC+9 Yukihiro Nakadaira wrote:
> Thank you. I merged
> https://bitbucket.org/k_takata/vim-ktakata-mq/raw/d2b34c2918f89b9fb6caf6043ea2ab6622632d11/mzscheme_collects_and_mingw.patch
> https://bitbucket.org/k_takata/vim-ktakata-mq/raw/d2b34c2918f89b9fb6caf6043ea2ab6622632
On Wed, Jan 13, 2016 at 9:39 PM, Ken Takata wrote:
> Hi Yukihiro,
>
> 2016/1/10 Sun 17:51:27 UTC+9 Yukihiro Nakadaira wrote:
> > On Sun, Jan 10, 2016 at 3:31 AM, Sergey Khorev
> wrote:
> >
> > Yukihiro-san,
> >
> >
> > I gave up on catching up Racket updates in if_mzscheme so the interface
> has
Hi Yukihiro,
2016/1/10 Sun 17:51:27 UTC+9 Yukihiro Nakadaira wrote:
> On Sun, Jan 10, 2016 at 3:31 AM, Sergey Khorev wrote:
>
> Yukihiro-san,
>
>
> I gave up on catching up Racket updates in if_mzscheme so the interface has
> been broken for some time now. Your patch seems to finally fix the
Hi Yukihiro!
Thanks. I missed that patch. After applying, it worked as expected.
Thanks!
Best,
Christian
On Mo, 11 Jan 2016, Yukihiro Nakadaira wrote:
> On Mon, Jan 11, 2016 at 9:37 PM, Christian Brabandt
> wrote:
>
> Hi Yukihiro!
>
> On Mo, 11 Jan 2016, Yukihiro Nakadaira wrote:
>
On Mon, Jan 11, 2016 at 9:37 PM, Christian Brabandt
wrote:
> Hi Yukihiro!
>
> On Mo, 11 Jan 2016, Yukihiro Nakadaira wrote:
>
> > On Mon, Jan 11, 2016 at 8:52 PM, Christian Brabandt
> wrote:
> >
> > Hi Yukihiro!
> >
> > On So, 10 Jan 2016, Yukihiro Nakadaira wrote:
> >
> > > On Sun,
Hi Yukihiro!
On Mo, 11 Jan 2016, Yukihiro Nakadaira wrote:
> On Mon, Jan 11, 2016 at 8:52 PM, Christian Brabandt
> wrote:
>
> Hi Yukihiro!
>
> On So, 10 Jan 2016, Yukihiro Nakadaira wrote:
>
> > On Sun, Jan 10, 2016 at 3:31 AM, Sergey Khorev
> wrote:
> >
> > Y
On Mon, Jan 11, 2016 at 8:52 PM, Christian Brabandt
wrote:
> Hi Yukihiro!
>
> On So, 10 Jan 2016, Yukihiro Nakadaira wrote:
>
> > On Sun, Jan 10, 2016 at 3:31 AM, Sergey Khorev
> wrote:
> >
> > Yukihiro-san,
> >
> > I gave up on catching up Racket updates in if_mzscheme so the
> interfac
Hi Yukihiro!
On So, 10 Jan 2016, Yukihiro Nakadaira wrote:
> On Sun, Jan 10, 2016 at 3:31 AM, Sergey Khorev
> wrote:
>
> Yukihiro-san,
>
> I gave up on catching up Racket updates in if_mzscheme so the interface
> has
> been broken for some time now. Your patch seems to finally fi
On Sun, Jan 10, 2016 at 3:31 AM, Sergey Khorev
wrote:
> Yukihiro-san,
>
> I gave up on catching up Racket updates in if_mzscheme so the interface
> has been broken for some time now. Your patch seems to finally fix the
> issues I encounterred (tested on Arch successfully), many thanks for that.
>
Yukihiro-san,
I gave up on catching up Racket updates in if_mzscheme so the interface has
been broken for some time now. Your patch seems to finally fix the issues I
encounterred (tested on Arch successfully), many thanks for that.
>> With this change, test70 still fails because test70 uses r5rs
I tried Minimal Racket installer and actually its raco.exe doesn't have
ctool
subcommand. So it seems related to build option.
With Minimal Racket, if_mzscheme doesn't work because Minimal Racket doesn't
have "scheme/base" module. Replacing it with "racket/base" module will
work.
I'm not sure if
On Thu, Jan 7, 2016 at 4:03 AM, tux. wrote:
> Still not working on Windows:
>
> > raco.exe: Unrecognized command: ctool
> >
> > Usage: raco ... ...
>
I updated patch for problem what you described (quote $(MZSCHEME) and don't
use
raco when it is not found). I posted it in the other mail.
I
On Thu, Jan 7, 2016 at 5:08 AM, Bram Moolenaar wrote:
>
> Yukihiro Nakadaira wrote:
>
> > if_mzscheme does not work. I wrote patch for it. Please check the
> attached
> > patch.
> >
> > Linux & Windows:
> > Fix startup_mzscheme() to initialize co
On Wed, Jan 06, 2016 at 09:08:27PM +0100, Bram Moolenaar wrote:
>
> Yukihiro Nakadaira wrote:
>
> > if_mzscheme does not work. I wrote patch for it. Please check the attached
> > patch.
> >
> > Linux & Windows:
> > Fix startup_mzscheme() to i
Yukihiro Nakadaira wrote:
> if_mzscheme does not work. I wrote patch for it. Please check the attached
> patch.
>
> Linux & Windows:
> Fix startup_mzscheme() to initialize collects and config path properly.
>
> Linux:
> Fix configure script for build
Christian Brabandt schrob am Mittwoch, 6. Januar 2016 um 20:47 Zeit:
> Where does it say so?
http://download.racket-lang.org/v5.2.html
"The Racket-to-C compiler (as accessed via `raco ctool' or `mzc') has
been removed; Racket's JIT has long provided better performance, and
the FFI provides bette
Hi tux.!
On Mi, 06 Jan 2016, tux. wrote:
> Christian Brabandt schrob am Mittwoch, 6. Januar 2016 um 20:08 Zeit:
>
> > Is this a self-compiled racket?
>
> Yes, but that shouldn't matter at all because (as I stated in an
> earlier thread on this mailing list that has completely been ignored
> by
Christian Brabandt schrob am Mittwoch, 6. Januar 2016 um 20:08 Zeit:
> Is this a self-compiled racket?
Yes, but that shouldn't matter at all because (as I stated in an
earlier thread on this mailing list that has completely been ignored
by everyone...) "raco ctool" has been removed from Racket 5.
Still not working on Windows:
> raco.exe: Unrecognized command: ctool
>
> Usage: raco ... ...
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
Yo
On Mi, 06 Jan 2016, tux. wrote:
> Still not working on Windows:
>
> > raco.exe: Unrecognized command: ctool
Is this a self-compiled racket?
I noticed that same when trying to install a self-compiled racket (need
to self-compile to enable dynamic linking into vim) and had the same
issue. I bel
if_mzscheme does not work. I wrote patch for it. Please check the attached
patch.
Linux & Windows:
Fix startup_mzscheme() to initialize collects and config path properly.
Linux:
Fix configure script for build error.
Windows:
Fix make_mvc.mak for build error.
24 matches
Mail list logo