On 6/2/08, Piotr Husiatyński <[EMAIL PROTECTED]> wrote: [...] > var=$(dmenu_path | dmenu); exec $var [...]
That can be translated as: function temp_func; dmenu_path | dmenu; end temp_func functions -e temp_func More verbose, but perhaps clearer. If I recall correctly, the reason for disallowing execution of variables is that it makes syntax checking impossible. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
