emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] babel perl issue


From: Eric Schulte
Subject: Re: [O] babel perl issue
Date: Thu, 13 Dec 2012 17:37:19 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Bastien <address@hidden> writes:

> Hi Eric,
>
> Eric Schulte <address@hidden> writes:
>
>> If you can find a cleaner alternative I'll be happy to help you
>> apply it.
>
> Here is a very crude patch for paving the way to a better solution.
>

This patch doesn't apply for me with "git am" to the HEAD of the repo so
I can't test it directly, however, judging from a quick review of the
patch and from your diagram I believe it will introduce circular
dependencies.

The crux of the problem is that all of the core ob files need to require
the main ob file, and the main ob file must require all of the core ob
files (so they can be required with a single invocation from outside
files).  Thus, to avoid circular requires, there must be a separate ob
and ob-core.  One to be required and one to do the requiring.

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



reply via email to

[Prev in Thread] Current Thread [Next in Thread]