emacs-devel
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: Re: [PATCH 4/4] Fix emacsclient to work with cygw32
Date: Thu, 29 Dec 2011 19:39:45 +0200

> Date: Thu, 29 Dec 2011 06:03:20 -0800
> From: Daniel Colascione <address@hidden>
> 
> @@ -184,7 +188,7 @@ struct option longopts[] =
>    { "socket-name",   required_argument, NULL, 's' },
>  #endif
>    { "server-file",   required_argument, NULL, 'f' },
> -#ifndef WINDOWSNT
> +#ifndef HAVE_NTGUI
>    { "display",       required_argument, NULL, 'd' },
>  #endif

Maybe I'm confused: will HAVE_NTGUI be applicable to the Cygwin build
that can use the w32 windowing?  If so, it sounds like you are
creating here 2 kinds of emacsclient: one that can talk to a Cygwin
Emacs with X frames on another display, the other that cannot.  Why
cannot the same emacsclient work with both types of Emacs frames in a
Cygwin Emacs?

Apologies if I've misread the changes.



reply via email to

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