Re: [racket-users] Is there a way to enter! a file from the command line?

2018-09-08 Thread Vityou
> > You could do > > racket --repl --eval '(enter! "foo.rkt")' > Thanks, I tried --eval, I don't know why I didn't think to add --repl. Also, have you seen:

Re: [racket-users] Is there a way to enter! a file from the command line?

2018-09-08 Thread Greg Hendershott
> racket --repl --eval '(enter! "foo.rkt")' Also, you could simply `racket --repl` once. In recent versions of Racket, XREPL is enabled by default. It has commands like `,enter` that you could use if you can arrange for vscode to send text to the racket input port. (This is how very early vers

Re: [racket-users] Is there a way to enter! a file from the command line?

2018-09-08 Thread Greg Hendershott
You could do racket --repl --eval '(enter! "foo.rkt")' -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more o

[racket-users] Is there a way to enter! a file from the command line?

2018-09-08 Thread Vityou
I'm testing out vscode to see if it is good for writing racket, and I like it so far. It allows you to set a custom run command for a language. Right now, racket's is just set to "racket". This is fine, but I would like it to be similar to DrRacket's interactions window, where it "enter!"s t

Re: [racket-users] Cannot create an account on PLaneT

2018-09-08 Thread Sage Gerard
Thank you. On Sat, Sep 8, 2018 at 12:11 PM Laurent wrote: > It's because PLaneT is deprecated. The new package repository is located > at: > http://pkgs.racket-lang.org/ > > HTH, > Laurent > > On Sat, Sep 8, 2018 at 4:26 PM Sage Gerard wrote: > >> Hey all, >> >> I cannot seem to create an accou

Re: [racket-users] Cannot create an account on PLaneT

2018-09-08 Thread Laurent
It's because PLaneT is deprecated. The new package repository is located at: http://pkgs.racket-lang.org/ HTH, Laurent On Sat, Sep 8, 2018 at 4:26 PM Sage Gerard wrote: > Hey all, > > I cannot seem to create an account on PLaneT. No confirmation emails (even > in Spam). Tried two browsers with

[racket-users] Cannot create an account on PLaneT

2018-09-08 Thread Sage Gerard
Hey all, I cannot seem to create an account on PLaneT. No confirmation emails (even in Spam). Tried two browsers with extensions disabled. System does not see that my account exists and I don't see contact info for reporting an issue via the "Need Help?" link. Who do I contact for troubleshooting?