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: Tue, 10 Aug 2010 15:31:00 +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=us-ascii X-Trace: dough.gmane.org 1281447076 10980 80.91.229.12 (10 Aug 2010 13:31:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2010 13:31:16 +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 Tue Aug 10 15:31:14 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 1Oiov9-0007Db-J9 for ged-emacs-devel@m.gmane.org; Tue, 10 Aug 2010 15:31:11 +0200 Original-Received: from localhost ([127.0.0.1]:33798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oiov8-0005Y7-Uo for ged-emacs-devel@m.gmane.org; Tue, 10 Aug 2010 09:31:10 -0400 Original-Received: from [140.186.70.92] (port=40755 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oiov3-0005WA-GW for emacs-devel@gnu.org; Tue, 10 Aug 2010 09:31:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oiov2-0007Kc-Bw for emacs-devel@gnu.org; Tue, 10 Aug 2010 09:31:05 -0400 Original-Received: from impaqm4.telefonica.net ([213.4.138.4]:55114) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oiov2-0007K8-65 for emacs-devel@gnu.org; Tue, 10 Aug 2010 09:31:04 -0400 Original-Received: from IMPmailhost6.adm.correo ([10.20.102.127]) by IMPaqm4.telefonica.net with bizsmtp id sdUR1e0072kvMAa3QdX2bx; Tue, 10 Aug 2010 15:31:02 +0200 Original-Received: from ceviche.home ([83.40.4.203]) by IMPmailhost6.adm.correo with BIZ IMP id sdX11e0034NokFF1mdX1Ac; Tue, 10 Aug 2010 15:31:02 +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 D3C4266138; Tue, 10 Aug 2010 15:31:00 +0200 (CEST) In-Reply-To: (Juanma Barranquero's message of "Mon, 9 Aug 2010 19:08:44 +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:128543 Archived-At: >> 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. For Emacs-24's code, it's OK because we have a fair bit of time to test it. > But, all in all, I agree that if `localhost' can be interpreted as > variably as Ken has pointed out, we shouldn't use it. Could you make the corresponding change in `trunk'? Stefan