From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: A weird warning and a test (eager macro expansion) error Date: Tue, 05 Nov 2013 08:31:02 +0100 Message-ID: <874n7rwbih.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdb6n-0004j6-MO for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 02:31:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vdb6a-0000yd-4V for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 02:31:29 -0500 Received: from plane.gmane.org ([80.91.229.3]:38453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdb6Z-0000y4-Tf for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 02:31:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vdb6Y-0008OL-AS for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 08:31:14 +0100 Received: from mar75-2-81-56-68-112.fbx.proxad.net ([81.56.68.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Nov 2013 08:31:14 +0100 Received: from bzg by mar75-2-81-56-68-112.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Nov 2013 08:31:14 +0100 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 all, I've got this warning when compiling: ,---- | Compiling /home/guerry/install/git/org-mode/lisp/ob-R.el... | | In end of data: | ob-R.el:401:1:Warning: the function `org-every' is not known to be defined. `---- (There is no org-every in ob-R.el directly.) And ~$ make test fails like this: ,---- | 21 src blocks added to Library of Babel | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-maxima.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-octave.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-perl.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-python.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-ruby.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-sh.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-table.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-tangle.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob.el (source)... | Eager macro-expansion failure: (void-variable test-line) | Symbol's value as variable is void: test-line | mk/targets.mk:99: recipe for target 'test' failed | make: *** [test] Error 255 `---- This is with latest Org and Emacs 24.3.50.1, as compiled from trunk yesterday. I don't have time to look into this right now, but maybe someone has. Thanks, -- Bastien