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: Sun, 23 Nov 2014 11:38:23 +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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416739117 14035 80.91.229.3 (23 Nov 2014 10:38:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2014 10:38:37 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 11:38:30 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 1XsUYo-0001up-Io for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 11:38:30 +0100 Original-Received: from localhost ([::1]:48117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsUYo-0004o0-0w for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 05:38:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsUYk-0004np-Ld for emacs-devel@gnu.org; Sun, 23 Nov 2014 05:38:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsUYj-0001zA-FB for emacs-devel@gnu.org; Sun, 23 Nov 2014 05:38:26 -0500 Original-Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:49416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsUYj-0001yz-6Y for emacs-devel@gnu.org; Sun, 23 Nov 2014 05:38:25 -0500 Original-Received: by mail-la0-f52.google.com with SMTP id q1so6364170lam.11 for ; Sun, 23 Nov 2014 02:38:23 -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=bNof+c6R82kpqEXFooMvt9XwDQbnqcrwTnSeBk1jfeo=; b=P0zzbvtEwhOSxJh3sIetMdPqWezrAdZBfAe91isrFFoHmo2PEPCxQounFVjZd5T3tV ecXxhW3cjE86S4rT5jLJajGfayLvgFvdsR/SaduAaD1RINq6d4LZyR2Ryq8+A9E4V4BQ 3M0zwt8ofPiaRb9DC14TimDWfGvBSkx3wae3FpI2UnWooqYTi6N5R7PE5OJhGIlyzHoV u3gCDcpDRGENVCOXyiYMwjHcrvMgsjFLpWKp5rRHRN7uPe9IcTk9PRQEz/hdkSpU2BVL 7tKYKyzS3ckH0T8DS0wgPnwkELQJKjgjhfT01t0SzW6FWowVkfQlmSmyEZi870xCqOd5 Hu1Q== X-Received: by 10.112.131.33 with SMTP id oj1mr13599052lbb.97.1416739103328; Sun, 23 Nov 2014 02:38:23 -0800 (PST) Original-Received: by 10.114.77.131 with HTTP; Sun, 23 Nov 2014 02:38:23 -0800 (PST) In-Reply-To: <87siha7r3b.fsf@lifelogs.com> X-Google-Sender-Auth: WS_tQdDv2stMOS2gQufun-QXDhE X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 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:178066 Archived-At: Hi! On Sun, Nov 23, 2014 at 12:28 AM, Ted Zlatanov wrote: > On Sat, 22 Nov 2014 10:49:10 -0500 Stefan Monnier wrote: > >>>> Aurelien, would you like to redo your branch against the new Emacs Git >>>> repo and put it there as a feature branch? I can do it too, if you >>>> prefer. It would make it very easy to test and share your code. > > SM> BTW, this feature is expected in master "sooner rather than later", so > SM> it's not necessary to wait for the feature to be complete before > SM> installing it into trunk: as soon as a part is stable, it can be merged > SM> into trunk (probably wrapped in #ifdef for now). That's very good news! I was also trying to move my code to a proper branch of the git repo but it's taking me some time because: a) I initialized my repo (the one on github) with a simple tarball of emacs sources. I ended up using git format-patch to export my commits as patch files. b) Applying my commits as a series of patch on top of master (in a new branch) already resulted in several merge conflicts which need some attention to resolve. I'll try to have everything ready by wednesday. > (I CC-ed him directly on my previous e-mail) and was planning to go ahead > next week if we don't hear back. Yeah sorry, everything sent to my +emacs address is moved to an "emacs" folder which I have not looked at in the last few days.