From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Andreas_R=F6hler?= Subject: Re: FIX missing case-folding in test-ob-emacs-lisp.el Date: Wed, 13 Mar 2013 18:33:02 +0100 Message-ID: <5140B84E.8000001@easy-emacs.de> References: <513F4D96.6000702@easy-emacs.de> <87r4jkzk12.fsf@bzg.ath.cx> <513F620C.6010207@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFpXH-000212-It for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 13:32:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFpXA-0004Xs-RZ for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 13:32:19 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:65211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFpXA-0004XG-Ik for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 13:32:12 -0400 In-Reply-To: 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: Michael Brand Cc: emacs-orgmode Am 13.03.2013 18:19, schrieb Michael Brand: > Hi Andreas > > On Tue, Mar 12, 2013 at 6:12 PM, Andreas Röhler > wrote: >> [...] >> F test-org-table/compare >> Basic: Compare field references in Calc. >> (ert-test-failed >> ((should >> (equal expect result)) >> :form >> (equal " >> | | 0 | z | | nan | uinf | -inf | inf | >> |------+---+---+---+-----+------+------+-----| >> | 0 | x | | | | | | | >> | z | | x | | | | | | >> | | | | x | | | | | >> | nan | | | | x | | | | >> | uinf | | | | | x | | | >> | -inf | | | | | | x | | >> | inf | | | | | | | x | >> #+TBLFM: @I$<<..@>$> = if(\"$1\" = \"@1\", x, string(\"\")); E" " >> | | 0 | z | | nan | uinf | -inf | inf | >> |------+---+---+---+-----+------+------+-----| >> | 0 | x | | x | | | | | >> | z | | x | | | | | | >> | | x | | x | | | | | >> | nan | | | | x | | | | >> | uinf | | | | | x | | | >> | -inf | | | | | | x | | >> | inf | | | | | | | x | >> #+TBLFM: @I$<<..@>$> = if(\"$1\" = \"@1\", x, string(\"\")); E") >> [...] > > This and all other “test-org-table/.*” look exactly as when I was > working on some spreadsheet features: > http://article.gmane.org/gmane.emacs.orgmode/63975 > > Therefore for me it seems that your lisp/org-table.el is older than > testing/lisp/test-org-table.el and does not match. Are you sure you > don’t have a mixed installation? Hi Michael, thanks, that might be the case. Probably installed org-mode mixes up w/ loaded from source. Still trying to set up a developing environment, which should use the current trunk. emacs -Q already loads org-mode now. Maybe should unload it first. Andreas What is the output of M-x > org-version that would show this? > > Michael >