Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Moving completion functions
- X-seq: zsh-workers 13853
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Moving completion functions
- Date: Fri, 30 Mar 2001 15:12:12 +0000
- In-reply-to: <200103301400.QAA22866@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200103301400.QAA22866@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Mar 30, 4:00pm, Sven Wischnowsky wrote:
}
} Bart Schaefer wrote:
}
} > I don't particularly object, but it doesn't seem to me to be necessary.
}
} I was mostly thinking about a) ensuring that the tests for zle are run
} before those for completion without having to start numbering at `50'
} or whatever and b) leaving room after all the basic shell stuff for
} user contributions and whatnot.
ZLE is either a module (my section X) or an interactive feature that has
to be tested with zpty (section Y) both of which precede completion (Z).
But of course it doesn't hurt to break it down further, and a section
for other stuff at the end doesn't hurt either.
} # Section V: builtins
You mean modules?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author