Re: [GRASS-dev] g.list in G71

2014-10-29 Thread Huidae Cho
-p as default is only good for the command line because in python scripts, you need more typing. The previous discussion was about making this module as friendly as possible both in the command line and scripting environments. Reverting -m flag is fine with me unless anyone has strong arguments

Re: [GRASS-dev] g.list in G71

2014-10-28 Thread Martin Landa
Hi, 2014-10-27 21:01 GMT+01:00 Martin Landa landa.mar...@gmail.com: I would suggest to print fully-qualified names by default. Any opinion? Martin If you agree I would vote for reverting logic of -m flag to Print unqualified map names (without mapsets) ? Martin -- Martin Landa *

Re: [GRASS-dev] g.list in G71

2014-10-28 Thread Luca Delucchi
On 28 October 2014 10:44, Martin Landa landa.mar...@gmail.com wrote: Hi, Hi 2014-10-27 21:01 GMT+01:00 Martin Landa landa.mar...@gmail.com: I would suggest to print fully-qualified names by default. Any opinion? Martin If you agree I would vote for reverting logic of -m flag to Print

Re: [GRASS-dev] g.list in G71

2014-10-28 Thread Huidae Cho
Hi, IMO, printing fully-qualified names by default can be too much information in terminal and make it uncomfortable to read map names only. Currently, it prints fully-qualified names whenever maps cannot be identified by their unqualified names (e.g., two maps with the same name in multiple

Re: [GRASS-dev] g.list in G71

2014-10-28 Thread Anna Petrášová
On Tue, Oct 28, 2014 at 1:05 PM, Huidae Cho gras...@gmail.com wrote: Hi, IMO, printing fully-qualified names by default can be too much information in terminal and make it uncomfortable to read map names only. Currently, it prints fully-qualified names whenever maps cannot be identified by

[GRASS-dev] g.list in G71

2014-10-27 Thread Martin Landa
Hi, `g.list` in G71 prints unqualified map names, why? $ g.list vect Praha silnice BazinyARaseliniste Hranice KladyZakladnichMap The user need to use `-m` flag to understand from which mapset the map is. $ g.list vect -m Praha@martin silnice@martin BazinyARaseliniste@PERMANENT I would suggest