From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: emacs-dynamic-module in Emacs Git? Date: Mon, 01 Dec 2014 22:33:12 -0500 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> <87sih575rc.fsf@lifelogs.com> <8361dyaqf1.fsf@gnu.org> <83zjb771px.fsf@gnu.org> <851tojm0z6.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417491224 1163 80.91.229.3 (2 Dec 2014 03:33:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2014 03:33:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 02 04:33:37 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 1XveDX-0005Mi-BL for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 04:33:35 +0100 Original-Received: from localhost ([::1]:34946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XveDW-0002PH-Vv for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2014 22:33:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XveDM-0002LX-Tz for emacs-devel@gnu.org; Mon, 01 Dec 2014 22:33:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XveDB-0003x9-7p for emacs-devel@gnu.org; Mon, 01 Dec 2014 22:33:20 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:13930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XveDA-0003wx-Rj for emacs-devel@gnu.org; Mon, 01 Dec 2014 22:33:12 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsUIAGA2ZVRMCqTq/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEDAVYjBQsLNBIUGA0kiEsJ0QQBAQEHAQEBAR6RFAeESwWMC6cXgXaEGh+CewEBAQ X-IPAS-Result: AsUIAGA2ZVRMCqTq/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEDAVYjBQsLNBIUGA0kiEsJ0QQBAQEHAQEBAR6RFAeESwWMC6cXgXaEGh+CewEBAQ X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="99323534" Original-Received: from 76-10-164-234.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.234]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 01 Dec 2014 22:33:12 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 2678386B6; Mon, 1 Dec 2014 22:33:12 -0500 (EST) In-Reply-To: <851tojm0z6.fsf@stephe-leake.org> (Stephen Leake's message of "Mon, 01 Dec 2014 16:58:21 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:178669 Archived-At: > for packages"; I don't think we can define a .h file for modules either. We will need a .h file just to compile those modules (we want to be able to compile those modules from a compiled version of Emacs, i.e. in the absence of the complete C source of Emacs). Stefan