Re: [PATCH 4/4] utils/settrans: implement settrans --start

2014-06-14 Thread Samuel Thibault
Justus Winter, le Sat 14 Jun 2014 22:54:50 +0200, a écrit : > Quoting Samuel Thibault (2014-06-14 21:48:09) > > Hello, > > > > Justus Winter, le Wed 11 Jun 2014 13:41:10 +0200, a écrit : > > > Start the translator specified by the NODE's passive translator record > > > and set it as NODE's active

Re: [PATCH 4/4] utils/settrans: implement settrans --start

2014-06-14 Thread Justus Winter
Quoting Samuel Thibault (2014-06-14 21:48:09) > Hello, > > Justus Winter, le Wed 11 Jun 2014 13:41:10 +0200, a écrit : > > Start the translator specified by the NODE's passive translator record > > and set it as NODE's active translator. This is the equivalent of > > doing: > > > > % settrans --

Re: [PATCH 4/4] utils/settrans: implement settrans --start

2014-06-14 Thread Samuel Thibault
Hello, Justus Winter, le Wed 11 Jun 2014 13:41:10 +0200, a écrit : > Start the translator specified by the NODE's passive translator record > and set it as NODE's active translator. This is the equivalent of > doing: > > % settrans --active /node $(showtrans /node) A way to do it would be to ju

[PATCH 4/4] utils/settrans: implement settrans --start

2014-06-11 Thread Justus Winter
Start the translator specified by the NODE's passive translator record and set it as NODE's active translator. This is the equivalent of doing: % settrans --active /node $(showtrans /node) * utils/settrans.c (argp_option): Add --start. (parse_opt): Handle --start. (main): Retrieve the passive tr