From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Fri, 06 Nov 2015 16:52:53 -0500 Message-ID: References: <56259FDD.8040401@dancol.org> <87zizeme8k.fsf@tromey.com> <5625B166.3080104@dancol.org> <86zizdczhp.fsf@stephe-leake.org> <871tc315y3.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446872313 31734 80.91.229.3 (7 Nov 2015 04:58:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Nov 2015 04:58:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 07 05:58:26 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 1Zuva5-0002yy-PT for ged-emacs-devel@m.gmane.org; Sat, 07 Nov 2015 05:58:25 +0100 Original-Received: from localhost ([::1]:42134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zuva4-0002Jf-Ox for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2015 23:58:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zuva0-0002JG-KI for emacs-devel@gnu.org; Fri, 06 Nov 2015 23:58:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuvZy-0002x0-Jo for emacs-devel@gnu.org; Fri, 06 Nov 2015 23:58:20 -0500 Original-Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:33758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuvZy-0002wT-Ef for emacs-devel@gnu.org; Fri, 06 Nov 2015 23:58:18 -0500 Original-Received: by pabfh17 with SMTP id fh17so142521240pab.0 for ; Fri, 06 Nov 2015 20:58:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:date:message-id:references:user-agent :mail-followup-to:mime-version:content-type; bh=hKHyLeU/7I+tG+nLU5DnZNr722YffVtEtfsOoRbhNbw=; b=jg4uEALm9+gpVanwBthwLXSxbOEX9WEEMGeKRtyVTCvKMJDsijTfYTzwh4zeH2t1B1 GVVNNGa2uWtJ8yRU6CoAViu7ft6BhaWZwdEjOC2vImoTjlrRqpgVR5xvw6dzlg+QsLpc BDR+HJUdVFXVeYYCCPuGmWfpL1eC9dVAyEdQt3SAbND9T1G39WQKaxTLoN7pbA0/gY6J oAlypVIMEA2uuJq6+XrPQSfxZZOIyl65+koFSOztf2m63RvXljvK+xfwrsFrSlBuqWJJ Ag4l8JoQ/X7gIs7jTBxLwTXY11t4axg832iBN5tFCwMsXbnoyH6drcBMo9HsRypJifWq Fg0w== X-Received: by 10.68.238.100 with SMTP id vj4mr22661525pbc.103.1446872298008; Fri, 06 Nov 2015 20:58:18 -0800 (PST) Original-Received: from Hermes-2.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id dd2sm3056546pbc.27.2015.11.06.20.58.13 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 06 Nov 2015 20:58:16 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Hermes-2.local (Postfix, from userid 501) id 0836848F800B; Fri, 6 Nov 2015 20:58:15 -0800 (PST) In-Reply-To: <871tc315y3.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 06 Nov 2015 10:52:04 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22e 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:193486 Archived-At: >>>>> Ted Zlatanov writes: > I've tried to review the discussion so far and believe the code is > "functional enough." I think we got agreement from Stefan (probably John > too) to exempt dynamic modules from the feature freeze. If Eli and Stefan agree, you have my go ahead to integrate the code. If anyone else disagrees, please say so now. John