Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Global aliases, eval, and completion (Re: Expanding interactively aliases)



Bart Schaefer wrote:

> ...
> 
> We can replace all `eval's of that particular form with
> 
> 	set -A ws ${=~action[2,-2]}
> or
> 	set -A action ${=~action}
> 
> etc., which also gives us liberty to remove the wordsplitting or globbing
> when appropriate (I think wordsplitting always is, but globbing might better
> be left off in a few cases).

I've looked and looked and tried to remember, but... does anyone
remember why we didn't change several of the eval's to the above? Oh,
I mean apart from being too lazy...

Should we still change them? May be a bit faster, but with the
noaliases option... hm, this looks so tedious ;-)

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author