From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: compilation issues of new export framework Date: Mon, 11 Feb 2013 21:18:09 +0100 Message-ID: <87vc9yd2pq.fsf@gmail.com> References: <876229nrxf.fsf@gmail.com> <87a9rd3odf.fsf@Rainer.invalid> <87y5ex5rwa.fsf_-_@Rainer.invalid> <877gmhs7f4.fsf@gmail.com> <87txpko3cr.fsf@Rainer.invalid> <87k3qgfhz4.fsf@gmail.com> <87fw14f9m0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4zpb-00080s-Mk for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 15:18:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4zpa-00041z-1x for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 15:18:27 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:53963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4zpZ-00041j-Rp for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 15:18:25 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so3615327wid.17 for ; Mon, 11 Feb 2013 12:18:25 -0800 (PST) In-Reply-To: (Achim Gratz's message of "Mon, 11 Feb 2013 07:49:12 +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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Nicolas Goaziou gmail.com> writes: >> On the other hand, `org-element-type' and al. from org.el are called >> less often. So, it is not a problem if they are compiled as function >> calls. > > They are normally not compiled as function calls, only in single mode. > > Regarding commit 6b7101b91, did you intend to demote org-element-nested-p to a > defun or was this just a leftover from the earlier experiment? I found that inlining it was an overkill. So the change is intentional. Regards, -- Nicolas Goaziou