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

2013-08-17 Thread Thomas Adam
Hi, If I get time over the weekend I'll look in to this in more detail, but just going by what you've put here... On 17 August 2013 03:41, J Raynor wrote: > In order to allow things like #S and #P in the filename I had to alter > status_replace(). That function required a non-NULL client variab

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

2013-08-17 Thread Nicholas Marriott
Do we need a new command? Why not just a window option log-file and if it is set all panes in that window are logged? People who want everything logged can set it globally. If we have a new command it is hardly different from pipe-pane. Original message From: J Raynor Date: 1

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

2013-08-17 Thread J Raynor
> Why are you using status_replace() for this? format_expand() and > using a struct format_tree * makes much more sense here. What has > status_replace() got to do with expanding file names? I want to allow things like #S and #P in the filename so people can tell the different logs apart. Using

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

2013-08-17 Thread J Raynor
On Sat, Aug 17, 2013 at 3:50 AM, Nicholas Marriott wrote: > Do we need a new command? Why not just a window option log-file and if it is > set all panes in that window are logged? People who want everything logged > can set it globally. If we have a new command it is hardly different from > pipe-p

Re: tmux freezing, xubuntu 13.04 with tmux build from source

2013-08-17 Thread Sam Roberts
I'll work through your suggestions, thanks. Some days it happens not at all (yesterday), some days 3 or 4 times, so its not easy to know right away whether a config change has improved the situation (and since its so short, I could consider it an RSI timer, its only a mild annoyance, tmux is still

Re: tmux freezing, xubuntu 13.04 with tmux build from source

2013-08-17 Thread Sam Roberts
On Thu, Aug 15, 2013 at 1:24 PM, Thomas Adam wrote: > You disabled rate limiting? That's not what I would do. Quite the opposite > in fact. Stop making assumptions and just alter the values, will you? You said "tweak values" and now you said "alter values". I did. I changed one of the values to 0

Re: tmux freezing, xubuntu 13.04 with tmux build from source

2013-08-17 Thread Sam Roberts
On Thu, Aug 15, 2013 at 4:47 AM, Thomas Adam wrote: > Look at changing the c0-change-* options which tmux uses for > rate-limiting to the terminal. I don't think I type fast enough to trigger this, and there are no processes other than vim and shells waiting for me to give them input when this ha

tmux, zsh, powerline - tmux statusline binking

2013-08-17 Thread jackneill jackneill
Hey, I would like to request your help. I've installed powerline ( https://github.com/Lokaltog/powerline) and added "source /usr/share/powerline/tmux/powerline.conf" to my .tmux.conf. The statusline indeed changes, when i start xterm it shows - for a moment then hides for several seconds...then st

Re: tmux, zsh, powerline - tmux statusline binking

2013-08-17 Thread Thomas Adam
On 17 August 2013 20:50, jackneill jackneill wrote: > Hey, > > I would like to request your help. I've installed powerline > (https://github.com/Lokaltog/powerline) and added > "source /usr/share/powerline/tmux/powerline.conf" to my .tmux.conf. > The statusline indeed changes, when i start xterm i

Re: tmux, zsh, powerline - tmux statusline binking

2013-08-17 Thread Marcel Partap (unterwegs)
> The statusline indeed changes, when i start xterm it > shows - for a moment then hides for several seconds... > then starts this again forever. ..very likely that this is because it takes powerline longer to generate its output than what your status interval is set to. You can test that by runn

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

2013-08-17 Thread Thomas Adam
On Sat, Aug 17, 2013 at 03:46:56PM -0500, J Raynor wrote: > On Sat, Aug 17, 2013 at 3:50 AM, Nicholas Marriott > wrote: > > Do we need a new command? Why not just a window option log-file and if it is > > set all panes in that window are logged? People who want everything logged > > can set it glo

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

2013-08-17 Thread J Raynor
Combining the logging with pipe-pane seemed to be the easier option since I'm familiar with both bits of code, so I gave that a shot and I've attached a new patch. The code for the logging and for having pipe-pane write to a file are a bit simpler than previous patches. There's no need for a sepa

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

2013-08-17 Thread Nicholas Marriott
I think either you or me are miss the point :-). There is no point adding something to pipe-pane or something that does the same as pipe-pane. People who want to log individual panes can already do it with pipe-pane as it is now. My idea is that we make it easier for people who want to log ever

Re: tmux freezing, xubuntu 13.04 with tmux build from source

2013-08-17 Thread Nicholas Marriott
Are you using tmux over ssh or locally? You say all of tmux freezes, you can't change panes or windows? What tmux version is this? Original message From: Sam Roberts Date: 16/08/2013 15:29 (GMT+00:00) To: Thomas Adam Cc: tmux-users Subject: Re: tmux freezing, xubuntu 1

Re: [PATCH] Support showenv output as shell code

2013-08-17 Thread Nicholas Marriott
All you are adding here is escaping quotes? Why not make that the default? Original message From: Aaron Schrab Date: 12/08/2013 21:01 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: [PATCH] Support showenv output as shell code Add -s option to the shown-environ

Re: Is there a command to (help) run xmodem

2013-08-17 Thread Nicholas Marriott
I really don't want this kind of single-purpose stuff in tmux. Why not just use the existing xmodem tools? My cu in OpenBSD does xmodem directly :-). Or there are loads of other things. Original message From: Alex Owen Date: 11/08/2013 10:29 (GMT+00:00) To: tmux-users@list