Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Completion and global aliases
- X-seq: zsh-workers 6545
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Re: Completion and global aliases
- Date: Wed, 9 Jun 1999 10:53:45 +0200 (MET DST)
- In-reply-to: Peter Stephenson's message of Wed, 09 Jun 1999 09:48:59 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Peter Stephenson wrote:
> And it looks like we'd better do something with options, too. There is the
> code from compinstall, but then there's always the possibility we could
> make it a function as Andrej keeps suggesting. compinstall could still
> work out the path to the completion functions and make it get passed down
> to compinit, and if compdump was also a function it wouldn't need searching
> for, which removes one headache.
And to avoid having them take up memory we could put (the equivalent
of) `unfunction compinit; autoload compinit' at their ends.
(At least the memory thing was the only reason why I was against
turning them into functions and I hadn't thought of this before... I'm
a bit slow sometimes.)
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author