On 09.11.2004, at 15:45, Paul Nordstrom August wrote:
The one thing I can't manage to sort out is including e.g. "`textmate_id`" since the "`" is used in the snippets to evoke a shell command... I tried escaping with "`" but that didn't work. Am I missing something obvious?
It's ugly, but it works: `printf '\140'`textmate_id`printf '\140'` See man ascii for other character codes.
Cheers, -Ralph.