On Fri, Aug 23, 2013 at 07:15:52PM +0200, Michael Haberler wrote: > interpreter behavior: be default, the path above will be scanned for > extensions, except overridden by [RS274NGC]EXTENSIONS=<path>[:<path>]* . > Interpreter will log during startup any extensions found and configured, > and any failures.
Consider using multiple EXTENSION= lines instead of a colon-separated path. This way, installing/removing an extension is adding/removing a line, not editing an existing line. There is a function which can get the N'th [SECTION]KEY item, and in Python there may be a convenience routine that returns them all, in inifile order, as a Python sequence. Jeff ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
