[TxMt] Re: Scheme Run Command Doesn't Read Text From File

Allan Odgaard mailinglist at textmate.org
Fri May 7 06:50:03 UTC 2010


On 23 Mar 2010, at 02:10, dbmikus wrote:

> […] I set the shell variable, "TM_SCHEME", and pointed it to:
> "/usr/local/bin/scheme". Now, when I call the run command, it brings  
> up the
> read-eval-print-loop and it does not read the scheme text file I  
> have saved.

The run command sends your script as stdin to the scheme interpreter.  
The one you installed seems to not support that by default.

You probably just need an option. Try run ‘«scheme» -h’ in Terminal  
and see what options exist.




More information about the textmate mailing list