From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jonathon McKitrick via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Re: Using emacs 'with-poll' Date: Fri, 6 Oct 2023 13:49:05 +0000 Message-ID: References: <87edi8f42y.fsf@gmail.com> Reply-To: Jonathon McKitrick Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27133"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Robert Pluim Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 06 15:50:03 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qolDL-0006ko-Ud for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 06 Oct 2023 15:50:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qolCd-00053R-D9; Fri, 06 Oct 2023 09:49:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qolCZ-00053G-7W for help-gnu-emacs@gnu.org; Fri, 06 Oct 2023 09:49:11 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qolCX-00028t-5I for help-gnu-emacs@gnu.org; Fri, 06 Oct 2023 09:49:10 -0400 Original-Received: from sdf.org (IDENT:jcm@sdf.org [205.166.94.16]) by mx.sdf.org (8.16.1/8.14.5) with ESMTPS id 396Dn5G2021218 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Fri, 6 Oct 2023 13:49:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=sdf.org; s=sdf.org; t=1696600146; bh=1+IKdjDOdaf+5UbChbg/5P74lyj3Vs+yLx4Dj5sOnF8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=xYkC0vWzewdjewwJ+sMcy1tOyrnDLEgSthYXRviCA8mn+2MiJ7xCjfZhkRqwH4s7K 43YKk2Rr2mL7iG87580pe/b42xOdX4QZoUiBlmyx9ccuty0VlKbltOTRqTCECfe2N8 bLEivDwJYDxcn268rawFERa/d39jYACwQ1xYCkN4= Original-Received: (from jcm@localhost) by sdf.org (8.16.1/8.12.8/Submit) id 396Dn5YY005695; Fri, 6 Oct 2023 13:49:05 GMT Content-Disposition: inline In-Reply-To: <87edi8f42y.fsf@gmail.com> Received-SPF: pass client-ip=205.166.94.24; envelope-from=jcm@sdf.org; helo=mx.sdf.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145221 Archived-At: On Fri, Oct 06, 2023 at 12:16:53PM +0200, Robert Pluim wrote: : >>>>> On Thu, 5 Oct 2023 23:19:37 +0000, Jonathon McKitrick via Users list for the GNU Emacs text editor said: : : Jonathon> I'm experimenting with the 'with-poll' branch of emacs 30 on an M1 mbp. : Jonathon> Where is the discussion of this feature? Is it supposed to be a 'drop in' : Jonathon> replacement for poll() in emacs? : : It??s supposed to be a drop in replacement for 'select' to get around Oops, typo, I meant 'select()' not 'poll()'. : its 1024 open file descriptors limitation which can bite hard : (especially on macOS). : : Jonathon> I don't see a difference except when using CIDER and Clojure, when I see : Jonathon> the connection seem to hang. I've emailed the original contributor, : Jonathon> but haven't gotten a reply yet. Does anyone know about this feature? : : I??m guessing CIDER uses subprocesses, which need some further work in : the branch. Yes, that makes sense. : : I??m rebasing the branch onto 'master' and testing it again. Ping me in : a week (although here is not really the right list to talk about : Emacs feature development, we have emacs-devel for that). Will do. I've started a thread on emacs-devel. Jonathon McKitrick -- 'My other computer is your Windows box.'