Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Line number monstrosity
- X-seq: zsh-workers 12211
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Line number monstrosity
- Date: Tue, 11 Jul 2000 12:53:36 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
% autoload flubba
% flubba
flubba:104: flubba: function definition file not found
The only problem is the `flubba:104:' at the start of the error message.
It's not in the function yet, so shouldn't print that. I haven't looked,
but the problem must be that autoload makes it think it is in the function,
since that's often useful contextwise. It isn't here, since you get the
wrong line number (that's the interactive $LINENO at this point).
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author