GNU Emacs ported to Android(play.google.com) |
GNU Emacs ported to Android(play.google.com) |
- As soon as installed, the app will download emacs from a 3rd party repo. You have the option to specify your own, I picked the default one.
- The app consists apparently of a terminal emulator and a Bourne shell (clone?). emacs will reside inside this emulator and the shell.
- The app seems very young, segfaults are frequent. A common cause seems to be font-size. If font size != 20px at startup, app will segfault. (you can change it once the app is running).
- The buffers do not resize dynamically when I show/hide the keyboard. On my SGS2 in landscape mode, that leaves very little screen space for the buffers.
- The app greatly benefits from Hacker's Keyboard or any similar advanced keyboard.
If your comment was meant as a hat tip to the Symbolics Genera system, that was a full-fledged OS, then there could be debate. I love Lisp and would dearly love to customize my Jelly Bean experience with it, but then we'd need to get into a discussion of what is really better, and 80's OS or Android.
https://play.google.com/store/apps/details?id=net.momodalo.a....
/dons my flame-retardant jacket
Be interested to hear how usable you can make it. Whether you can remap keys or buttons to all the major modifiers.
Emacs 23 on the Nokia N900 is the reason I recently bought that phone even though Nokia is so uncool now and everything (works excellently, BTW).
It does not work from both Nexus 7 Tablet, and Google Nexus phone (latest)
https://play.google.com/store/apps/details?id=org.pocketwork...
It's really shockingly great. It turns dealing with terminal access from your touchscreen from a complete hair-pulling disaster into something that I am merely disinclined to do.
All the ASCII keys are where you expect them to be. And switching between the keyboards at runtime is as simple as launching the included app. Definitely recommended to anyone who ever needs to (occasionally!) ssh from their phone or tablet.
Anybody have any ideas for what to do with Emacs on a phone?
iPhone: http://mobileorg.ncogni.to/
Android: https://github.com/matburt/mobileorg-android/wiki/
Android Fork: https://play.google.com/store/apps/details?id=com.matburt.mo...
Didn't try it myself.
No, that was Stallman working for LMI reproducing all of the Symbolics environment, because he was pissed that MIT sold the rights to work done in the AI lab to Symbolics.
Terminal IDE and AIDE for Java. SL4A for Python, JavaScript and Ruby. Ruboto. There's a version of Octave now. And I'm sure there's more besides. There are definitely development options on an Android device.
I've been using SL4A and the Jota editor to teach myself Python (professionally, I'm a .Net developer) on my Nexus 7 and I've been pretty happy with it. I can carry it everywhere, and anytime I have a few minutes to spare I can open up the ebook I've been reading, then go to the editor and/or the immediate window and try some things out. And if I'm at my desk, I can use a hardware keyboard, making things even easier.
Emacs improves the possibilities even more. At the very least, it's a far better editor than any of the current editors (unless you're a vim fan using Terminal IDE) for any scenario where you need an editor.
At best, it could get a whole package management system of supporting utilities that are available to it inside its terminal, and becomes a good way to develop with virtually any language that has a compiler that can be ported to Android. Maybe it even gets w3m browser mode, music player mode, and other awesome Emacs-as-OS features.
I've lost the count of how many times I have closed a browser window while trying to cut text.
Unless otherwise approved by Apple in writing, no interpreted code may be downloaded or used in an Application except for code that is interpreted and run by Apple’s Documented APIs and built-in interpreter(s). Notwithstanding the foregoing, with Apple’s prior written consent, an Application may use embedded interpreted code in a limited way if such use is solely for providing minor features or functionality that are consistent with the intended and advertised purpose of the Application.
That would certainly exclude Emacs.
How is what you want different from what AIDE offers?
With AIDE, you develop an Android app more or less like you would in Eclipse, and it compiles it and installs it into the system like any other Android app. It's in your application list, and you can run it like any other Android app.