Re: Make tmux.conf relative to sysconfdir

2013-04-24 Thread Nicholas Marriott
I've applied this now, thanks! Like others have said, we've just done 1.8 so 1.9 will be a few months out probably. On Tue, Apr 23, 2013 at 04:20:47PM +0200, Dagobert Michelsen wrote: > Hi Nicholas, > > Am 23.04.2013 um 00:40 schrieb Nicholas Marriott > : > > Ok makes sense, please try this. I

Re: Make tmux.conf relative to sysconfdir

2013-04-23 Thread Thomas Adam
On 23 April 2013 15:20, Dagobert Michelsen wrote: > Hi Nicholas, > > Am 23.04.2013 um 00:40 schrieb Nicholas Marriott > : >> Ok makes sense, please try this. It is important that the default >> (without --prefix or --sysconfdir) stays as /etc not /usr/local/etc so I >> had to add a hack to config

Re: Make tmux.conf relative to sysconfdir

2013-04-23 Thread Stroller
On 23 April 2013, at 15:20, Dagobert Michelsen wrote: > ... > Is there an ETA for the 1.9 release with all those nice patches included? I can't speak for the project, but looking at the release history shows releases about every 4 - 6 months: http://sourceforge.net/projects/tmux/files/tmux/ St

Re: Make tmux.conf relative to sysconfdir

2013-04-23 Thread Dagobert Michelsen
Hi Nicholas, Am 23.04.2013 um 00:40 schrieb Nicholas Marriott : > Ok makes sense, please try this. It is important that the default > (without --prefix or --sysconfdir) stays as /etc not /usr/local/etc so I > had to add a hack to configure.ac to do that, --sysconfdir will still > override. Looks

Re: Make tmux.conf relative to sysconfdir

2013-04-22 Thread Nicholas Marriott
Ok makes sense, please try this. It is important that the default (without --prefix or --sysconfdir) stays as /etc not /usr/local/etc so I had to add a hack to configure.ac to do that, --sysconfdir will still override. diff --git a/Makefile.am b/Makefile.am index c131940..726582a 100644 --- a/Mak

Re: Make tmux.conf relative to sysconfdir

2013-04-22 Thread Dagobert Michelsen
Hi Nicholas, Am 22.04.2013 um 15:09 schrieb Nicholas Marriott : > I think this might be better than generating tmux.h, although I haven't > tested it. You get the idea though :-). Thanks for the quick turnaround, this looks good, but does not change the manpage which I would consider a good idea

Re: Make tmux.conf relative to sysconfdir

2013-04-22 Thread Nicholas Marriott
Hi I think this might be better than generating tmux.h, although I haven't tested it. You get the idea though :-). diff --git a/Makefile.am b/Makefile.am index c131940..d5bad20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ dist-hook: find $(distdir) -name .svn -type d|xarg