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: Wed, 08 Aug 2012 05:55:03 +0300 Message-ID: <838vdqf5yw.fsf@gnu.org> References: <64609704ad9d49225b9243ae78cf3bb0c5bc4dcd.1344326992.git.dancol@dancol.org> <83ipcufu33.fsf@gnu.org> <502177AF.9000105@dancol.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1344394544 18453 80.91.229.3 (8 Aug 2012 02:55:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2012 02:55:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 08 04:55:44 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 1SywQw-0000ek-4L for ged-emacs-devel@m.gmane.org; Wed, 08 Aug 2012 04:55:42 +0200 Original-Received: from localhost ([::1]:33285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SywQv-0006Mv-7Q for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 22:55:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SywQs-0006MF-N6 for emacs-devel@gnu.org; Tue, 07 Aug 2012 22:55:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SywQr-0001Yg-Ma for emacs-devel@gnu.org; Tue, 07 Aug 2012 22:55:38 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:62940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SywQr-0001Yb-EG for emacs-devel@gnu.org; Tue, 07 Aug 2012 22:55:37 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M8F001001DDTW00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Wed, 08 Aug 2012 05:55:02 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8F001J21FQAHL0@a-mtaout22.012.net.il>; Wed, 08 Aug 2012 05:55:02 +0300 (IDT) In-reply-to: <502177AF.9000105@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.172 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:152309 Archived-At: > Date: Tue, 07 Aug 2012 13:16:47 -0700 > From: Daniel Colascione > CC: emacs-devel@gnu.org > > On 8/7/2012 11:14 AM, Eli Zaretskii wrote: > >> 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? > > > > 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.