From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ryan Newsgroups: gmane.emacs.devel Subject: Soroban package I've written for Emacs Date: Fri, 12 Dec 2014 11:46:57 -0700 Message-ID: <548B3821.3070601@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1418410043 15605 80.91.229.3 (12 Dec 2014 18:47:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Dec 2014 18:47:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 12 19:47:17 2014 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 1XzVFD-0004nM-HY for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2014 19:47:15 +0100 Original-Received: from localhost ([::1]:59006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzVFC-0007J0-TC for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2014 13:47:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzVF4-0007Io-KD for emacs-devel@gnu.org; Fri, 12 Dec 2014 13:47:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzVEz-0002nW-7T for emacs-devel@gnu.org; Fri, 12 Dec 2014 13:47:06 -0500 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:41749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzVEz-0002nA-1B for emacs-devel@gnu.org; Fri, 12 Dec 2014 13:47:01 -0500 Original-Received: by mail-pa0-f50.google.com with SMTP id bj1so7803473pad.9 for ; Fri, 12 Dec 2014 10:46:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=oUhxCiuxFgXyG6a1FjzsMClqyoViJlSB72OXKNOSA5c=; b=sNFkP1dDNfWUVOMKeYkexfCSLDIgHyJs0rXi9CxBNlEORXFrtL7xqX0nl1Ik/Infj4 LIBKxlTZDbnmdmW9LKwQc/t7zzdH0bGfssttxThzfpMoSNt8sU039GPXH+qqvR2/QwDM KZvtAXABgAowrzSIcw+WiG7c92Lbc/fJ61tKl+1fKG2Pwv7rxAa6OKI2G3v3FgOxm9M6 UhvnqKVA0c4GlQDWPr9ulZyA5Nk6xmP5+QSLIWlyveIrU0Oqy7RNn7sxN79zJNsQK1aX gfwIg1U4mNE+dCQDOUeEi78RVZLicqn6l9poRYeuGlPOcniQ11FqfViSo1gULPtK8Cjt 2SaQ== X-Received: by 10.67.22.9 with SMTP id ho9mr28749125pad.77.1418410019163; Fri, 12 Dec 2014 10:46:59 -0800 (PST) Original-Received: from [192.168.1.2] (host-98-127-222-9.gdj-co.client.bresnan.net. [98.127.222.9]) by mx.google.com with ESMTPSA id kj9sm2174843pbc.37.2014.12.12.10.46.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Dec 2014 10:46:58 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 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:179950 Archived-At: Hello, I've written a soroban emulator for GNU Emacs. This package emulates a traditional Japanese soroban calculator. I've tested it for bugs and it appears to be working well. I would like to contribute this package to the GNU ELPA repository. I understand that this means it will be released under the GPL and welcome further hacking and modification of this program by others. The package soroban.el may be collected from the link below. https://github.com/RyanBurnside/Soroban Sincerely, Ryan Burnside