This would definatly be good.
> -----Original Message-----
> From: Richard Campbell [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 30, 2000 8:19 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: A command to kill extra import statements
>
>
> >Some people really don't like global imports, so if some
> threshhold was put
> >in, make sure there is a setting that allows them to never show up.
> >
> >Global imports really can cause problems and definatly slow
> down compiles.
>
> Personally, I'd like to go the other way around...that is, go from a
> import java.awt.*; statement to:
>
> import java.awt.Component;
> import java.awt.Container;
> import java.awt.List;
>
> As was mentioned earlier in the thread. Unfortunately, I think
> the elisp for that is non-trivial.
>
> -Richard.
>