On 28 Dec 2011, at 10:37, tomdringer wrote:
Sorry, bit of a basic question - Which file do I echo FONT_TEST ? I've tried adding it to the properties file and also to my index.php file and tried ctrl+R on the line it is written and it just adds a new line with a slash.
Which file doesn’t matter, just don’t save it.
Control-R simply executes the current line. Try e.g. ‘date’ with ⌃R to test it.
Variables you set via .tm_properties are available for command executions, so the idea being that you set a variable in ~/.tm_properties and then check if it is actually available for your command.
If not, TM is not parsing your ~/.tm_properties as expected. If however it is available, but the settings in the .tm_properties have no effect, the issue is elsewhere.
So my suggestion was to aid in troubleshooting your issue.