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: emacs-dynamic-module in Emacs Git? Date: Fri, 21 Nov 2014 23:24:17 -0600 Message-ID: <85tx1rg64e.fsf_-_@stephe-leake.org> References: <87wq6tu5m5.fsf@kima.orebokech.com> <85h9xwhpy9.fsf@stephe-leake.org> <87k32sh50f.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416634875 27615 80.91.229.3 (22 Nov 2014 05:41:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Nov 2014 05:41:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 22 06:41:08 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 1Xs3RS-0002K0-Tq for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 06:41:07 +0100 Original-Received: from localhost ([::1]:43843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs3BT-0004wR-GI for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 00:24:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs3BM-0004wJ-A0 for emacs-devel@gnu.org; Sat, 22 Nov 2014 00:24:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xs3BH-000835-59 for emacs-devel@gnu.org; Sat, 22 Nov 2014 00:24:28 -0500 Original-Received: from dnvrco-outbound-snat.email.rr.com ([107.14.73.228]:32867 helo=dnvrco-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs3BG-000827-WF for emacs-devel@gnu.org; Sat, 22 Nov 2014 00:24:23 -0500 Original-Received: from [70.94.38.149] ([70.94.38.149:49359] helo=TAKVER) by dnvrco-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id F3/C7-03650-30E10745; Sat, 22 Nov 2014 05:24:19 +0000 In-Reply-To: <87k32sh50f.fsf@lifelogs.com> (Ted Zlatanov's message of "Tue, 18 Nov 2014 11:01:36 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.94 (windows-nt) X-RR-Connecting-IP: 107.14.64.118:25 X-Authority-Analysis: v=2.1 cv=T4ICTp6Q c=1 sm=1 tr=0 a=AppmJ/7ZOOFWL/q6u6u93g==:117 a=AppmJ/7ZOOFWL/q6u6u93g==:17 a=ayC55rCoAAAA:8 a=fNEgcOh0sVsA:10 a=9i_RQKNPAAAA:8 a=f11AndE4AAAA:8 a=-PesPJrQY2jYufqSUg0A:9 X-Cloudmark-Score: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 107.14.73.228 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:177965 Archived-At: Ted Zlatanov writes: > On Tue, 18 Nov 2014 10:49:48 -0500 Stefan Monnier wrote: > >>> We will also need branches for features that are being worked on by >>> several developers, but are not yet in master. emacs-dynamic-module, >>> for one. > > SM> We've used "plain" names in the past for such branches. I'd be happy to > SM> see a `dynamic-module' branch added to the Git repository. > > 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. I'd like to start using this. I looked into applying the patches myself, but it's beyond me at the moment; I'm not familiar enough with the C code. I'll keep working on it, both to practice with git and to learn the code. -- -- Stephe