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: Asynchronous DNS Date: Mon, 15 Feb 2016 12:50:48 +0200 Message-ID: <83lh6mxn5j.fsf@gnu.org> References: <877fihjo4m.fsf@gnus.org> <86io20n3xn.fsf@realize.ch> <8760y055l1.fsf@gnus.org> <8660xzmyyr.fsf@realize.ch> <87pow7ocyw.fsf@gnus.org> <861t8nmxlj.fsf@realize.ch> <87y4auiurw.fsf@gnus.org> <86k2me8dee.fsf@realize.ch> <83a8n9ddk5.fsf@gnu.org> <864mdh8vj5.fsf@realize.ch> <87pow579kt.fsf@gnus.org> <86ziv87st0.fsf@realize.ch> <87vb5u4qtq.fsf@gnus.org> <86egci6xvk.fsf@realize.ch> <87twldgsrv.fsf@gnus.org> <8637sw7w4m.fsf@realize.ch> <87vb5sdod6.fsf@gnus.org> <83lh6nzvfp.fsf@gnu.org> <87fuwv6ai4.fsf@gnus.org> <86oabi6dts.fsf@realize.ch> <87wpq68u4d.fsf@gnus.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1455533462 18733 80.91.229.3 (15 Feb 2016 10:51:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 10:51:02 +0000 (UTC) Cc: a.s@realize.ch, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 15 11:50:57 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 1aVGk4-0006uI-HE for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 11:50:56 +0100 Original-Received: from localhost ([::1]:58919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVGk3-0005gw-Kx for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 05:50:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVGjx-0005gE-E4 for emacs-devel@gnu.org; Mon, 15 Feb 2016 05:50:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVGjs-0002YU-EO for emacs-devel@gnu.org; Mon, 15 Feb 2016 05:50:49 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVGjs-0002YF-8A; Mon, 15 Feb 2016 05:50:44 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4574 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aVGjp-0003Sm-B9; Mon, 15 Feb 2016 05:50:41 -0500 In-reply-to: <87wpq68u4d.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 15 Feb 2016 15:39:30 +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:199964 Archived-At: > From: Lars Ingebrigtsen > Cc: Eli Zaretskii , > Date: Mon, 15 Feb 2016 15:39:30 +1100 > > > While with set-process-window-size, I asked myself if this one makes any > > sense with network processes at all. Should it signal an error or what > > would be the use case to call this for a network process? > > Uhm... I can't really imagine what it's used for at all. :-) Is it to > communicate to, for instance, a shell what the size of the Emacs window > is? Yes.