>> Are we giving up the feature? I was kind of using it already... :-(
>
> you have a messed up system  ... the code is in data-pre.lua

Indeed! :-)
Sorry for the mess!

Now, I have a bug at data-pre.lua. The variable inputstack is not
defined there. Here is a fix:

diff --git a/tex/context/base/data-pre.lua b/tex/context/base/data-pre.lua
index 40b430b..3ef8c59 100644
--- a/tex/context/base/data-pre.lua
+++ b/tex/context/base/data-pre.lua
@@ -91,6 +91,7 @@ prefixes.home = function(str)
 end

 local function toppath()
+    local inputstack = resolvers.inputstack
     local pathname = dirname(inputstack[#inputstack] or "")
     if pathname == "" then
         return "."
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to