Maciej Sieczka wrote: > code I item #458, was opened at 2007-08-11 16:28 > Status: Open > Priority: 2 > Submitted By: Scott Mitchell (smitch) > Assigned to: Nobody (None) > >Summary: 6.2 modules using new parser flags > Issue type: module bug > Issue status: fixed in CVS > GRASS version: 6.2 > GRASS component: display > >Operating system: all > Operating system version: > GRASS CVS checkout date, if applies (YYMMDD): > > > >Comment By: Maciej Sieczka (msieczka) > Date: 2007-08-11 22:44 > > Message: > I have checked current 6.2 CVS source and I can find no occurences of > --q or --v flags in use by any modules.
The --q[uiet] and --v[erbose] flags are implemented by G_parser(), and aren't present in 6.2.x. I'm unsure whether to remove the --quiet flags only from the 6.2.x version of d.slide.show, or also from the 6.3.x version. IMHO, d.slide.show should simply allow the d.rast/d.vect commands to operate at the verbosity level set by $GRASS_VERBOSE. If d.slide.show itself is passed --q or --v, GRASS_VERBOSE will be set accordingly, and the d.rast/d.vect commands will inherit that setting. Otherwise, they will inherit any existing setting of $GRASS_VERBOSE. Forcing the commands to operate quietly regardless of --v or any $GRASS_VERBOSE setting seems incorrect. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

