Re: tmux 1.9a in cygwin

2014-06-01 Thread Michael Wild
Dear all I am the maintainer of the Cygwin package, and I also ran into this issue after upgrading the cygwin.dll to 1.7.30-1. Removing the socket file in /tmp helps, but only as long as at least one tmux session is running (presumably while the server is alive?). After closing all sessions, it f

Re: Need tmux to inherit and pass on environment to a subshell

2014-06-01 Thread Jesse Molina
I think, ultimately, my problem comes down to not being able to configure tmux session or window options during initialization except from a configuration file via -f. The user can't specify options to a new-session or new-window, within the command itself, until after it has been created, whi

Re: Need tmux to inherit and pass on environment to a subshell

2014-06-01 Thread Jesse Molina
Thanks for the suggestion. This was pretty close to what I was already doing as a hack. I have a lot of variables, and many of them have spaces. printenv/env doesn't output quoted values, so I have to alter the output further from there and generate a huge command list. I don't understand why

Re: Need tmux to inherit and pass on environment to a subshell

2014-06-01 Thread Balazs Kezes
On 2014-05-31 20:59 -0700, Jesse Molina wrote: > This first bash script has a number of environmental variables which I > need to exist in the new-session env to get passed on to the > application/script in which the new session starts. You can try passing the current environment to the session's