Re: Python Scripting

2012-11-06 Thread Nicholas Marriott
On Sat, Nov 03, 2012 at 11:14:32AM +, Philip Herron wrote: > Hey > > Yeah i didn't think it would be included in tmux proper since i end up > reworking the cmd_table a lot and get rid of the const in it all and > allocate it memory so i can change it at runtime etc. Probably not > really in th

Re: Python Scripting

2012-11-03 Thread Philip Herron
Hey Yeah i didn't think it would be included in tmux proper since i end up reworking the cmd_table a lot and get rid of the const in it all and allocate it memory so i can change it at runtime etc. Probably not really in the spirit of tmux in some ways. But yeah i am not that great when it comes t

Re: Python Scripting

2012-11-03 Thread Nicholas Marriott
Hi This looks nice on a quick look but I'm not sure I want to include it in tmux proper, I like Python but even an optional dependency on it is a big deal. It might be easier for people to plau with if you could send it as one patch, or split up as a logical set of changes rather than, for exampl

Re: Python Scripting

2012-11-02 Thread Philip Herron
On 3 November 2012 01:04, Philip Herron wrote: > Hey > > Not sure if this patches will ever be useful to anyone but i decided i > wanted to be able to add commands to tmux in python as i wanted to > interact in a nice way with my system. So i made these patches. > > You compile with: > > sh autoge