emacs-devel
[Top][All Lists]
Advanced

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

Re: Can I move trunk revision 111670?


From: Daniel Colascione
Subject: Re: Can I move trunk revision 111670?
Date: Sun, 03 Feb 2013 18:49:24 -0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 2/3/13 5:58 PM, Glenn Morris wrote:
> Daniel Colascione wrote:
> 
>> -            execv (argv[0], argv);
>> +            execvp (argv[0], argv);
> 
> Why does cygw32 needs this, but plain cygwin and every other platform
> (apparently) not?

Cygw32 and the NS toolkit both require that Emacs exec after fork if
the child is to use any GUI code. NS has the same bug; I just
imagine that relative few people handle it because argv[0] happens
to more often be an absolute path there.

> 
>> Can I move it to the release branch?
> 
> As always, it would have been better to install it there in the first
> place, 


> if that turns out to be where it needs to be.

Sure, but I wanted to make the fix available in the trunk first
regardless of whether it was being moved for



Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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