Edwin Leuven
> 
> I don't know whether I am the only one, but I am irritated 
> by the new list
> command.
> 
> I often type "l" to inspect my data. This is now annoyingly slow.
> 
> Moreover, I think that the default behavior should be the 
> old ", clean" one:
> Who wants lines every 5 observations? I definitely don't! 
> (the same for
> summarize btw).
> 
> Who asked for these lines? They are not a logical 
> separation of the data. It
> reminds me a bit of microsoft trying to come up with things 
> people need, like
> the paperclip.
> 
> Anyway, this is a cryout to the stata people:
> 
> Give me my old "list" back: fast and clean!
I am not signing up to this, as I like the new -list-.
Irrespective of that, something that can be done is wire 
the behaviour you want into your own wrapper. This provides 
an illustration, and can be extended: 
program mylist 
	version 8 
	syntax [varlist] [if] [in] [, clean * ]  
	list `varlist' `if' `in', clean `options' 
end 
Nick 
[email protected] 
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/