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: emacs-dynamic-module in Emacs Git? Date: Wed, 26 Nov 2014 21:10:31 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87sih575rc.fsf@lifelogs.com> References: <87wq6tu5m5.fsf@kima.orebokech.com> <85h9xwhpy9.fsf@stephe-leake.org> <87k32sh50f.fsf@lifelogs.com> <85tx1rg64e.fsf_-_@stephe-leake.org> <87siha7r3b.fsf@lifelogs.com> <87lhmz4mtj.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 1417054234 31543 80.91.229.3 (27 Nov 2014 02:10:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2014 02:10:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 27 03:10:28 2014 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 1XtoXM-0004Z9-C9 for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2014 03:10:28 +0100 Original-Received: from localhost ([::1]:36747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtoXL-0008QJ-Fd for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2014 21:10:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtoX0-0008NU-TA for emacs-devel@gnu.org; Wed, 26 Nov 2014 21:10:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtoWv-0004DH-O0 for emacs-devel@gnu.org; Wed, 26 Nov 2014 21:10:06 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:45041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtoWv-0004Cx-Hu for emacs-devel@gnu.org; Wed, 26 Nov 2014 21:10:01 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XtoWv-0004Rt-2z for emacs-devel@gnu.org; Thu, 27 Nov 2014 03:10:01 +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 ; Thu, 27 Nov 2014 03:10:01 +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 ; Thu, 27 Nov 2014 03:10:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 33 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:ipjWfk22va3ZBDw5nTmLRD3USHo= 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:178339 Archived-At: On Wed, 26 Nov 2014 18:05:55 +0100 Aurélien Aptel wrote: AA> On Tue, Nov 25, 2014 at 11:05 AM, Ted Zlatanov wrote: >> Push it to your Github repo >> https://github.com/aaptel/emacs-dynamic-module so it can be reviewed. We >> will try to get to it quickly and merge it with the necessary ifdefs, if >> you don't have them. AA> I've force-pushed on my repo. The branch is "dynamic-modules". It AA> should already be properly ifdef'd and turned off by default. You can AA> turn it on via the configure script with --with-ltdl. I've pushed your dynamic-modules branch (rebased against today's master branch) to the dynamic-modules branch on the Emacs repo for review and testing. Please use that in your repo as well. There are just a few issues, none major: * two XXX comments * the ChangeLog entries need rewriting (I would squash to a single commit anyway, if that's OK with you, which would make the above rebasing note irrelevant) * no documentation (NEWS, ELisp manual, etc.) For me only the first one is a blocker. The documentation is also important--at least mention how to use this new facility in a text file please. We can try to write it if you're unable, but it would be good to give us a first draft at least. Thanks Ted