From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.devel Subject: Re: emacs-dynamic-module in Emacs Git? Date: Wed, 26 Nov 2014 18:05:55 +0100 Message-ID: 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1417021593 7159 80.91.229.3 (26 Nov 2014 17:06:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 17:06:33 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 26 18:06:27 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 1Xtg2k-0003yS-75 for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2014 18:06:18 +0100 Original-Received: from localhost ([::1]:35021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtg2j-0005Vm-21 for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2014 12:06:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtg2U-0005Vh-Jf for emacs-devel@gnu.org; Wed, 26 Nov 2014 12:06:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtg2P-0000wl-Or for emacs-devel@gnu.org; Wed, 26 Nov 2014 12:06:02 -0500 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:33372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtg2P-0000wc-H9 for emacs-devel@gnu.org; Wed, 26 Nov 2014 12:05:57 -0500 Original-Received: by mail-la0-f45.google.com with SMTP id gq15so2829751lab.32 for ; Wed, 26 Nov 2014 09:05:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=/pkNt1StjSj/yDorhlmkHIzOxauDCn6lBBYz7Krlm+o=; b=mE5nOqap/To6iR9BTNo+6b7r+58alcjTGCg/TszFduhDCrQehuCZo2Gvp8hbY7RRow rK1vOlYIIrimQAlOA7Q91wIknOfAVQpBlnGuPXQWR8S0zkGYSx3hMxdbmB434Kt/muvF gZIkklkjyPm9JMbpoKSTLZNa9dVtzv7KUt0ix0cmzg8tFC7s/DVnH52MtTO+E0An3yMi cKptYkfYjxIfpWz72FObEZywzAQd1fULiQ2ig1Bx5LJRlO24g6iEryTnIpGmUkNAjXDW K8D8qww2ciX37cwtyDvwo1ZoXK99ZVsXMW8Zwal0csM8xkgmGoJA+4L5b6b4wDYKLSuT wOYg== X-Received: by 10.152.5.198 with SMTP id u6mr35803105lau.42.1417021556058; Wed, 26 Nov 2014 09:05:56 -0800 (PST) Original-Received: by 10.114.77.131 with HTTP; Wed, 26 Nov 2014 09:05:55 -0800 (PST) In-Reply-To: <87lhmz4mtj.fsf@lifelogs.com> X-Google-Sender-Auth: dYVrBetiCVyURsp-nnuvZTH3H3A X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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:178308 Archived-At: 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. I've force-pushed on my repo. The branch is "dynamic-modules". It should already be properly ifdef'd and turned off by default. You can turn it on via the configure script with --with-ltdl.