emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 4/9] Fix emacsclient to work with cygw32


From: Daniel Colascione
Subject: Re: [PATCH 4/9] Fix emacsclient to work with cygw32
Date: Tue, 07 Aug 2012 13:16:47 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1

On 8/7/2012 11:14 AM, Eli Zaretskii wrote:
>> Date: Tue, 07 Aug 2012 01:19:27 -0700
>> From: Daniel Colascione <address@hidden>
>>
>> @@ -188,9 +192,7 @@ struct option longopts[] =
>>    { "socket-name",  required_argument, NULL, 's' },
>>  #endif
>>    { "server-file",  required_argument, NULL, 'f' },
>> -#ifndef WINDOWSNT
>>    { "display",      required_argument, NULL, 'd' },
>> -#endif
>>    { "parent-id", required_argument, NULL, 'p' },
>>    { 0, 0, 0, 0 }
>>  };
> 
> How will the -d switch react in the native Windows build of
> emacsclient?
> 

NT-native emacsclient would bail out and die. Hrm: maybe it'd be better to
retain the functionality? But what would we do with DISPLAY information there?
It'd be nice if any emacsclient could work with any emacs, but I don't think
we're there yet.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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