From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Callbacks from modules Date: Thu, 26 Nov 2015 21:22:07 -0700 Message-ID: <87wpt4xea8.fsf@tromey.com> References: <83vb8otxhf.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448598173 30357 80.91.229.3 (27 Nov 2015 04:22:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Nov 2015 04:22:53 +0000 (UTC) Cc: darthandrus@gmail.com, Philipp Stephani , dancol@dancol.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 27 05:22:38 2015 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 1a2AYP-0003iK-8X for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2015 05:22:37 +0100 Original-Received: from localhost ([::1]:54572 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2AYR-0007b0-Sp for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2015 23:22:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2AYE-0007aZ-V9 for emacs-devel@gnu.org; Thu, 26 Nov 2015 23:22:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2AYB-0003mq-ST for emacs-devel@gnu.org; Thu, 26 Nov 2015 23:22:26 -0500 Original-Received: from gproxy8-pub.mail.unifiedlayer.com ([67.222.33.93]:40845) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1a2AYB-0003mf-KP for emacs-devel@gnu.org; Thu, 26 Nov 2015 23:22:23 -0500 Original-Received: (qmail 20234 invoked by uid 0); 27 Nov 2015 04:22:23 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy8.mail.unifiedlayer.com with SMTP; 27 Nov 2015 04:22:23 -0000 Original-Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id mUNA1r00B2f2jeq01UNDhS; Thu, 26 Nov 2015 21:22:21 -0700 X-Authority-Analysis: v=2.1 cv=Zc6OaKlA c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=zstS-IiYAAAA:8 a=PnD2wP_eR3oA:10 a=q5Y1GWT81MIA:10 a=qtqOOiqGOCEA:10 a=mDV3o1hIAAAA:8 a=n1vYvPXtgHtVKE_Fo1IA:9 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=WZ1Jcc1M2vFmS8wHDqu8I7ryqJgXu/dgGm5grUkRKzQ=; b=QTSwhdRh9BJwAbV4JDnaNWwa9YYlBwMDRNvTBQV/bA4JdiOl4a2Uv7iUB+AJ/E938kxLOGXSqGk6z1KX8RWv/iCBwKOweyqmqUS3/JpPfwftxqyKO+U4yX3se0GGSCm1; Original-Received: from [174.16.156.173] (port=57447 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1a2AXz-00052q-8O; Thu, 26 Nov 2015 21:22:11 -0700 X-Attribution: Tom In-Reply-To: <83vb8otxhf.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 Nov 2015 20:41:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Identified-User: {36111:box522.bluehost.com:elynrobi:tromey.com} {sentby:smtp auth 174.16.156.173 authed with tom+tromey.com} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.33.93 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:195337 Archived-At: >>>>> "Eli" == Eli Zaretskii writes: Eli> In the future, we might add Eli> facilities that would allow a module register a file descriptor Eli> through which events could flow into the Emacs event queue. But that Eli> is not yet available, and I'm not sure we'd want to allow it. Why not? Tom