On 27.01.2009, at 00:02, Alex Ross wrote:
On Jan 26, 2009, at 2:36 PM, Jonathan Middleton wrote:
Thanks for the response, Hans. I'm really looking for an automagic method, which displays the unicode on the fly, as opposed to converting the entire file back and forth. Any ideas?
Use emacs?
:/
You can write your own open file command (template command or drag- command) bound to ⌘O or to ⌘⇧O. Use AppleScript's file choose dialog, call your converting routine. For saving the same, write a tmcommand (maybe bound to a scope) which converts to current doc and saves it.
--Hans