On 14 Mar 2014, at 16:39, Torsten Grust wrote:
On 14 Mar 2014, at 13:02, Benny Kjær Nielsen wrote (with possible
deletions):
[...]
The most recent test version of MailMate includes a change which
makes `MM_LINE_NUMBER` available as an environment variable. For now
it's only used by the TextMate bundle to place the caret in its
default location. You might find that useful as well.
Oh, that's useful! Sublime Text can benefit from this as well. If
you invoke
it via
subl <filename>:<lineno>
the editor places the cursor in the specified line on startup.
Great, I've changed (untested)
.../subl --wait "${MM_EDIT_FILEPATH}"
to
.../subl --wait "${MM_EDIT_FILEPATH}:${MM_LINE_NUMBER}"
--
Benny
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate