From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: Re: Bytecompiler is unhappy... Date: Tue, 22 Feb 2011 21:15:20 +0100 Message-ID: <871v2zvnaf.fsf@gmail.com> References: <87zkponddj.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=41429 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prydo-0002le-SL for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 15:15:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Prydn-0001Bv-Rq for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 15:15:24 -0500 Received: from mail-bw0-f51.google.com ([209.85.214.51]:60096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Prydn-0001BE-LU for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 15:15:23 -0500 Received: by bwz10 with SMTP id 10so3748443bwz.38 for ; Tue, 22 Feb 2011 12:15:22 -0800 (PST) In-Reply-To: <87zkponddj.fsf@Rainer.invalid> (Achim Gratz's message of "Tue, 22 Feb 2011 19:16:40 +0100") 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: Achim Gratz Cc: emacs-orgmode@gnu.org 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, or declare the functions? I leave it to the enlightened ones. Regards, -- Nicolas