From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tom Breton (Tehom)" Subject: Re: Proposal: Emtest as tester Date: Thu, 27 May 2010 16:02:35 -0400 Message-ID: <0a5e8db8b2bffc9d42bf976a0402b896.squirrel@mail.panix.com> References: <047c96c5361a8739fc4e8bb94abeef8e.squirrel@mail.panix.com> <736AEF85-4B24-41A0-8701-A2585CBDB4C7@gmail.com> <519bd899d41d1f97d0b7638ad2b702da.squirrel@mail.panix.com> <5F014FD2-5988-406F-9683-ACF2E3096231@gmail.com> <0bbc0d9ab1b84a87a1114077c5d72238.squirrel@mail.panix.com> <87k4qs7vt7.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=50332 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHjHq-0004h2-Ke for emacs-orgmode@gnu.org; Thu, 27 May 2010 16:02:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHjHo-0007Bn-TE for emacs-orgmode@gnu.org; Thu, 27 May 2010 16:02:38 -0400 Received: from mail1.panix.com ([166.84.1.72]:54297) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHjHo-0007Ba-RP for emacs-orgmode@gnu.org; Thu, 27 May 2010 16:02:36 -0400 In-Reply-To: <87k4qs7vt7.fsf@stats.ox.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode@gnu.org, Carsten Dominik > "Tom Breton (Tehom)" writes: > >> At Carsten's request, I am proposing emtest as the tester for >> org-mode. I would like to hear if there are any objections or >> questions. > > Hi Tom, > > My googling didn't manage to find emtest -- where does the code live at > the moment? At the moment it lives in a tarball. I will put up an updated version at panix.com/~tehom/my-code/emtest-bundle.tar.gz That's emtest plus all supporting packages. (Should be all, I may have missed some dependencies I have locally) I'm looking to have it hosted on Savannah. You've given me the impetus to go and do that, so thanks. > Is there an Org repo out there demonstrating how it would > integrate, Right now the only git repo lives on my machine. > and/or some documentation and examples of usage? Right now the documentation consists of my design notes, which are probably confusing since they include as-built, unrealized plans, self-debates over the right approach, discarded and/or obsolete plans, bugfixes, and progress notes. I will try to write up something more accessible. Every feature has examples of usage in the tests.el files, one of the virtues of tests. Tom Breton (Tehom)