From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alain Schneble Newsgroups: gmane.emacs.devel Subject: Re: Asynchronous DNS Date: Mon, 15 Feb 2016 19:13:49 +0100 Message-ID: <86y4al4zaa.fsf@realize.ch> References: <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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1455560105 15290 80.91.229.3 (15 Feb 2016 18:15:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 18:15:05 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 15 19:15:00 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 1aVNfk-0002lf-PO for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 19:14:56 +0100 Original-Received: from localhost ([::1]:35016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVNfk-0004qS-1V for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 13:14:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVNfQ-0004mq-Q9 for emacs-devel@gnu.org; Mon, 15 Feb 2016 13:14:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVNfM-0004dn-TU for emacs-devel@gnu.org; Mon, 15 Feb 2016 13:14:36 -0500 Original-Received: from clientmail.realize.ch ([46.140.89.53]:3876) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1aVNfH-0004cJ-WB; Mon, 15 Feb 2016 13:14:28 -0500 Original-Received: from rintintin.hq.realize.ch.lan.rit ([192.168.0.105]) by clientmail.realize.ch ; Mon, 15 Feb 2016 19:14:11 +0100 Original-Received: from MYNGB (192.168.66.65) by rintintin.hq.realize.ch.lan.rit (192.168.0.105) with Microsoft SMTP Server (TLS) id 15.0.516.32; Mon, 15 Feb 2016 19:13:47 +0100 In-Reply-To: <87wpq68u4d.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 15 Feb 2016 15:39:30 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) X-ClientProxiedBy: rintintin.hq.realize.ch.lan.rit (192.168.0.105) To rintintin.hq.realize.ch.lan.rit (192.168.0.105) X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] X-Received-From: 46.140.89.53 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:199984 Archived-At: Lars Ingebrigtsen writes: > Alain Schneble writes: > >> By the way, I tried it out with the fine-grained approach. See patch >> below. > > Thanks, I've applied. I'll be reworking it a bit to have fewer ifdefs > (and add the TLS checks to the two functions that need it). Thanks for the inclusion and cleanup. >> There is potential to refactor at least two functions, >> set-process-coding-system and set-process-window-size, to not require >> blocking at all. > > Yeah, we can remove the blockers from the functions that turn out not to > "need them" after we've verified that we're not regressing anything. Yes, that's the approach I had in my mind as well :)