away

2012-12-26 Thread Nicholas Marriott
Hi all

I'm away from tomorrow (27th) until 22nd January, with no email access
until at least the 14th, so my responses to patches etc will be slower
than normal.

After the 14th I'll have a free week so I will catch up with everything
then.

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: away

2012-12-26 Thread Richard Foley
Thanks for all of your work on Tmux during the year, it's changed my working
life forever (for the good...)

Merry Xmas and a Happy New Year to the Tmux community!

-- 
Ciao

Richard Foley

http://www.rfi.net/books.html

On Wed, Dec 26, 2012 at 10:05:13AM +, Nicholas Marriott wrote:
> Hi all
> 
> I'm away from tomorrow (27th) until 22nd January, with no email access
> until at least the 14th, so my responses to patches etc will be slower
> than normal.
> 
> After the 14th I'll have a free week so I will catch up with everything
> then.
> 
> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> ___
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: Can't build tmux on Solaris 10

2012-12-26 Thread Philip Herron
Not sure if you guys already have this fixed, i just made this kind of
dirty patch and have it working for me now with suncc.

Would ideally like someone to have a peek over it the flock stuff is
just dirty put in but i could clean it up and #ifdef it out properly.
Then i had to remove the useage of cfmakeraw to just put in the
terminfo stuff http://linux.die.net/man/3/cfmakeraw

--Phil
On 14 December 2012 10:21, John Long  wrote:
> On Fri, Dec 14, 2012 at 10:18:00AM +, John Long wrote:
>> On Fri, Dec 14, 2012 at 07:28:58AM +, Thomas Adam wrote:
>> > Hi,
>> >
>> > On 14 December 2012 06:59, John Long  wrote:
>> > > On Wed, Dec 05, 2012 at 01:04:24PM +, Thomas Adam wrote:
>> > >> On Wed, Dec 05, 2012 at 12:20:47PM +, John Long wrote:
>> > >> > Hey guys, any progress on this?
>> > >>
>> > >> No.  But if someone is able to give me shell access with a development
>> > >> environment to compile tmux under which shows this problem, I'm happy to
>> > >> take a look and move the patch on.
>> > >>
>> > >> -- Thomas Adam
>> > >
>> > > Thomas, I haven't seen any updates this week so if you are still willing 
>> > > to
>> > > help out then please send me a 2048 bit RSA pubkey and I will set up a 
>> > > shell
>> > > account for you over the weekend and email you back with the logon 
>> > > details.
>> >
>> > Thanks; sent off-list.
>> >
>> > Kindly,
>> >
>> > -- Thomas Adam
>>
>> Thanks, Thomas. Got it and will get back to you as soon as everything is set
>> up.
>>
>> /jl
>
> P.S. Thomas, I replied to you in more detail off list but I received a
> bounce message from your mail server. I will get all the stuff you ask for
> working and let you know, hopefully sometime Monday. Time here is UTC+0200.
>
> Thanks,
>
> /jl
>
>
> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> ___
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users


solaris.patch
Description: Binary data
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: Can't build tmux on Solaris 10

2012-12-26 Thread Thomas Adam
Hi,

Yes, I've a patch sat waiting for this.  Will submit it when I get
back from holiday.  Took a different approach to your somewhat
horrible hack.  :)

-- Thomas Adam

On 26 December 2012 21:55, Philip Herron  wrote:
> Not sure if you guys already have this fixed, i just made this kind of
> dirty patch and have it working for me now with suncc.
>
> Would ideally like someone to have a peek over it the flock stuff is
> just dirty put in but i could clean it up and #ifdef it out properly.
> Then i had to remove the useage of cfmakeraw to just put in the
> terminfo stuff http://linux.die.net/man/3/cfmakeraw
>
> --Phil
> On 14 December 2012 10:21, John Long  wrote:
>> On Fri, Dec 14, 2012 at 10:18:00AM +, John Long wrote:
>>> On Fri, Dec 14, 2012 at 07:28:58AM +, Thomas Adam wrote:
>>> > Hi,
>>> >
>>> > On 14 December 2012 06:59, John Long  wrote:
>>> > > On Wed, Dec 05, 2012 at 01:04:24PM +, Thomas Adam wrote:
>>> > >> On Wed, Dec 05, 2012 at 12:20:47PM +, John Long wrote:
>>> > >> > Hey guys, any progress on this?
>>> > >>
>>> > >> No.  But if someone is able to give me shell access with a development
>>> > >> environment to compile tmux under which shows this problem, I'm happy 
>>> > >> to
>>> > >> take a look and move the patch on.
>>> > >>
>>> > >> -- Thomas Adam
>>> > >
>>> > > Thomas, I haven't seen any updates this week so if you are still 
>>> > > willing to
>>> > > help out then please send me a 2048 bit RSA pubkey and I will set up a 
>>> > > shell
>>> > > account for you over the weekend and email you back with the logon 
>>> > > details.
>>> >
>>> > Thanks; sent off-list.
>>> >
>>> > Kindly,
>>> >
>>> > -- Thomas Adam
>>>
>>> Thanks, Thomas. Got it and will get back to you as soon as everything is set
>>> up.
>>>
>>> /jl
>>
>> P.S. Thomas, I replied to you in more detail off list but I received a
>> bounce message from your mail server. I will get all the stuff you ask for
>> working and let you know, hopefully sometime Monday. Time here is UTC+0200.
>>
>> Thanks,
>>
>> /jl
>>
>>
>> --
>> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
>> Remotely access PCs and mobile devices and provide instant support
>> Improve your efficiency, and focus on delivering more value-add services
>> Discover what IT Professionals Know. Rescue delivers
>> http://p.sf.net/sfu/logmein_12329d2d
>> ___
>> tmux-users mailing list
>> tmux-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/tmux-users
>
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users
>

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: Can't build tmux on Solaris 10

2012-12-26 Thread Philip Herron
Just finished cleaning it up a little more i just:

git diff client.c > solaris.patch
git diff Makefile.am >> solaris.patch

Hope its ok

On 26 December 2012 21:55, Philip Herron  wrote:
> Not sure if you guys already have this fixed, i just made this kind of
> dirty patch and have it working for me now with suncc.
>
> Would ideally like someone to have a peek over it the flock stuff is
> just dirty put in but i could clean it up and #ifdef it out properly.
> Then i had to remove the useage of cfmakeraw to just put in the
> terminfo stuff http://linux.die.net/man/3/cfmakeraw
>
> --Phil
> On 14 December 2012 10:21, John Long  wrote:
>> On Fri, Dec 14, 2012 at 10:18:00AM +, John Long wrote:
>>> On Fri, Dec 14, 2012 at 07:28:58AM +, Thomas Adam wrote:
>>> > Hi,
>>> >
>>> > On 14 December 2012 06:59, John Long  wrote:
>>> > > On Wed, Dec 05, 2012 at 01:04:24PM +, Thomas Adam wrote:
>>> > >> On Wed, Dec 05, 2012 at 12:20:47PM +, John Long wrote:
>>> > >> > Hey guys, any progress on this?
>>> > >>
>>> > >> No.  But if someone is able to give me shell access with a development
>>> > >> environment to compile tmux under which shows this problem, I'm happy 
>>> > >> to
>>> > >> take a look and move the patch on.
>>> > >>
>>> > >> -- Thomas Adam
>>> > >
>>> > > Thomas, I haven't seen any updates this week so if you are still 
>>> > > willing to
>>> > > help out then please send me a 2048 bit RSA pubkey and I will set up a 
>>> > > shell
>>> > > account for you over the weekend and email you back with the logon 
>>> > > details.
>>> >
>>> > Thanks; sent off-list.
>>> >
>>> > Kindly,
>>> >
>>> > -- Thomas Adam
>>>
>>> Thanks, Thomas. Got it and will get back to you as soon as everything is set
>>> up.
>>>
>>> /jl
>>
>> P.S. Thomas, I replied to you in more detail off list but I received a
>> bounce message from your mail server. I will get all the stuff you ask for
>> working and let you know, hopefully sometime Monday. Time here is UTC+0200.
>>
>> Thanks,
>>
>> /jl
>>
>>
>> --
>> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
>> Remotely access PCs and mobile devices and provide instant support
>> Improve your efficiency, and focus on delivering more value-add services
>> Discover what IT Professionals Know. Rescue delivers
>> http://p.sf.net/sfu/logmein_12329d2d
>> ___
>> tmux-users mailing list
>> tmux-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/tmux-users


solaris.patch
Description: Binary data
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: Can't build tmux on Solaris 10

2012-12-26 Thread John Long
On Wed, Dec 26, 2012 at 10:06:23PM +, Thomas Adam wrote:
> Hi,
> 
> Yes, I've a patch sat waiting for this.  Will submit it when I get
> back from holiday.  Took a different approach to your somewhat
> horrible hack.  :)

I haven't seen you on the system in over a week so I had no idea you fixed
this already. This is great news!

It's very weird but in the meantime I was able to build tmux 1.6 on Solaris
10 SPARC without issues and it works fine. The same tarball of 1.6 does not
work on Solaris 10 Intel. It builds but has the same problems where the 
delete and backspace keys go forward instead of backward and other control
keys don't work correctly, as I originally reported. 

It will be great to have a working 1.7 everywhere. 

Happy New Year with tmux!

/jl

-- 
ASCII ribbon campaign ( ) Powered by Lemote Fuloong
 against HTML e-mail   X  Loongson MIPS and OpenBSD
   and proprietary/ \http://www.mutt.org
 attachments /   \  Code Blue or Go Home!
 Encrypted email preferred  PGP Key 2048R/DA65BC04 

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users