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: Mon, 25 Nov 2013 12:38:38 +0800 Message-ID: <87d2lphz8x.fsf@news.tumashu-localhost.org> References: <1491972.VqGXAGyPm7@descartes> <87eh66mrs0.fsf@news.tumashu-localhost.org> <87d2lpxiio.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385354647 318 80.91.229.3 (25 Nov 2013 04:44:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 04:44:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 25 05:44:12 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 1Vko1r-00012y-Gy for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 05:44:11 +0100 Original-Received: from localhost ([::1]:49655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vko1r-0004DX-55 for ged-emacs-devel@m.gmane.org; Sun, 24 Nov 2013 23:44:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vko1h-00049e-HQ for emacs-devel@gnu.org; Sun, 24 Nov 2013 23:44:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vko1W-0005KG-Tl for emacs-devel@gnu.org; Sun, 24 Nov 2013 23:44:01 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:51351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vko1W-0005K4-MW for emacs-devel@gnu.org; Sun, 24 Nov 2013 23:43:50 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vko1U-0000wU-T1 for emacs-devel@gnu.org; Mon, 25 Nov 2013 05:43:48 +0100 Original-Received: from 120.4.239.204 ([120.4.239.204]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 05:43:48 +0100 Original-Received: from tumashu by 120.4.239.204 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 05:43:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 120.4.239.204 User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:akgTIFCJkb1FLmtl9DFdY8TJWPU= 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:165680 Archived-At: Jay Belanger writes: >>>> 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 >> >> Thanks Feng, but I can run other editors on Android without root. ;-) > > GNURoot (https://play.google.com/store/apps/details?id=champion.gnuroot)almost does what Feng suggested, but without root. It isn't as direct as > a native Emacs and you'd have to run it without X, though. I don't know GNURoot, If it can run sshd, we can use this approach: 1. GNUROOT 2. sshd 3. JuiceSSH or Connectbot I use a rooted device and find that using bVnc is more convenience than JuiceSSH ... --