lua-users home
lua-l archive

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


>>>>> "Glenn" == Glenn Travis <travplays@comcast.net> writes:

 Glenn> And it looked like I needed to press tab in order to follow the
 Glenn> ‘formatting”. The first time I pressed tab I got an alert beep
 Glenn> and the second time I got a directory listing:

The standalone lua binary uses libreadline for input editing, and
presumably just isn't disabling the default completion function (which
completes filenames).

-- 
Andrew.