From mboxrd@z Thu Jan 1 00:00:00 1970 From: claude fuhrer Subject: Funcition definiion is void: with-eval-after-load Date: Wed, 20 Jul 2016 10:57:27 +0200 Message-ID: <8e70a9f7-1eb5-ee45-1052-d90b28bfd7c2@fuhrer.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPnoA-0003mt-8O for emacs-orgmode@gnu.org; Wed, 20 Jul 2016 05:28:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPno5-0006cA-AC for emacs-orgmode@gnu.org; Wed, 20 Jul 2016 05:28:49 -0400 Received: from zhhdzmsp-smta16.bluewin.ch ([195.186.227.132]:59970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPno5-0006Ys-37 for emacs-orgmode@gnu.org; Wed, 20 Jul 2016 05:28:45 -0400 Received: from [192.168.1.115] (85.4.195.66) by zhbdzmsp-smta13.bluewin.ch (8.5.142) (authenticated as claude.fuhrer) id 5757CE92025C0B1B for emacs-orgmode@gnu.org; Wed, 20 Jul 2016 08:57:27 +0000 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" To: emacs-orgmode@gnu.org Hi all I've just updated my org-mode config (git pull) and now the "make all" process returns an error. org-version: 8.3.5 (release_8.3.5-970-g41c0f5) Loading /home/azubi/bin/local-lisp/org-mode/lisp/org-compat.el (source)... Symbol's function definition is void: with-eval-after-load make[1]: *** [org-version.el] Error 255 make[1]: Leaving directory `/home/azubi/bin/local-lisp/org-mode/lisp' make: *** [all] Error 2 Starting my emacs with --debug-init gives: Debugger entered--Lisp error: (void-function with-eval-after-load) (with-eval-after-load (quote org) (org-link-set-parameters "file+emacs") (org-link-set-parameters "file+sys")) eval-buffer(# nil "/home/azubi/bin/local-lisp/org-mode/lisp/org-compat.el" nil t) ; Reading at buffer position 11282 load-with-code-conversion("/home/azubi/bin/local-lisp/org-mode/lisp/org-compat.el" "/home/azubi/bin/local-lisp/org-mode/lisp/org-compat.el" nil t) require(org-compat) eval-buffer(# nil "/home/azubi/bin/local-lisp/org-mode/lisp/ob.el" nil t) ; Reading at buffer position 978 load-with-code-conversion("/home/azubi/bin/local-lisp/org-mode/lisp/ob.el" "/home/azubi/bin/local-lisp/org-mode/lisp/ob.el" nil t) require(ob) eval-buffer(# nil "/home/azubi/bin/local-lisp/org-config.el" nil t) ; Reading at buffer position 1497 load-with-code-conversion("/home/azubi/bin/local-lisp/org-config.el" "/home/azubi/bin/local-lisp/org-config.el" nil nil) load("/home/azubi/bin/local-lisp/org-config.el" nil nil t) load-file("/home/azubi/bin/local-lisp/org-config.el") eval-buffer(# nil "/home/azubi/.emacs" nil t) ; Reading at buffer position 7422 load-with-code-conversion("/home/azubi/.emacs" "/home/azubi/.emacs" t t) load("~/.emacs" t t) #[0 "\205\262 Can you please help me to identify more precisely what is wrong in my config ? Thank you for your help claude