[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: PATCH: Lua 5.1 advanced readline support
- From: John Belmonte <john@...>
- Date: Mon, 20 Feb 2006 11:55:35 -0500
Mike Pall wrote:
> Please either put it in by default or leave it out. The Debian
> package already has a dependency on readline (so the bloat is
> already there). There is no reason not to add the patch by
> default. It only affects the standalone executable and only in
> interactive mode.
Some reasons not to add the patch are: it's not official functionality;
it removes the incentive to convince the Lua authors to accept the
patch; unless all distro's apply it, users still have an inconsistent
experience.
> Umm, it already has this functionality. It omits the keywords if
> you are exploring a namespace (i.e. a table). Try typing io~~~
> (replace ~ with TAB). Please don't overdesign.
I don't want the keywords to appear when exploring the global namespace.
I could likewise say that the overdesign was adding the keywords in the
first place.
--John