Re: problem with pasting from linux clipboard

2012-11-26 Thread Alexandre Provencio
PS: ":read xclip -o" from vim works ok for long lines, though I still miss doing this from a tmux binding On Mon, Nov 26, 2012 at 2:16 PM, Alexandre Provencio wrote: > Bump? I'm sorry if this was already discussed but I really couldn't find > anything specific. Please, any info would be of help.

Re: problem with pasting from linux clipboard

2012-11-26 Thread Alexandre Provencio
Bump? I'm sorry if this was already discussed but I really couldn't find anything specific. Please, any info would be of help. -Alexandre On Thu, Nov 22, 2012 at 12:24 AM, Alexandre Provencio wrote: > Hello everyone, I have the following binding set: > > bind p run "tmux set-buffer \"$(xclip -o

[PATCH V2 0/2] source-file fixes

2012-11-26 Thread Thomas Adam
Hi, This is V2 of the original source-file improvements. [1/1]: Aggregate config errors from source-file commands This is largely unchanged from the original. [1/2]: Reference count config files This uses a global reference count to indicate how many times source-file has been called when read

[PATCH V2 1/2] Aggregate config errors from source-file commands

2012-11-26 Thread Thomas Adam
At the moment it's possible to trample configuration file error reporting by having an error in fileB which is sourced from fileA at startup. If there were any errors in fileA these would be lost because fileB somewhat treads on the state of fileA. Because source-file uses the same configuration

[PATCH V2 2/2] Reference count config files

2012-11-26 Thread Thomas Adam
When calling source-file directly (unlike at server startup), in order not to clobber multiple source-file commands from the initial config file load, ensure we gather all errors across all files before displaying them. --- cfg.c | 5 + cmd-source-file.c | 3 ++- tmux.h

Re: [PATCH 0/1] Hook support: proof-of-concept

2012-11-26 Thread Thomas Adam
Hi, On Mon, Nov 26, 2012 at 02:35:30PM +, Philip Herron wrote: > Just a quick poke has add-hook support been merged into git master? Not yet. I'm still working on some changes. Subscribe to the tmux-cvs mailing list to get notifications on updates to the portable tmux version. -- Thomas Ad

Re: [PATCH 0/1] Hook support: proof-of-concept

2012-11-26 Thread Philip Herron
Just a quick poke has add-hook support been merged into git master? --Phil On 21 November 2012 18:01, Nicholas Marriott wrote: > Hi > > This seems a reasonable idea to me but I think it should go in cmd_ctx - > it is context for THIS invocation of the command, not for all > invocations. I'd just

Re: [PATCH 1/2] Aggregate config errors from source-file commands

2012-11-26 Thread Thomas Adam
Hi, On Mon, Nov 19, 2012 at 10:46:05AM +, Nicholas Marriott wrote: > This breaks the case where I source a bad file from the command prompt, > for example: > > echo 'set -g abc' >~/.tmux.conf > tmux new > q > C-b : source ~/.tmux.conf > > I guess you just don't reset the state after displayi

Re: [PATCH] Canonicalize socket directory, not full path

2012-11-26 Thread Nicholas Marriott
Nobody replied to my diff so I dropped it. I think your fix is better though so let's go with it. On Sun, Nov 25, 2012 at 12:10:00AM +0100, Romain Francoise wrote: > Thomas Adam writes: > > > Wasn't this already looked in to? > > Thanks, I wasn't aware of this previous discussion... > > > Cer

Re: Use terminal's scrollback buffer per pane?

2012-11-26 Thread Robert Murray McMahon
On Mon, Nov 26, 2012 at 09:34:00AM +0100, Alexander Skwar wrote: > Hello Robert > > On Mon, Nov 26, 2012 at 9:24 AM, Robert Murray McMahon > wrote: > > > You must enter copy mode which by default is entered by hitting your > > prefix key and then '['. The keys you must now hit in order to scroll

Re: Use terminal's scrollback buffer per pane?

2012-11-26 Thread Alexander Skwar
Hello Robert On Mon, Nov 26, 2012 at 9:24 AM, Robert Murray McMahon wrote: > You must enter copy mode which by default is entered by hitting your > prefix key and then '['. The keys you must now hit in order to scroll are > determined by the mode-keys option. If mode-keys is set to vi, you > scr

Re: Use terminal's scrollback buffer per pane?

2012-11-26 Thread Robert Murray McMahon
On Mon, Nov 26, 2012 at 07:44:20AM +0100, Alexander Skwar wrote: > Hello > > I'm new to tmux, so please excuse if that question came up… > > In the FAQ > http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=blob;f=FAQ > I read "* How can I make tmux use my terminal's scrollback buffer?"