From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 4/4] Fix emacsclient to work with cygw32 Date: Thu, 29 Dec 2011 17:43:32 +0100 Message-ID: References: <3a4c4669da1d97d72975e8943d7b8edff22427c1.1325166472.git.dancol@dancol.org> <4EFC9716.3050209@dancol.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1325177070 5910 80.91.229.12 (29 Dec 2011 16:44:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Dec 2011 16:44:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 29 17:44:26 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RgJ5d-0005MM-B6 for ged-emacs-devel@m.gmane.org; Thu, 29 Dec 2011 17:44:26 +0100 Original-Received: from localhost ([::1]:57788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgJ5c-0007Ll-V9 for ged-emacs-devel@m.gmane.org; Thu, 29 Dec 2011 11:44:24 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgJ5W-0007KR-Md for emacs-devel@gnu.org; Thu, 29 Dec 2011 11:44:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgJ5S-0003hm-SJ for emacs-devel@gnu.org; Thu, 29 Dec 2011 11:44:18 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:65224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgJ5S-0003hd-MC for emacs-devel@gnu.org; Thu, 29 Dec 2011 11:44:14 -0500 Original-Received: by pbdd2 with SMTP id d2so8586859pbd.0 for ; Thu, 29 Dec 2011 08:44:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=NVm0L23D74rJi7uVUj+NEQtmjOr+ausXUvVo3z3CdkQ=; b=dLFqkZQ8Ax3YWxRsVmd/okMURSGJQ6IPfc5ua+40qd7J0U6bMgw5AoBVPRGTQ0XO6z vjSx20kw78sjEA8bPmWI6hYvsObL6JMLU9Uw2aXOkJw7EZj96kZTEXwePZu0G1feY60m OOh5mPCDSm1/qYkRn7f8sTw9AAcXeNti/W/NQ= Original-Received: by 10.68.73.135 with SMTP id l7mr85037922pbv.57.1325177053636; Thu, 29 Dec 2011 08:44:13 -0800 (PST) Original-Received: by 10.142.247.28 with HTTP; Thu, 29 Dec 2011 08:43:32 -0800 (PST) In-Reply-To: <4EFC9716.3050209@dancol.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.41 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:147001 Archived-At: On Thu, Dec 29, 2011 at 17:36, Daniel Colascione wrote: > This hunk narrows the scope of a windows-nt special case so that it > doesn't apply to Cygwin. Yes, I understand that. > No --- a Cygwin tty acts like a tty on any other unix, so we don't want > to treat it specially. What is the system-type then? cygw32? > The comment refers to native Windows consoles only. I know, I wrote that comment ;-) =C2=A0 =C2=A0 Juanma