From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: [PATCH] Lookup functions for tables Date: Thu, 20 Sep 2012 13:30:10 +0300 Message-ID: <876279ng0d.fsf@syk.fi> References: <87392e557q.fsf@syk.fi> <87y5k63qf6.fsf@syk.fi> <87wqzplstb.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEe1c-0002gG-Ej for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 06:30:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEe1X-00008w-VV for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 06:30:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:44144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEe1X-00008H-OF for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 06:30:23 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TEe1Y-0007fS-KM for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 12:30:24 +0200 Received: from host-137-163-18-130.edu.hel.fi ([137.163.18.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Sep 2012 12:30:24 +0200 Received: from jarmo.hurri by host-137-163-18-130.edu.hel.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Sep 2012 12:30: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 >> I tested the new functions locally, as can be seen from the >> examples. I also ran make without problems. I am, however, unable to >> install org from the git version (for some unknown reason), so I was >> unable to test the final, committed version. > > I can't decode that last part… you installed Org from git with make, > then made your changes (also in git) and now Org does or doesn't do > what when you try to install? Not being able to decode is understandable, because it wasn't very clear. Yesterday my org installation from git did not work, but today, when I took a fresh look at the situation, I was able to notice a path problem which I solved. I now tested the committed version with my changes, and it works. A couple of points about the process: 1. Already yesterday I ran make to make sure that org still compiles ok. It did, although the used cl function 'position' does give two warnings. 2. When I tried to run "make test", it failed because I don't have ERT installed. I am running Emacs 23.3.1, which does not include ERT, and I could not find a package providing ert.el in the repositories of Fedora 16. Because I was running out of time, I decided not to start installing ERT manually. Today I installed ERT by hand, but "make test" still does not work, because the test script runs "emacs -Q" and thus does not load my init file (where the directory of ERT is added to path). I don't want to make a manually installed ERT system-wide, so I had to skip the tests. -- Jarmo