Re: [Flightgear-devel] print() from keyboard and joystick

2009-12-13 Thread John Denker
Did y'all know that nasal printing is implemented via SG_LOG(SG_GENERAL, SG_ALERT, buf) ? That means that if you don't have "general" included in your logging classes, and/or don't have "alert" or lower as your logging level, you won't see any nasal printouts. This affects nasal error message

Re: [Flightgear-devel] print() from keyboard and joystick

2009-12-13 Thread Csaba Halász
On Fri, Dec 11, 2009 at 7:00 PM, John Denker wrote: > Not too long ago, it was possible to print to stdout from > nasal scripts called from keyboard event handlers and joystick > axis handlers. > > In the current (development) version, print() statements > have no effect chez moi.  Similarly, runt