From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Barry OReilly Newsgroups: gmane.emacs.help Subject: Re: making software with Emacs and Elisp Date: Sat, 19 Oct 2013 21:00:22 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1382230839 10427 80.91.229.3 (20 Oct 2013 01:00:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2013 01:00:39 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 20 03:00:42 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VXhNq-0006VP-2I for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Oct 2013 03:00:42 +0200 Original-Received: from localhost ([::1]:34797 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXhNp-0000s5-Mm for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Oct 2013 21:00:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXhNZ-0000rx-5l for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 21:00:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXhNY-0001h8-0g for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 21:00:25 -0400 Original-Received: from mail-ob0-x22e.google.com ([2607:f8b0:4003:c01::22e]:42725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXhNX-0001h2-RJ for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 21:00:23 -0400 Original-Received: by mail-ob0-f174.google.com with SMTP id vb8so432633obc.19 for ; Sat, 19 Oct 2013 18:00:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ELXtxA7fJAkRN5HhsmhtFTPmUjA5S2Y/QLcE8m7CWi8=; b=O0DuN+y4m1j0ZgKNLIoliyqaCLlaR+FqyDJxz5s/e6kNZMGDd2Vx6Hx+BJsgo7Q4fQ wmybcHTdonVpuh5uFkkaPf04aU2peXPu4SRCP4DgeDV2sH6wrar3Kqk+KNndva3DAv2w e5QN7VNK36PAKBh0nM/33p6fB+n+QcwC4Fe+mo3YjPX5+d2WPnIoIkV5UZTum7IhuLw9 jX65CJc2VFaNzxk2De86QrPyGLPkd8F5G4lCVZDXiyfc2vvany+XyrHpFmNAyE26An/Y AjshqaZff2aTIWxK62U0BRsZk5fHbWLJfWUhl7+NP/ydYPi2zOAEFdOYgmTYFL+ojwMc 9ifA== X-Received: by 10.60.17.136 with SMTP id o8mr1016409oed.7.1382230822888; Sat, 19 Oct 2013 18:00:22 -0700 (PDT) Original-Received: by 10.76.156.103 with HTTP; Sat, 19 Oct 2013 18:00:22 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22e X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94104 Archived-At: > I have several ideas for software that has to do with physical > things, and does not belong in the world of computing. For example, > I'm working on a tool to teach deaf people read lips! (Not "Lisp".) > > Is there a minimal binary Emacs VM for the accursed Apple and > Windows world, that you could distribute along with the software, or > is there another way you could make all that work? Having an Emacs that can run outside the world of computing could be difficult. You could start by looking at the butterfly function though.