From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Feng Shu Newsgroups: gmane.emacs.devel Subject: Re: Emacs on Android Date: Sun, 24 Nov 2013 10:56:31 +0800 Message-ID: <87eh66mrs0.fsf@news.tumashu-localhost.org> References: <1491972.VqGXAGyPm7@descartes> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1385262920 9375 80.91.229.3 (24 Nov 2013 03:15:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Nov 2013 03:15:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 24 04:15:20 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VkQAK-00024q-L5 for ged-emacs-devel@m.gmane.org; Sun, 24 Nov 2013 04:15:20 +0100 Original-Received: from localhost ([::1]:45837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkQAK-0004Ta-3W for ged-emacs-devel@m.gmane.org; Sat, 23 Nov 2013 22:15:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkQAC-0004Sc-1z for emacs-devel@gnu.org; Sat, 23 Nov 2013 22:15:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkQA5-0000Lk-KP for emacs-devel@gnu.org; Sat, 23 Nov 2013 22:15:11 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:59674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkQA5-0000J3-Du for emacs-devel@gnu.org; Sat, 23 Nov 2013 22:15:05 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VkQA3-0001yU-TP for emacs-devel@gnu.org; Sun, 24 Nov 2013 04:15:03 +0100 Original-Received: from 120.4.229.39 ([120.4.229.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Nov 2013 04:15:03 +0100 Original-Received: from tumashu by 120.4.229.39 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Nov 2013 04:15:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 120.4.229.39 User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:Lqe6yJLA0AN668bsZVOE30BVlcM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165645 Archived-At: Lennart Borgman writes: > On Sun, Nov 24, 2013 at 12:36 AM, Rüdiger Sonderfeld > wrote: >> On Sunday 24 November 2013 00:11:27 Lennart Borgman wrote: >>> For vi-haters: I was looking for a way to edit .org files on Android. >>> Since Emacs does not work on Android (yet?) I tried vim-orgmode >>> instead. It did not work either (but vim did). >> >> Maybe org-ehtml could help you. It uses elnode to provide org editing via >> web. I hope this can be used to provide a more mobile friendly interface to >> org and Emacs. Of course having a local Emacs on Android to run org-ehtml >> would be useful. > > Thanks, nice idea, but unfortunately I think I need good editing > capabilities locally on my android phone for it to be really useful. > It has to be fast and easy to use. May be you can do like this: 1. root your device 2. install android app: linux on android 3. install a linux: (I use debian) 4. install emacs24 in linux choot 5. install a simple till window manager in linux, I use ratpoison, and add a keybinding for emacs 6. NOTE "linux on android" will launch a vnc daemon 7. Install android app: bVNC, (bVNC have Ctrl Alt and ESC ,very useful) 8. you can install a keyboard app: messagease 9. config others ... --