Re: command too long

2013-07-07 Thread Jack Bates
On 05/07/13 08:20 AM, Nicholas Marriott wrote: > Hi > > On Wed, Jun 05, 2013 at 12:22:38PM -0700, Jack Bates wrote: >> On 01/06/13 03:22 AM, Nicholas Marriott wrote: >>> Hi >>> >>> What commands are you doing that regularly exceed 2048 bytes and why &g

Re: command too long

2013-06-06 Thread Jack Bates
t happens. A higher limit wouldn't eliminate the problem entirely (unless the limit was close to system ARG_MAX), it would just save some irritation and avoid some workarounds. I don't know what the tradeoffs are... Thanks again, > On Thu, May 30, 2013 at 08:49:05AM -0700, Jack B

Re: command too long

2013-06-06 Thread Jack Bates
t happens. A higher limit wouldn't eliminate the problem entirely (unless the limit was close to system ARG_MAX), it would just save some irritation and avoid some workarounds. I don't know what the tradeoffs of increasing COMMAND_LENGTH are... Thanks again, > On Thu, May 30, 2013 at 08

command too long

2013-06-01 Thread Jack Bates
I keep getting an error, "command too long" when I run: $ tmux new-session ... I wish that the tmux COMMAND_LENGTH was more than 2048. If tmux could handle commands of arbitrary length, up to something like the maximum argument length for the system (ARG_MAX), that would be cool. But even