Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-13 Thread Jakob Eriksson
On Fri, Mar 12, 2004 at 08:33:32PM +0100, Uwe Bonnes wrote: > > "Dimitrie" == Dimitrie O Paun <[EMAIL PROTECTED]> writes: > > Dimitrie> On Fri, 12 Mar 2004, Uwe Bonnes wrote: WINEDEBUG=+relay wine > Dimitrie> yourprog.exe > >> It only works with selected shells... > > Dimitri

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Mike Hearn
On Fri, 12 Mar 2004 14:53:18 -0500, Dimitrie O. Paun wrote: >> Ah, holy shell wars :-) > yes, finally!!! Bah, just don your toga and use vino dammit :) problem solved!

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Dimitrie O. Paun
On Fri, 12 Mar 2004, Uwe Bonnes wrote: > Ah, holy shell wars :-) yes, finally!!! > An example is worth a lot of explanations. The vanishing wine command line > option nerved me a long time now. Only today I looked up what can be done to > start wine with changed variables for that command. For c

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Uwe Bonnes
> "Dimitrie" == Dimitrie O Paun <[EMAIL PROTECTED]> writes: Dimitrie> On Fri, 12 Mar 2004, Uwe Bonnes wrote: WINEDEBUG=+relay wine Dimitrie> yourprog.exe >> It only works with selected shells... Dimitrie> s/selected/standard/ Dimitrie> If you have the bad inspiration to

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Dimitrie O. Paun
On Fri, 12 Mar 2004, Uwe Bonnes wrote: > Dimitrie> WINEDEBUG=+relay wine yourprog.exe > > It only works with selected shells... s/selected/standard/ If you have the bad inspiration to us csh instead, I think you should know how to translate standard shell idions into your own. It's just stu

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Uwe Bonnes
> "Dimitrie" == Dimitrie O Paun <[EMAIL PROTECTED]> writes: Dimitrie> On Fri, 12 Mar 2004, Uwe Bonnes wrote: >> Changelog: documentation/wine.man.in Mention the env command to start >> a command with modified variables Dimitrie> Why do you need env(1)? What's wrong with:

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Dimitrie O. Paun
On Fri, 12 Mar 2004, Uwe Bonnes wrote: > Changelog: > documentation/wine.man.in > Mention the env command to start a command with modified variables Why do you need env(1)? What's wrong with: WINEDEBUG=+relay wine yourprog.exe -- Dimi.

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Uwe Bonnes
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes: Alexandre> Uwe Bonnes <[EMAIL PROTECTED]> writes: >> Would a patch extending the wrapper to understand all those old but >> handy options ( --debugmsg , --dll) be acceptable? Alexandre> No, I think it's better to

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Alexandre Julliard
Uwe Bonnes <[EMAIL PROTECTED]> writes: > Would a patch extending the wrapper to understand all those old but handy > options ( --debugmsg , --dll) be acceptable? No, I think it's better to start using the new mechanism. Otherwise there will be even more confusion about when you can use the option

Re: wine/ misc/options.c documentation/wine.man.in ...

2004-03-12 Thread Uwe Bonnes
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes: ... Alexandre> ... Start deprecating the --debugmsg option. Would a patch extending the wrapper to understand all those old but handy options ( --debugmsg , --dll) be acceptable? -- Uwe Bonnes[EMAIL PROTECT