Hi Eric, Eric Schulte <schulte.e...@gmail.com> writes:
> As a temporary fix, I put the full defconst invocation into ob-core.el, > but this can't be the best solution. Yep, having the same defconst twice... > What's the "best practice" for how to use a defconst defined in an > external file (when you can't require that file because that file > requires you)? To circumvent the dependency problem by having defconst in a separate file that any file can load safely -- since that file will not require any other file. I'm not ready yet to take that road for now, because it requires time and attention. I just hardcoded the regexp in ob-core.el and added a warning. Thanks, -- Bastien