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: emacsclient on WXP does not work (as it used to) Date: Fri, 31 Oct 2008 15:14:42 +0100 Message-ID: References: <87bpx0x36s.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225462557 2865 80.91.229.12 (31 Oct 2008 14:15:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 14:15:57 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 15:16:59 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kvunu-000338-7i for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 15:16:46 +0100 Original-Received: from localhost ([127.0.0.1]:55527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvumn-0007lK-Bd for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 10:15:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kvum8-0007B8-TQ for emacs-devel@gnu.org; Fri, 31 Oct 2008 10:14:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kvum3-00077P-OM for emacs-devel@gnu.org; Fri, 31 Oct 2008 10:14:55 -0400 Original-Received: from [199.232.76.173] (port=57688 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvum3-00077K-IC for emacs-devel@gnu.org; Fri, 31 Oct 2008 10:14:51 -0400 Original-Received: from el-out-1112.google.com ([209.85.162.182]:40243) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kvulz-0006uE-8h; Fri, 31 Oct 2008 10:14:47 -0400 Original-Received: by el-out-1112.google.com with SMTP id n30so676777elf.12 for ; Fri, 31 Oct 2008 07:14:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=pBUet8H5NJhF0U4Aj0kY3vhZK7I5Pq9s+OOVqUM7ejI=; b=oadSlFuyKIxfzHedFIUwmWUfa5JONrsuV6l8QqRf6sTvkV8Vys8WqigRiBKZ1bs5Lz HU7pha+3OvhZ/3ZCTRMkQHtZiNN6n/dO72kYtUSZdymrjpmcFSGHV22v7xysldtrsrt8 llDOFIosJHATPMiSNlnsqR7K2PhvGQ/TUmckY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GbpkwYOll8IsB26aq9izdpNtw36TP10Gets1rJ7UY//c8656PkiAMQYEl8IsCNBvaW DX2VT8lLvR0J1BjvzSb09m642Zf0G6nfaL7ekLtyojbO0DCRqU4FLqN0vIzYrVnlON8l H49vxBi4s4vtIt++BYUiW8MsmdQfgrTEmOuAM= Original-Received: by 10.100.105.13 with SMTP id d13mr1859315anc.95.1225462482402; Fri, 31 Oct 2008 07:14:42 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Fri, 31 Oct 2008 07:14:42 -0700 (PDT) In-Reply-To: <87bpx0x36s.fsf@cyd.mit.edu> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105204 Archived-At: On Fri, Oct 31, 2008 at 15:13, Chong Yidong wrote: > This was for bug#1267. > > The goal was to pass the tty to the Emacs server even if we're supposed > to use the current frame, because in daemon mode, if the "current frame" > is the fake daemon frame, we wan to be able to fall back on using that > tty. Yes, but that should be conditional on Windows, where tty is (I think) not used. Juanma