From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Bytecompiler is unhappy... Date: Tue, 22 Feb 2011 21:45:00 +0100 Message-ID: References: <87zkponddj.fsf@Rainer.invalid> <871v2zvnaf.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57369 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prz6b-00035z-O9 for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 15:45:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Prz6a-0007ZG-D5 for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 15:45:09 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:65344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Prz6a-0007Yw-8n for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 15:45:08 -0500 Received: by ewy10 with SMTP id 10so1558010ewy.0 for ; Tue, 22 Feb 2011 12:45:04 -0800 (PST) In-Reply-To: <871v2zvnaf.fsf@gmail.com> 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: Nicolas Cc: Achim Gratz , emacs-orgmode@gnu.org On Feb 22, 2011, at 9:15 PM, Nicolas wrote: > Hello, > > I've taken care of: > >> In org-fill-paragraph: >> org.el:19105:27:Warning: assignment to free variable `struct' >> org.el:19110:33:Warning: reference to free variable `struct' > >> In end of data: >> org-list.el:3007:1:Warning: the function `outline-flag-region' is >> not known to >> be defined. > > But I'm not sure what's the best way to handle this: > >> In end of data: >> org.el:19993:1:Warning: the following functions are not known to be >> defined: >> org-inlinetask-at-task-p, org-inlinetask-toggle-visibility, >> org-inlinetask-outline-regexp > > (require 'org-inlinetask) within eval-when-compile, NO. Declare the functions an use (defvar name) for the variables. > or declare the > functions? I leave it to the enlightened ones. > > > Regards, > > -- > Nicolas > > _______________________________________________ > 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