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: emacs server with X11 build on OSX Date: Mon, 9 Aug 2010 19:08:44 +0200 Message-ID: References: <83F33443-0C3F-4F9B-B584-D9301250B8FC@raeburn.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 1281373764 13641 80.91.229.12 (9 Aug 2010 17:09:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 17:09:24 +0000 (UTC) Cc: 6781@debbugs.gnu.org, Ken Raeburn , Leo , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 19:09:22 2010 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.69) (envelope-from ) id 1OiVqd-0006D2-HW for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 19:09:15 +0200 Original-Received: from localhost ([127.0.0.1]:60548 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiVqc-0006jq-U7 for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 13:09:14 -0400 Original-Received: from [140.186.70.92] (port=38756 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiVqV-0006iH-DB for emacs-devel@gnu.org; Mon, 09 Aug 2010 13:09:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiVqT-0008K3-BV for emacs-devel@gnu.org; Mon, 09 Aug 2010 13:09:07 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:53004) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiVqT-0008Jw-7y for emacs-devel@gnu.org; Mon, 09 Aug 2010 13:09:05 -0400 Original-Received: by gwj16 with SMTP id 16so4690837gwj.0 for ; Mon, 09 Aug 2010 10:09:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=SSmO9MmHW3SVCdXMMd4/AqPg54IaQMGvt+xfmtSv2b0=; b=YW6Z3VMIzkeFrjaagGo2J6WJr2KtE/jtl1PYd4gBENB+/5F0rKKEYU0q0rh99H9LFW +zjYYo/qy0mZspu+ppvYjaAc4ZOREyf5TcqeYUJ4ZOLIGLXt4YSwFFLodUrnqptbs8yO 9936NJpm9y4A5zb4bgNhW0EK1Y5QMUc7Njryc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Fxh1BACwNOWY2lwDrGADICMsLYkpbXE5vgCx0vcKO3AMhNDiNZRvp/smI/9Pa3XQ8b beSZxRN/50mqz67qCw71mSkPVmLfMYlD2owbH7lrVcuTeDtGBhcYpSSWCPdWuFr7Ne2c svmxjcuQlsEa9hf0ShfzknkpmsTaYZYU930Ck= Original-Received: by 10.231.172.83 with SMTP id k19mr19309469ibz.114.1281373744415; Mon, 09 Aug 2010 10:09:04 -0700 (PDT) Original-Received: by 10.231.162.11 with HTTP; Mon, 9 Aug 2010 10:08:44 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.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:128493 Archived-At: On Mon, Aug 9, 2010 at 13:24, Stefan Monnier wro= te: > Could be, but if the workaround is needed for server.el, I can't see why > it would not be needed for other (IPv4) uses of make-network-process. You're right, but at the moment we haven't received any other complain, and it's equally possible that changing it will break someone's code that works right now. But, all in all, I agree that if `localhost' can be interpreted as variably as Ken has pointed out, we shouldn't use it. =C2=A0 =C2=A0 Juanma