Other Nokia N900 GNU mobile phone tips

If you install GNU Emacs on the Nokia N900 GNU mobile phone and start it, it'll not maximime properly, i.e. after start the minibuffer will not be visible, or it will be gigantic.

To fix this:

  1. Download http://sumoudou.org/elisp/maxframe/maxframe.el
  2. Add the following text to /home/user/.emacs:
    (add-to-list 'load-path "/path/to/maxframe")
    ;; for instance (add-to-list 'load-path "~/elisp/maxframe")
    (require 'maxframe)
    (add-hook 'window-setup-hook 'maximize-frame t)
    (maximize-frame)

Now, the GNU Emacs screen will be properly maximized to Nokia N900's display.


.