[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/9] Fix emacsclient to work with cygw32
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH 4/9] Fix emacsclient to work with cygw32 |
Date: |
Wed, 08 Aug 2012 05:55:03 +0300 |
> Date: Tue, 07 Aug 2012 13:16:47 -0700
> From: Daniel Colascione <address@hidden>
> CC: address@hidden
>
> 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.
So then this change needs to be only for Cygwin.
> 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.
That's right, we are not. That's a separate project.
- Re: [PATCH 6/9] Rename `w32' local to `nt' for clarity, (continued)
[PATCH 4/9] Fix emacsclient to work with cygw32, Daniel Colascione, 2012/08/07
[PATCH 5/9] Prevent crash if w32 used before it's initialized, Daniel Colascione, 2012/08/07
[PATCH 9/9] Detect window-system from display name, Daniel Colascione, 2012/08/07