On 9/3/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: [...] > Separating function definition and listing into > two builtins is very unfortunate, it is a side effect from having the > 'function' builtin create a new block scope. 'set' and 'functions' > share a lot of behaviour, including many commandline switches. [...]
Right, I know. So you could make `set` and `bind` also print help like `function` does, and make `set -a` and `bind -a` print list current definitions, like `functions` does. Wouldn't that make all three even more alike in syntax? ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
