Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Proposal: stat -> zstat



Phil Pennock wrote:
> Situation with my patch:
>   If zsh/stat not loaded and user dislikes builtin stat:
>     manual-page documents work-around (same)

I think I see what you mean now... we can simply always leave stat
disabled if it was, because we never actually use it any more.  So the
only issue is what happens at the point a module first loads zsh/stat.
I presume you're suggesting "zmodload zsh/stat; disable stat" at start-up
is the way to fix this.

I'd still prefer a general solution along the lines of the feature
mechanism, which requires (as far as I can see) no kludging or removal
of anything, but I have had absolutely no response to that.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author