From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Advice sought on managing decision alternatives. Date: Sat, 31 Jan 2009 06:41:45 +0100 Message-ID: <9B4F8B66-E54C-4614-9BBB-EB22CFBE4414@uva.nl> References: <20090101170227.C707734803@mail2.panix.com> <1131.66.30.178.137.1230850437.squirrel@mail.panix.com> <1371.66.30.178.137.1232336005.squirrel@mail.panix.com> <1057.24.63.22.246.1233375672.squirrel@mail.panix.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LT8c4-0000qc-1D for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 00:41:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LT8c2-0000qI-KM for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 00:41:51 -0500 Received: from [199.232.76.173] (port=38228 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LT8c2-0000qC-AS for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 00:41:50 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:33663) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LT8c1-00034U-Nd for emacs-orgmode@gnu.org; Sat, 31 Jan 2009 00:41:50 -0500 Received: by ewy13 with SMTP id 13so1193317ewy.18 for ; Fri, 30 Jan 2009 21:41:48 -0800 (PST) In-Reply-To: <1057.24.63.22.246.1233375672.squirrel@mail.panix.com> 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: "Tom Breton (Tehom)" Cc: emacs-orgmode@gnu.org Hi Tom, this looks awesome. Right now I am stabilizing everything to make my final release for Emacs 23.1, so it may be a week or two before I get to integrate this. Also, I am interested in the testing environment, and what you made here may end up to be enough to establish a testing framework for Org-mode. If it turns out to be like this, maybe you can make a tutorial on test creation and put that up on Worg? I would be willing to put the code needed for the testing environment into the contrib directory. - Carsten On Jan 31, 2009, at 5:21 AM, Tom Breton (Tehom) wrote: > Here is org-decisions. "All 68 tests ran successfully". I hope it is > satisfactory. If it's not, please let me know. > > Please find attached: > * org-decisions.el > * diffs to org.el > * test-org-decisions.el. > * 6 example files in testing > > A few notes: > > ****** Test files > > I included 6 example files that I used in testing, and my test file > test-org-decisions.el. > > test-org-decisions.el uses my tester rtest, which is unfortunately in > flux at the moment. Still, I felt it would be best to make it > publicly available. > > ****** Use of cl > > I used cl in org-decisions.el. I hope that's not a problem, but if it > is I can rewrite the parts that use cl. > > * pushnew > * position > * destructuring-bind > * defstruct > > ****** Use of allout > > org-decisions.el and test-org-decisions.el use allout for structuring. > I removed the "mode: allout" line so that they can be read without > allout present. > > Tom Breton (Tehom) > decisions.el> types.org>