From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: [babel] BUG in :session Date: Fri, 23 Sep 2011 12:36:11 +0100 Message-ID: References: <4E79C82A.9000809@gmail.com> <878vpidj5d.fsf@gmail.com> <87hb45d73i.fsf@gmail.com> <80ty85hd3l.fsf@somewhere.org> <87pqitco2i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R743Q-0006lP-RO for emacs-orgmode@gnu.org; Fri, 23 Sep 2011 07:36:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R743P-0003FY-Gf for emacs-orgmode@gnu.org; Fri, 23 Sep 2011 07:36:28 -0400 Received: from lo.gmane.org ([80.91.229.12]:55821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R743P-0003FP-B5 for emacs-orgmode@gnu.org; Fri, 23 Sep 2011 07:36:27 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R743M-0002vM-Mm for emacs-orgmode@gnu.org; Fri, 23 Sep 2011 13:36:24 +0200 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Sep 2011 13:36:24 +0200 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Sep 2011 13:36:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Eric Eric Schulte writes: > Hi Martyn, > > I've just pushed up what will hopefully be a more general solution. > Basically, language-specific test files can now signal errors if they > have unmet dependencies. These are then intercepted by `org-test-load' > and the file is not added to the test suite. Hopefully this will allow > language-specific tests to be written without breaking the config-less > test suite. > > See the top of test-ob-R.el for an example usage. > > Cheers -- Eric Unfortunately this is still broken for me. Given the exe exists but the feature doesn't (ie no personal config), the following line causes the error `peculiar error' ! --8<---------------cut here---------------start------------->8--- (signal 'org-test-lib-not-found "ess")) --8<---------------cut here---------------end--------------->8--- I've published the output of my test server so you can see the backtrace. It is at http://martynjago.com:3333 Best, Martyn [...]