From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: Emacs on Android Date: Tue, 26 Nov 2013 09:51:16 -0800 Message-ID: <4777B7CA-DD39-4F71-9708-C45249A0B6E3@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1385488290 5938 80.91.229.3 (26 Nov 2013 17:51:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2013 17:51:30 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 26 18:51:36 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 1VlMnO-0002vj-Mk for ged-emacs-devel@m.gmane.org; Tue, 26 Nov 2013 18:51:34 +0100 Original-Received: from localhost ([::1]:60291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlMnO-0005bp-C8 for ged-emacs-devel@m.gmane.org; Tue, 26 Nov 2013 12:51:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlMnG-0005ar-Ed for emacs-devel@gnu.org; Tue, 26 Nov 2013 12:51:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlMnB-00020G-3c for emacs-devel@gnu.org; Tue, 26 Nov 2013 12:51:26 -0500 Original-Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]:41230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlMnA-000201-So for emacs-devel@gnu.org; Tue, 26 Nov 2013 12:51:21 -0500 Original-Received: by mail-pb0-f49.google.com with SMTP id jt11so8494402pbb.22 for ; Tue, 26 Nov 2013 09:51:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=6oMYULtxKHd7gRIzuFodWTE+hDG79njJV4l0M3uIBos=; b=j53gGmYLAG+BfKHx0puaiUddC9ecb10tUq/LHeavbMo0Bn36ul3io95GEnLkkVbvr4 gg81m4+L+ryhe2BtQPeK8WqhAZ5ujQk/u1gPp439CtRgJOKLOYtvKZhs6lq2cR8XEQhu MNDp/26P0vm2JVcCWki1MKfEiDuAGY1nj7rY7wtd2QYploMHeThCqflYu9sFFU9UA7Zg TO+uQH/SSHl6Er4ntuyXUwpIpUytQDFQ/lhW/I8aHe0vfMghgcFPf75rykBQnZfmcsPW RFUHqwEIxjhO5EfhySwN6mF9Ab/wL/lqm03Dl30kDNCcN8EF3A4tZhUMoBq25HmZpwJ7 qj2w== X-Received: by 10.69.1.105 with SMTP id bf9mr571903pbd.53.1385488279167; Tue, 26 Nov 2013 09:51:19 -0800 (PST) Original-Received: from [10.0.1.10] (71-217-109-214.tukw.qwest.net. [71.217.109.214]) by mx.google.com with ESMTPSA id xe9sm92970948pab.0.2013.11.26.09.51.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Nov 2013 09:51:18 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.1822) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::231 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:165769 Archived-At: On 23 Nov 2013, at 15:11, 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). This doesn't help with the laudable emacs-on-android goal, but you might be interested in MobileOrg. https://github.com/matburt/mobileorg-android/wiki ~Chad