On 19 Jun 2002 13:37:41 +0100, Tim Phipps wrote:
> 
> Dominik Vogt wrote:
> 
> >  Alias GotoDesk MyGotoDesk
> >  Builtin GotoDesk
> >  Unalias GotoDesk
> 
> How would this be different to just reversing to order of command look 
> up? i.e. look for functions before built in commands.

We still need Builtin, because an overriding function will usually like
to call an original.

Having "Unalias *" as in Dominik's solution looks good.

Storing only correct aliases (already defined functions) is good, because
replacing builtins (Exec, Menu, GotoPage, Close, Quit) is dangerous.

Some builtins should never be replaced: Function, Module, Builtin. (?)

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to