From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: [OT] emacs-lisp compilation question Date: Mon, 14 Jun 2010 20:01:08 -0700 Message-ID: <87r5k9huai.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=60241 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOMQd-0000ie-Lx for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 23:03:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOMQa-0000Qv-QX for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 23:03:07 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:50038) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOMQa-0000Pr-LI for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 23:03:04 -0400 Received: by pxi1 with SMTP id 1so6846133pxi.0 for ; Mon, 14 Jun 2010 20:03:03 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode --=-=-= Content-Type: multipart/alternative; boundary="==-=-=" --==-=-= I have a general emacs-lisp compilation question, that maybe someone here can shed some light on. In trying to fold Org-babel into the core of Org-mode [1], I want to resolve all warning being thrown by the emacs-lisp compiler. One persistent warning is the following : In end of data: : ob-tangle.el:268:1:Warning: the function `org-babel-get-src-block-info' might : not be defined at runtime. which is being thrown for *every* org-babel file -- even those that do not use the `org-babel-get-src-block-info' function. All other warnings of this type were fixable through use of the `declare-function' function, which does not seem to help in the case of this particular function. Any suggestions are much appreciated. Thanks -- Eric --==-=-= Content-Type: text/html

I have a general emacs-lisp compilation question, that maybe someone here can shed some light on.

In trying to fold Org-babel into the core of Org-mode 1, I want to resolve all warning being thrown by the emacs-lisp compiler. One persistent warning is the following

In end of data:
ob-tangle.el:268:1:Warning: the function `org-babel-get-src-block-info' might
    not be defined at runtime.

which is being thrown for every org-babel file – even those that do not use the `org-babel-get-src-block-info' function. All other warnings of this type were fixable through use of the `declare-function' function, which does not seem to help in the case of this particular function.

Any suggestions are much appreciated. Thanks – Eric

Footnotes:

1 FOOTNOTE DEFINITION NOT FOUND: 1

--==-=-=-- --=-=-= Footnotes: [1] in branch babel of the git repo if anyone is interested. http://repo.or.cz/w/org-mode.git/shortlog/refs/heads/babel --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--