Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.0.1: menucomplete quirk leaving extra characters behind
- X-seq: zsh-workers 14906
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: 4.0.1: menucomplete quirk leaving extra characters behind
- Date: Wed, 13 Jun 2001 17:58:20 +0100
- In-reply-to: ""Bart Schaefer""'s message of "Wed, 13 Jun 2001 16:27:24 -0000." <1010613162725.ZM27515@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
"Bart Schaefer" wrote:
> Does `unset @' really make sense?
Arguably, but it's a little tricky.
% set these are arguments
% unset @
% print $*
% print $@
% set these are more arguments
% print $@
% print $*
these are more arguments
And I've completely failed to convince it that $@ is active again. You
can't assign to it normally. Making it readonly makes sense, but remember
it's actually possible to turn that off. Should we make readonly special
variables unreadwriteable?
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author