Re: invoking in screen binding

2012-09-30 Thread Michael Parson
On Wed, 26 Sep 2012, Eric Smith wrote: I have the following binding which works as I want it to. bind E eval copy 'stuff G' 'stuff Y' 'readreg q' colon 'stuff "! command_foo "' ' paste "q^M"' '"^M"' Try using \015 as the 'enter' string instead. No special ctrl chars first, just that literal

invoking in screen binding

2012-09-26 Thread Eric Smith
I have the following binding which works as I want it to. bind E eval copy 'stuff G' 'stuff Y' 'readreg q' colon 'stuff "! command_foo "' ' paste "q^M"' '"^M"' The command prints out on the screen "exrc" line with the argumant pasted from the screen buffer `q'. My problem is that I cannot make t