Hi Xue, Xue Fuqiao <xfq.f...@gmail.com> writes:
> Sounds fine to me, because my Internet connection is very slow > (especially to Savannah). It is often a pain for me to perform a `bzr > pull', since it takes a long time. Well, that's more an argument for switching to hg or git for Emacs repo, not really for trimming out packages from Emacs core. > And there is also another way: Add a command line argument named > `--slim', it can invoke Emacs with only the bare-minimum Emacs Lisp > libraries needed for quick editing. That's what the require mechanism is for: libraries are not loaded until you require/load them. -- Bastien