Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread kevin beckford
> Because tmux can compile on 10.5 (and probably earlier), it's necessary > to insert some guards for the OS version.  The patch I pointed to simply > calls the 10.6 SPI unconditionally, which means it won't compile on 10.5 > or any other OS. Ah, that's why you were mentioning 10.5. Not a problem

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread Nicholas Riley
In article , kevin beckford wrote: > I'm a bit confused here. > > I'm not using leopard, i'm using as I said originally > > 10.6.5. Snow Leopard, is what I'm using. > > I used to use screen , but switched to tmux. > > I just tried this now, using /usr/bin/screen and Terminal.app, pbcopy, >

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread kevin beckford
> > > I didn't write that, but it's the same as what Apple's patch to screen > does.  The _vproc* functions aren't declared in a public header file > though they are open source: Oh how odd, thats utterly unlike Apple, to no

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread kevin beckford
> Great, was just writing my reply... having odd timing today, with > replies typed as I reply... sure do miss Wave now :\  Thanks all. > CC to list. Really need to get reply working properly. ;) -- Increase Visibility o

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread David Goodlad
On Mon, Nov 29, 2010 at 1:48 PM, kevin beckford wrote: > So > > we are saying that it's never going to work? > I stumbled upon this thread today, after having looked into this a couple of months ago and just now finally looking again; good timing! The patch that was linked earlier works nic

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread kevin beckford
I'm a bit confused here. I'm not using leopard, i'm using as I said originally 10.6.5. Snow Leopard, is what I'm using. I used to use screen , but switched to tmux. I just tried this now, using /usr/bin/screen and Terminal.app, pbcopy, pbpaste work. exactly as I expected them to, in fact how

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread Nicholas Riley
In article , Nicholas Riley wrote: > Might not be able to be fixed on 10.5. Looks like it can't be; this wasn't a launchd bug but a design change. -- Nicholas Riley -

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread Nicholas Riley
In article , kevin beckford wrote: > So that's it then? Can't be fixed? Might not be able to be fixed on 10.5. On 10.6 it works with screen and tmux with the attached patch (which of course needs to be conditionalized were it to be applied.) There are workarounds, for example:

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread kevin beckford
function (_vprocmgr_move_subset_to_user).  This also acts as a daemon() > replacement but doesn't seem to fix the problem with pbcopy/pbpaste not > working - it doesn't work in screen either. Weird. I used to use that all the time. "Used to" meaning from years ago until a couple of weeks ago, wh

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread Nicholas Riley
In article <20101128115640.ga18...@yelena.nicm.ath.cx>, Nicholas Marriott wrote: > There was something with some environment variable IIRC, find out what > pbcopy and pbpaste depend on. The problem is calling daemon(). Basically, once you call daemon(), you can't use any GUI functionality. <

Re: OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread Nicholas Marriott
There was something with some environment variable IIRC, find out what pbcopy and pbpaste depend on. On Sun, Nov 28, 2010 at 12:52:15AM -0800, kevin beckford wrote: > Shell is zsh 4.3.10 via macports > > 1. Copy some text either by pipe into pbcopy or select and copy with mouse > 2. pbpaste > fi

OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux

2010-11-28 Thread kevin beckford
Shell is zsh 4.3.10 via macports 1. Copy some text either by pipe into pbcopy or select and copy with mouse 2. pbpaste > filename Iterm, Terminal with secure input on or off in gnu-screen or out of gnu-screen filename contains copied text Tmux: filename is empty Is this a known issue? -