From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Byte compiler warnings Date: Fri, 28 Oct 2011 17:27:36 +0200 Message-ID: <87sjmd6srb.fsf@gnu.org> References: <87ty712jua.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJoKX-0001TE-2Q for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 11:26:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJoKS-00013h-Lb for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 11:26:49 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:60540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJoKS-00013c-FS for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 11:26:44 -0400 Received: by wwf27 with SMTP id 27so4587483wwf.30 for ; Fri, 28 Oct 2011 08:26:43 -0700 (PDT) In-Reply-To: (Andrei Jirnyi's message of "Mon, 24 Oct 2011 23:46:22 +0000 (UTC)") 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: Andrei Jirnyi Cc: emacs-orgmode@gnu.org Hi Andrei, Andrei Jirnyi writes: > A few warnings from Emacs 23.2.1 here: Thanks. I fixed most of them. > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/ob-C.el at Mon Oct > 24 18:20:36 2011 > Entering directory `/home/xxxxxx/.emacs.d/elpa/org-20111024/' > > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/ob-calc.el at Mon > Oct 24 18:20:36 2011 > > In end of data: > ob-calc.el:105:1:Warning: the following functions are not known to be > defined: > calc-store-into, calc-recall, math-evaluate-expr Fixed. > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/ob-shen.el at Mon > Oct 24 18:20:38 2011 > > In org-babel-execute:shen: > ob-shen.el:68:32:Warning: reference to free variable `result-params' > ob-shen.el:72:19:Warning: reference to free variable `result' Not fixed. > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/org-agenda.el at > Mon Oct 24 18:20:39 2011 > > In org-agenda-list: > org-agenda.el:3555:26:Warning: `org-agenda-ndays' is an obsolete variable > (as > of Emacs 24.1); use `org-agenda-span' instead. Not fixed. > In org-agenda-get-todos: > org-agenda.el:4596:26:Warning: reference to free variable > `org-heading-keyword-regexp-format' Fixed. > In org-agenda-goto-today: > org-agenda.el:6410:59:Warning: `org-agenda-ndays' is an obsolete variable > (as > of Emacs 24.1); use `org-agenda-span' instead. > > In org-agenda-reset-view: > org-agenda.el:6495:36:Warning: `org-agenda-ndays' is an obsolete variable > (as > of Emacs 24.1); use `org-agenda-span' instead. Not fixed. > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/org-colview.el at > Mon Oct 24 18:20:41 2011 > > In org-columns-capture-view: > org-colview.el:1155:32:Warning: reference to free variable > `org-heading-keyword-regexp-format' > org-colview.el:1160:33:Warning: reference to free variable > `org-heading-regexp' Fixed. > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/org-compat.el at > Mon Oct 24 18:20:41 2011 > > In org-find-library-name: > org-compat.el:341:14:Warning: find-library called with 3 arguments, but > accepts only 1 No fix needed. > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/org-docbook.el at > Mon Oct 24 18:20:41 2011 > > In org-export-as-docbook: > org-docbook.el:502:31:Warning: reference to free variable > `org-heading-keyword-regexp-format' Fixed. > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/org-exp.el at Mon > Oct 24 18:20:42 2011 > > In org-export-protect-quoted-subtrees: > org-exp.el:1641:31:Warning: reference to free variable > `org-heading-keyword-regexp-format' > > In org-export-remove-comment-blocks-and-subtrees: > org-exp.el:1936:31:Warning: reference to free variable > `org-heading-keyword-regexp-format' Fixed. > Compiling file /home/xxxxxx/.emacs.d/elpa/org-20111024/org-html.el at Mon > Oct 24 18:20:47 2011 > > In org-export-as-html: > org-html.el:1179:31:Warning: reference to free variable > `org-heading-keyword-regexp-format' Fixed. Please report other problems. Thanks! -- Bastien