help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Leaner emacs for Android


From: Kevin Rodgers
Subject: Re: Leaner emacs for Android
Date: Tue, 01 Sep 2009 07:20:50 -0600
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

news@aleblanc.cotse.net wrote:
Hi all,
        I have Emacs running on my google (G1/HTC Dream) phone which is very 
handy
        (see here for details:
           http://www.emacswiki.org/emacs/EmacsOnAndroid ).
Currently it is using about 12MB on startup, but the RAM on the phone is very limited. I want to make it a bit leaner and faster. I suspect there are
        plenty of elisp packages loaded by default that I don't need.
        How do I find out what they are, and then stop them from loading
        by default?

Start Emacs with the -Q option, then evaluate `features' in the *scratch*
buffer.

Delete unwanted packages from loadup.el (M-x find-library RET loadup) and
rebuild Emacs.

        Any other advice on making it smaller/faster?

First, make sure your site-start.el, default.el, and ~/.emacs files don't
require/load any packages (use autoload instead).

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

[Prev in Thread] Current Thread [Next in Thread]