On Wed, Nov 11, 2009 at 10:47 PM, Zach Welch wrote:
> On Wed, 2009-11-11 at 21:40 +0100, Øyvind Harboe wrote:
>> On Wed, Nov 11, 2009 at 9:32 PM, Zachary T Welch
>> wrote:
>> > This series begins to improve the built-in command help:
>> >
>> > * provides a full list of all registered commands, n
On Wed, 2009-11-11 at 21:40 +0100, Øyvind Harboe wrote:
> On Wed, Nov 11, 2009 at 9:32 PM, Zachary T Welch
> wrote:
> > This series begins to improve the built-in command help:
> >
> > * provides a full list of all registered commands, not just those that
> > define a handler function).
> > * al
On Wed, Nov 11, 2009 at 9:32 PM, Zachary T Welch wrote:
> This series begins to improve the built-in command help:
>
> * provides a full list of all registered commands, not just those that
> define a handler function).
> * allows arbitrary command nesting
What does this mean?
Shouldn't we move
This series begins to improve the built-in command help:
* provides a full list of all registered commands, not just those that
define a handler function).
* allows arbitrary command nesting
* eliminates duplicate code, improves error checking, fixes wrapping
Based on the current master, though