From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses Date: Sat, 13 Feb 2016 15:19:53 +0200 Message-ID: <83si0w693a.fsf@gnu.org> References: <87egco56s6.fsf@gnus.org> <83io1zri30.fsf@gnu.org> <87r3gnhmu1.fsf@gnus.org> <87mvrbhmkm.fsf@gnus.org> <83h9hjqgk7.fsf@gnu.org> <87a8nalrlp.fsf@gnus.org> <83mvr9bstb.fsf@gnu.org> <877fid8ou5.fsf@gnus.org> <83d1s49vm6.fsf@gnu.org> <83bn7o9uk6.fsf@gnu.org> <87h9hfoqao.fsf@gnus.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1455369611 27116 80.91.229.3 (13 Feb 2016 13:20:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Feb 2016 13:20:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 13 14:20:05 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aUa7I-0007at-7N for ged-emacs-devel@m.gmane.org; Sat, 13 Feb 2016 14:20:04 +0100 Original-Received: from localhost ([::1]:42067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUa7H-00048F-CG for ged-emacs-devel@m.gmane.org; Sat, 13 Feb 2016 08:20:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUa7B-00047z-MC for emacs-devel@gnu.org; Sat, 13 Feb 2016 08:20:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUa77-00010s-1E for emacs-devel@gnu.org; Sat, 13 Feb 2016 08:19:57 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUa76-00010g-Tm; Sat, 13 Feb 2016 08:19:52 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4700 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aUa76-0004ao-5k; Sat, 13 Feb 2016 08:19:52 -0500 In-reply-to: <87h9hfoqao.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 11 Feb 2016 14:54:07 +1100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199871 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Thu, 11 Feb 2016 14:54:07 +1100 > > Eli Zaretskii writes: > > > It's indeed some weird problem with timing or maybe with events in > > batch mode. The patch below (which also skips the IPv6 test on > > MS-Windows) fixes it. Do you see any problems with it? > > No, looks good. OK, I pushed it. > But it would also be good to find out why there are these problems > with networking (or events) in batch mode (on Windows), if you find > the time... I will add this to my todo. Thanks.