From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Wed, 11 Feb 2015 11:05:15 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87vbj8tow4.fsf@lifelogs.com> References: <87y4t9m76w.fsf@lifelogs.com> <85k31coixa.fsf@stephe-leake.org> <85oapy5kt6.fsf@stephe-leake.org> <83y4oiiw81.fsf@gnu.org> <838ugdf251.fsf@gnu.org> <87bnl1vmqf.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1423670763 24759 80.91.229.3 (11 Feb 2015 16:06:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2015 16:06:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 11 17:05:56 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 1YLZnW-0000Sc-Ly for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2015 17:05:54 +0100 Original-Received: from localhost ([::1]:45705 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLZnQ-0007aJ-LE for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2015 11:05:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLZmw-0007a1-PO for emacs-devel@gnu.org; Wed, 11 Feb 2015 11:05:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLZmr-0004o2-2O for emacs-devel@gnu.org; Wed, 11 Feb 2015 11:05:18 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:39142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLZmq-0004no-Ri for emacs-devel@gnu.org; Wed, 11 Feb 2015 11:05:12 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YLZmo-000054-Tj for emacs-devel@gnu.org; Wed, 11 Feb 2015 17:05:11 +0100 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Feb 2015 17:05:10 +0100 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Feb 2015 17:05:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:YDONu+U9+xHTRLRdP+AdZkQMH3M= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:182897 Archived-At: On Wed, 11 Feb 2015 10:55:19 +0100 Aurélien Aptel wrote: AA> On Tue, Feb 10, 2015 at 3:56 PM, Ted Zlatanov wrote: >> Thanks! I pushed today's version to the Emacs repo in branch feature/aptel/dynamic-modules-rc3 AA> Thanks Ted. I remember some people were already having build issues AA> with rc2. Can you confirm you can build rc3 (and my last commit, while AA> we're at it)? I pushed your latest commit defining the module structure as well. I did "make bootstrap" but now get: Symbol's function definition is void: defun Can you explain how to test? I'm able to build the master branch, then switched to yours and did "make maintainer-clean; make bootstrap" but get that error. I didn't get this error when I tested your code last time, but it seems like something I'm not cleaning up. Sorry if this is a FAQ. I'd like to merge this as soon as possible, even if there are rough edges, so we can start finding them. I think if I test this and it's OK, we should coordinate the ChangeLogs and documentation as we clean things up. It may make sense to squash some of the trivial commits as well. Thanks for your great work. Ted