Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"functions +t" etc. output
- X-seq: zsh-workers 31059
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxx>
- Subject: "functions +t" etc. output
- Date: Thu, 21 Feb 2013 12:33:43 +0000
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: Samsung Cambridge Solution Centre
For "typeset" etc., with flags but no arguments,
using ‘+’ rather than ‘-’ to introduce the flag
suppresses printing of the values of parameters when there is no
parameter name.
It would seem to me this ought to apply to "functions", in fact it's
even more useful if you want to see the functions with a particular flag
to suppress the body of the function, which might be huge. But it
doesn't work --- you get the body of the function.
It does work if you add an extra and otherwise redundant "+", which you
don't need in the typeset case, leading me to suppose this is just a
bug. Same feacha with autoload.
--
Peter Stephenson <p.stephenson@xxxxxxxxxxx> Consultant, Software
Tel: +44 (0)1223 434724 Samsung Cambridge Solution Centre
St John's House, St John's Innovation Park,
Cowley Road, Cambridge, CB4 0DS, UK
Messages sorted by:
Reverse Date,
Date,
Thread,
Author