emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error processing some command line arguments


From: Eli Zaretskii
Subject: Re: Error processing some command line arguments
Date: Fri, 07 Jun 2002 16:30:07 +0300

> Date: Thu, 06 Jun 2002 18:33:09 +0200
> From: Juanma Barranquero <address@hidden>
> 
> Debugging the issue I saw that in the call to sort_args (in emacs.c),
> near the end, the arg is consumed till the following line is executed:
> 
>   bcopy (new, argv, sizeof (char *) * argc);
> 
> And then it "reappears". But I'm not sure how to debug that.

Does it help to replace `bcopy' with `memmove' (after a suitable
change in the argument list)?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]