From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Sat, 27 Dec 2014 15:57:05 -0600 Message-ID: <85k31coixa.fsf@stephe-leake.org> References: <87y4t9m76w.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1419717469 18058 80.91.229.3 (27 Dec 2014 21:57:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Dec 2014 21:57:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 27 22:57:44 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 1Y4zMl-0001hF-G9 for ged-emacs-devel@m.gmane.org; Sat, 27 Dec 2014 22:57:43 +0100 Original-Received: from localhost ([::1]:56975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4zMk-0003vp-SZ for ged-emacs-devel@m.gmane.org; Sat, 27 Dec 2014 16:57:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4zMX-0003vg-JZ for emacs-devel@gnu.org; Sat, 27 Dec 2014 16:57:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y4zMS-0002lI-LB for emacs-devel@gnu.org; Sat, 27 Dec 2014 16:57:29 -0500 Original-Received: from gproxy5-pub.mail.unifiedlayer.com ([67.222.38.55]:36603) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Y4zMS-0002l3-EE for emacs-devel@gnu.org; Sat, 27 Dec 2014 16:57:24 -0500 Original-Received: (qmail 25058 invoked by uid 0); 27 Dec 2014 21:57:22 -0000 Original-Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy5.mail.unifiedlayer.com with SMTP; 27 Dec 2014 21:57:22 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw3 with id YlxK1p0062UdiVW01lxNvk; Sat, 27 Dec 2014 14:57:22 -0700 X-Authority-Analysis: v=2.1 cv=Lo0BlBtc c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9XSUBuVRJI8A:10 a=IkcTkHD0fZMA:10 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=jrwKn-8xaegA:10 a=A92cGCtB03wA:10 a=pGLkceISAAAA:8 a=NEAV23lmAAAA:8 a=kK1BxKOKj5MG6jDeRaoA:9 a=QEXdDO2ut3YA:10 a=fzSiEU1KH2EA:10 a=VlZU0XKO32wA:10 a=6N2iCXLuAPUA:10 a=sRmROPzHrzoA:10 Original-Received: from [70.94.38.149] (port=49259 helo=TAKVER) by host114.hostmonster.com with esmtpa (Exim 4.82) (envelope-from ) id 1Y4zMM-00026F-RG for emacs-devel@gnu.org; Sat, 27 Dec 2014 14:57:19 -0700 In-Reply-To: (=?utf-8?Q?=22Aur=C3=A9lien?= Aptel"'s message of "Thu, 9 Oct 2014 19:08:47 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 70.94.38.149 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.38.55 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:180725 Archived-At: Aur=C3=A9lien Aptel writes: > # build emacs > $ git clone https://github.com/aaptel/emacs-dynamic-module.git emacs-dyn > $ cd emacs-dyn > $ ./autogen.sh > $ ./configure > $ make > > # build all the modules > $ for i in modules/*; do make -C "$i"; done What happened to the 'modules' directory?=20 It's no longer in this repository (I just cloned it), and it's not in the Savannah dynamics-modules* branches either. --=20 -- Stephe