From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: emacs server with X11 build on OSX Date: Mon, 09 Aug 2010 13:24:12 +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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1281367842 15554 80.91.229.12 (9 Aug 2010 15:30:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 15:30:42 +0000 (UTC) Cc: 6781@debbugs.gnu.org, Ken Raeburn , Leo , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 17:30:39 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 1OiUJC-000571-Ga for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 17:30:38 +0200 Original-Received: from localhost ([127.0.0.1]:42565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiUJB-0006Av-7L for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 11:30:37 -0400 Original-Received: from [140.186.70.92] (port=60960 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiUJ5-0006Ak-Ut for emacs-devel@gnu.org; Mon, 09 Aug 2010 11:30:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiUJ4-0006ax-Rt for emacs-devel@gnu.org; Mon, 09 Aug 2010 11:30:31 -0400 Original-Received: from impaqm5.telefonica.net ([213.4.138.5]:53834) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiUJ4-0006ab-Mr for emacs-devel@gnu.org; Mon, 09 Aug 2010 11:30:30 -0400 Original-Received: from IMPmailhost5.adm.correo ([10.20.102.126]) by IMPaqm5.telefonica.net with bizsmtp id sEwM1e00H2jdgqJ3RFWUJR; Mon, 09 Aug 2010 17:30:28 +0200 Original-Received: from ceviche.home ([83.40.4.203]) by IMPmailhost5.adm.correo with BIZ IMP id sFWT1e0054NokFF1lFWT0Y; Mon, 09 Aug 2010 17:30:28 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id 02F5E66140; Mon, 9 Aug 2010 17:30:27 +0200 (CEST) In-Reply-To: (Juanma Barranquero's message of "Thu, 5 Aug 2010 11:02:59 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:128481 Archived-At: >> That would make sense if emacsclient.c only supports ipv4. =A0Not being >> up-to-speed on ipv6, I do not know whether that's the case. > It is right now, at least because there are a few hardcoded 127.0.0.1. OK. >> We should rather do that in the C code of make-network-process, where >> instead of "localhost" we might prefer using "127.0.0.1". > Wouldn't that run counter to adapting to IPv6? 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. Stefan