Russell Shaw wrote:
> Hi,
> I'm trying to modify the "file" command, but i
> can't get rid of its original binding.
> I tried:
>
> delete_cmd ("symbol-file", &cmdlist);
> delete_cmd ("file", &cmdlist);
I got it working. Just needed to put the commands
later in the initialization process.