View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000707 | luatex | feature request | public | 2011-08-12 06:49 | 2015-10-24 19:11 |
Reporter | Taco | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
Target Version | 0.80.0 | ||||
Summary | 0000707: external modules search path | ||||
Description | From mpg: On a related note, I just ran some tests with kpse initialised and observed that the kpse loader completely overrides the standard loader. It is obviously doable (and easy) to reimplement the standard package.path-based searcher in Lua and insert it in the package.loaders table, but it's a pity since this loader already exists in LuaTeX. In other words, unless I'm mistaken the current logic for package.loaders[2] is the following: if (kpse not initialised) /* use standard loader and return */ /* try using kpse and return */ May I suggest to change that to: if (kpse initialised) { /* try using kpse */ if (it worked) /* return */ } /* use standard loader and return */ (And similarly for package.loaders[3] and [4].) Thanks, Manuel. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-08-12 06:49 | Taco | New Issue | |
2011-08-12 06:49 | Taco | Status | new => assigned |
2011-08-12 06:49 | Taco | Assigned To | => Taco |
2015-10-24 19:11 | Hans Hagen | Status | assigned => closed |
2015-10-24 19:11 | Hans Hagen | Resolution | open => no change required |