lua-users home
lua-l archive

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


> The "-i" option loads readline which as a side-effect initializes
> the NLS locale for the current process from the environment variables.

If available, readline is compiled into the interpreter. You don't need
to use -i to activate it.  Do you mean that when you do use interactive
input then a function from the readline library gets called and only then
the OS loads the readline library? And so readline is not loaded at all
when running the interpreter in batch?
--lhf