Quite possibly something I've messed up myself. When I'm editing a Ruby file and I hit command-R to run the file, I get a pop up window called 'Run' indicating problems. I can't even copy the text from that window (it doesn't seem to make it to the clipboard) though the ultimate problem appears to be that something is trying to invoke '+' on nil. I've a attached a screenshot of the full error report.
Is this a simple, obvious problems? (Well, I mean to people other than me :-) ).
Thanks, Ken
On Jul 29, 2007, at 11:56 PM, Kenneth McDonald wrote:
When I'm editing a Ruby file and I hit command-R to run the file, I get a pop up window called 'Run' indicating problems.
It looks like your home directory is not in the environment variable $HOME. If you enter the following into a TextMate document and press control-R on the line you entered it on, does it insert a blank line?
echo $HOME
James Edward Gray II
James,
Thanks for the feedback. $HOME is there...and the Run command is now working. Sure wish I knew why.
Cheers, Ken
James Edward Gray II wrote:
On Jul 29, 2007, at 11:56 PM, Kenneth McDonald wrote:
When I'm editing a Ruby file and I hit command-R to run the file, I get a pop up window called 'Run' indicating problems.
It looks like your home directory is not in the environment variable $HOME. If you enter the following into a TextMate document and press control-R on the line you entered it on, does it insert a blank line?
echo $HOME
James Edward Gray II
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate