From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 4/9] Fix emacsclient to work with cygw32 Date: Tue, 07 Aug 2012 21:14:08 +0300 Message-ID: <83ipcufu33.fsf@gnu.org> References: <64609704ad9d49225b9243ae78cf3bb0c5bc4dcd.1344326992.git.dancol@dancol.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1344363288 6092 80.91.229.3 (7 Aug 2012 18:14:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2012 18:14:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 07 20:14:48 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SyoIp-0005UG-GK for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 20:14:47 +0200 Original-Received: from localhost ([::1]:40677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyoIo-0008K5-6W for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 14:14:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyoIk-0008Jc-SM for emacs-devel@gnu.org; Tue, 07 Aug 2012 14:14:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyoIj-0007kb-AN for emacs-devel@gnu.org; Tue, 07 Aug 2012 14:14:42 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:60538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyoIj-0007kB-2Q for emacs-devel@gnu.org; Tue, 07 Aug 2012 14:14:41 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M8E00A00CQPK100@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Tue, 07 Aug 2012 21:14:09 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8E00AYBDBKJX20@a-mtaout23.012.net.il>; Tue, 07 Aug 2012 21:14:08 +0300 (IDT) In-reply-to: <64609704ad9d49225b9243ae78cf3bb0c5bc4dcd.1344326992.git.dancol@dancol.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152277 Archived-At: > Date: Tue, 07 Aug 2012 01:19:27 -0700 > From: Daniel Colascione > > @@ -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?