>
>
>> ...but it looks like it does try to load it for you.  Did you play
>> with the TERM environment variable by any chance?
>>
>
> I don't have a TERM variable set, but I do have MINGW (Git Bash) installed.
>
> "racket -il xrepl" crashes both when run from plain CMD and from Git bash.
>
>
Maybe this helps:


On DrRacket:

Welcome to DrRacket, version 5.2 [3m].
Language: racket/base; memory limit: 64 MB.
> (terminal-port? (current-input-port))
#f


On CMD:

C:\Users\Rodolfo>racket
Welcome to Racket v5.2.
> (terminal-port? (current-input-port))
#t


On Git Bash:

$ racket
Welcome to Racket v5.2.
> (terminal-port? (current-input-port))
#t
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to