Problem when entering a directory named with spaces

2013-08-19 Thread __fLOyd__
Hi everyone. I met a strange problem that after entering any directory, of which name contains space like "/Users/xxx/Library/Application Support/IdeaIC12/", execute any shell command will leading to a warning that "usage: set-environment [-gru] [-t target-session] name [value]". I am a little con

Re: patch allowing pipe-pane to write directly to a file

2013-08-19 Thread J Raynor
I've attached a new patch that implements logging without adding a new command and without touching pipe-pane. There's a window option called logging-default-logname that's set to "~/tmux-#S-#I-#P.log" by default. That's what name logfiles will get when they get created. I mainly needed a string

Re: patch adding -c flag to new-session

2013-08-19 Thread Nicholas Marriott
Hi On Mon, Aug 05, 2013 at 08:21:48PM -0500, J Raynor wrote: > I've attached a new patch that should support the same prefixes as neww. I don't like calling cmd_get_default_path from session.c. How about this instead? (Not tested much.) I'll probably rename cmd_default_path* as soon as I think o

Re: Feature Request

2013-08-19 Thread Nicholas Marriott
Hmm ok. I've used synchronize-panes for up to 30 or so servers and beyond that I'd probably write a script. The problem with synchronizing windows is it's much more dangerous if you leave it on accidentally. On Mon, Aug 19, 2013 at 06:25:17PM +, Nair, Ashok wrote: > Hello, > > I used tmux ov

Re: [PATCH 0/2] Fix SM/RM/DECSET/DECRST behavior

2013-08-19 Thread Nicholas Marriott
Thanks. I changed this slightly to break these out into separate helpers (like input_csi_dispatch_sgr), On Mon, Aug 19, 2013 at 01:55:10AM +0900, Hayaki Saito wrote: > Now tmux does not accept multiple parameters with mode set/reset > sequences(SM/RM/DECSET/DECRST). It reads only the first parame

Re: Tmux and stderred

2013-08-19 Thread Nicholas Marriott
Hi tmux doesn't do anything with stderr but you aren't being very clear what the problem is. Where do you see red text? Inside tmux? On Mon, Aug 19, 2013 at 12:39:29PM -0500, Ryan Bissell wrote: >* > >Hi, > >I*ve recently started using stderred to color all stderr output red in my

Re: Feature Request

2013-08-19 Thread Nicholas Marriott
Hi Why do you want this feature? On Mon, Aug 19, 2013 at 04:05:52PM +, Nair, Ashok wrote: >Hello, > > > >Thank you for developing tmux. It is immensely useful for my daily work. > > > >One feature I am requesting is the ability to synchronize windows, similar >to pane

Re: Compiling tmux error

2013-08-19 Thread Nicholas Marriott
Hi Your libevent version is too old. On Mon, Aug 19, 2013 at 03:01:51PM +, Thomas Borneman wrote: >Hello, > > > >I'm trying to compiler tmux and I'm running into the following error: > > > >gcc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" >-DPACKAGE_VERSION=\"1.8\

Feature Request

2013-08-19 Thread Nair, Ashok
Hello, Thank you for developing tmux. It is immensely useful for my daily work. One feature I am requesting is the ability to synchronize windows, similar to pane synchronization. I am not sure if there is a work around that exists today to get that functionality. Once again thanks for creatin

Compiling tmux error

2013-08-19 Thread Thomas Borneman
Hello, I’m trying to compiler tmux and I’m running into the following error: gcc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"tmux\ 1.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"1.8\" -DSTDC_HEADERS=1 -DHAVE_

[tmux:tickets] #56 tmux hangs on load-buffer

2013-08-19 Thread Peter Kasza
--- ** [tickets:#56] tmux hangs on load-buffer** **Status:** open **Labels:** tmux 1.8 **Created:** Sun Aug 18, 2013 12:08 PM UTC by Peter Kasza **Last Updated:** Sun Aug 18, 2013 12:08 PM UTC **Owner:** nobody Trying to load a buffer from a regular file like: tmux load-buffer - < /path

Tmux and stderred

2013-08-19 Thread Ryan Bissell
Hi, I’ve recently started using stderred to color all stderr output red in my terminals, because obvious. I’m also a 2-year fan of tmux. Unfortunately, it seems that tmux uses stderr to echo text typed at the shell prompt? (I am somewhat making an assumption there, because the combination of

Re: Can one map PREFIX to ?

2013-08-19 Thread Thomas Adam
On 19 August 2013 11:19, Asis Hallab wrote: > Dear TMUXers, > > I would like to map the PREFIX to . > Is that possible? No, it isn't. Alt modifies the next key, but doesn't generate anything by itself. -- Thomas Adam -

Can one map PREFIX to ?

2013-08-19 Thread Asis Hallab
Dear TMUXers, I would like to map the PREFIX to . Is that possible? Kind regards! -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to co