>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.

Reply via email to