View Single Post
Posts: 13 | Thanked: 86 times | Joined on Nov 2012
#1
Update 2016-09-20:
Emacs 25.1 is now out, and a new package, emacs25 is in the repository (it conflicts with emacs24, which will be automatically removed if you install this new version).

Some tips:
  • If you are using the default hardware keyboard layout, then it is highly recommended that you remap the keys to allow you to use Emacs effectively (you'll need to add the Esc key to the layout at least, which can then be used as the Meta modifier). As an example, I map Fn+Backspace to Escape and Fn+Return to Tab:
    Code:
    key <BKSP>  { [ BackSpace, Delete, Escape, Escape ] };
    key <RTRN>  { [ KP_Enter, KP_Enter, Tab, Tab ] };
    Use the following as a guide to customize your layout: Guide to remapping keyboard
  • To make better use of the limited screen space, I've set the menu bar and tool bar to hide on startup. If you want them, add these lines to your .emacs:
    (menu-bar-mode 1)
    (tool-bar-mode 1)
  • To switch to fullscreen mode, call the function (toggle-frame-fullscreen) (mapped to <f11> by default).
---Original announcement---
I had compiled Emacs so that I could run it on an N900, and thought of sharing the results by uploading the package, which is now in the extras-devel repository (from which Emacs was conspicuously absent until now!). It is the current stable release (24.4 [updated 2014-11-13]), and split into two packages, emacs24 and emacs24-el (optional package if you also want the elisp sources). I've made only minimal changes over the upstream version to adapt it to the Maemo environment, and I encourage you to test it and see if it works for you.

I'll update this post upon receiving further feedback. Happy testing!
---

Last edited by mtvoid; 2016-09-20 at 15:09. Reason: New emacs25 package
 

The Following 23 Users Say Thank You to mtvoid For This Useful Post: