On Thu, 21 Jan 2016 21:18:45 +0000, Uwe Brauer wrote:
> [tortoisehg]
> editor = /usr/bin/emacsclient
> 
> That works but I also wanted the linenumber (say for a given difference)
> according to
> https://mail.gnome.org/archives/meld-list/2013-March/msg00062.html
> it should be 
> editor = /usr/bin/emacsclient +$LINENUM $FILE
> 
> But that did not work.
> 
> What is the correct syntax??

Looks like a bug. Try this instead:

  [editor-tools]
  emacsclient.args = $FILE
  emacsclient.argsln = +$LINENUM $FILE

  [tortoisehg]
  editor = emacsclient

> BTW, my collaborators use on Windows either winedit, or texstudio on
> Mac, how would the syntax in those environments?

The syntax is the same. They are pseudo variables expanded by TortoiseHg.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to