From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: Re: Bytecompiler is unhappy... Date: Wed, 23 Feb 2011 15:15:22 +0100 Message-ID: <87tyfuu9ad.fsf@gmail.com> References: <87zkponddj.fsf@Rainer.invalid> <871v2zvnaf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=36674 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsFVa-0005JL-Ll for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 09:16:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsFVZ-0000p9-0N for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 09:16:02 -0500 Received: from mail-bw0-f51.google.com ([209.85.214.51]:41088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsFVY-0000ok-Qz for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 09:16:00 -0500 Received: by bwz10 with SMTP id 10so89720bwz.38 for ; Wed, 23 Feb 2011 06:15:59 -0800 (PST) In-Reply-To: (Carsten Dominik's message of "Tue, 22 Feb 2011 21:45:00 +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: Carsten Dominik Cc: Achim Gratz , emacs-orgmode@gnu.org Hello, Carsten Dominik writes: > NO. Declare the functions an use (defvar name) for the variables. This is what I thought at first, but, in org.el, no function was declared already, and a whole package (gnus-sum) was required when compiling. So, I hesitated. Anyway, that part is done now. Regards, -- Nicolas