From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Emacs on Android Date: Sun, 24 Nov 2013 21:33:19 -0600 Message-ID: <87d2lpxiio.fsf@gmail.com> References: <1491972.VqGXAGyPm7@descartes> <87eh66mrs0.fsf@news.tumashu-localhost.org> Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385350421 21631 80.91.229.3 (25 Nov 2013 03:33:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 03:33:41 +0000 (UTC) Cc: jay.p.belanger@gmail.com To: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 25 04:33:46 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 1Vkmvh-0004Lq-HW for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 04:33:45 +0100 Original-Received: from localhost ([::1]:49492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkmvh-0001g7-0I for ged-emacs-devel@m.gmane.org; Sun, 24 Nov 2013 22:33:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkmvV-0001fc-ND for emacs-devel@gnu.org; Sun, 24 Nov 2013 22:33:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkmvN-0003BT-9x for emacs-devel@gnu.org; Sun, 24 Nov 2013 22:33:33 -0500 Original-Received: from mail-oa0-x22c.google.com ([2607:f8b0:4003:c02::22c]:47173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkmvN-0003BI-4v for emacs-devel@gnu.org; Sun, 24 Nov 2013 22:33:25 -0500 Original-Received: by mail-oa0-f44.google.com with SMTP id m1so3808684oag.3 for ; Sun, 24 Nov 2013 19:33:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:reply-to:cc:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=JPcsZOSRIzB3ducqF5sgYn9oxi9McxXCVdwFHA+sws0=; b=aN95qgQfKKN5wSF2zQ2XjO4SKWK1bVEyGIdoWtcYqtFytu7p/s23oJbAdKJAWV2YOc LQuSzxN+3AfOELSkA2ZdB9BZOYwz1VLG/kHkleOg/agVUL/W3wpmybgQjkJkexEMkw99 xApD99qLP6pUy3DHsuhs9yO1UnHfXM8lDtv2xv39V1x+sDO9qJ8XLkw+e3snw+QKRy9+ jI8a9ZXeNjk6Dbh0HS2jX5haZpKKcEfSB3h1YlW0AEyOVWfoTcBNoMjNRc33Vnsil7iA u4xe0zbUId5okJ71w3PGNQdTMfUHJ5SeKRuuYU/wEtKl20OAuwOTmI8pK0MiAgNRFgZs VHsA== X-Received: by 10.60.59.5 with SMTP id v5mr23002161oeq.30.1385350404132; Sun, 24 Nov 2013 19:33:24 -0800 (PST) Original-Received: from belanger-home (184-155-87-143.cpe.cableone.net. [184.155.87.143]) by mx.google.com with ESMTPSA id m7sm64349212obo.7.2013.11.24.19.33.22 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 24 Nov 2013 19:33:23 -0800 (PST) In-Reply-To: (Lennart Borgman's message of "Sun, 24 Nov 2013 12:07:40 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22c 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:165676 Archived-At: >>> 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.