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: Tue, 3 Aug 2010 14:48:32 +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 1280839858 5788 80.91.229.12 (3 Aug 2010 12:50:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Aug 2010 12:50:58 +0000 (UTC) Cc: 6781@debbugs.gnu.org, Ken Raeburn , Leo , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 03 14:50:53 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 1OgGxJ-0006RI-KU for ged-emacs-devel@m.gmane.org; Tue, 03 Aug 2010 14:50:53 +0200 Original-Received: from localhost ([127.0.0.1]:35766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgGxJ-0007WR-0W for ged-emacs-devel@m.gmane.org; Tue, 03 Aug 2010 08:50:53 -0400 Original-Received: from [140.186.70.92] (port=38127 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgGvP-0006Yr-QD for emacs-devel@gnu.org; Tue, 03 Aug 2010 08:48:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgGvO-0000zw-DR for emacs-devel@gnu.org; Tue, 03 Aug 2010 08:48:55 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:60539) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgGvO-0000zn-At for emacs-devel@gnu.org; Tue, 03 Aug 2010 08:48:54 -0400 Original-Received: by iwn2 with SMTP id 2so6417199iwn.0 for ; Tue, 03 Aug 2010 05:48:53 -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=r2DoEjKJ2tyblobkpHU/0mjWw6GLlsvKWyiqf9xPGVY=; b=hLvQMXVQYoAn4uBymO2ppzGyCcDNO8OP/SuAvE7ga7LDtnKN/kf4nByCS3yopgtcpa 9hd7IfMrl3oNtlQ6NR4qf1T/4Hg6G9NdpngqlSCBSn/fAXot3swQyl2DYZ9ZvRKez2MB FkUDoE1ig8RpuSRnWi+LkI2uIIjblm48ipdK8= 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=jw6Lsy9njKDCHP15IUrVtHBhUTyByiY1545FHipPmrqltJycR3RPse5fky3pTUMV5J 74U7Swc1IQXKonztMNv33BvDuAv+JtWhEMWE8jvLDuHbceHEMMlaL3Ez25IV1PIS7Nj0 8wLAL8YObPv5/UIzGjURLMtAQH/mWUdCp7M4Q= Original-Received: by 10.231.148.195 with SMTP id q3mr8602982ibv.199.1280839733199; Tue, 03 Aug 2010 05:48:53 -0700 (PDT) Original-Received: by 10.231.162.4 with HTTP; Tue, 3 Aug 2010 05:48:32 -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:128187 Archived-At: On Tue, Aug 3, 2010 at 14:44, Andreas Schwab wrote: > ping probably does not use getaddrinfo, but the older gethostbyname > (which does not properly support IPv6). Still a problem, isn't it? =C2=A0 =C2=A0 Juanma