Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: failed autoload
- X-seq: zsh-workers 18774
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: failed autoload
- Date: Wed, 2 Jul 2003 03:59:41 +0000
- In-reply-to: <10636.1057083914@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <10636.1057083914@xxxxxxx>
On Jul 1, 7:25pm, Peter Stephenson wrote:
}
} It can't be correct that if an autoload fails beacause of a syntax error
} that the function returns 0.
}
} I don't see how it can be useful to define the function with an empty
} function body, either.
}
} if (!prog)
} - prog = &dummy_eprog;
I'm sure there was a reason for this, at one time. It was introduced in
zsh-workers/9332 by Sven, with the log message "Use word code instead of
structs for passing executable chunks around."
Messages sorted by:
Reverse Date,
Date,
Thread,
Author