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: Dynamic loading progress Date: Sun, 15 Feb 2015 13:39:53 -0500 Message-ID: References: <85k31coixa.fsf@stephe-leake.org> <85oapy5kt6.fsf@stephe-leake.org> <83y4oiiw81.fsf@gnu.org> <838ugdf251.fsf@gnu.org> <87bnl1vmqf.fsf@lifelogs.com> <87vbj8tow4.fsf@lifelogs.com> <87r3twtagf.fsf@lifelogs.com> <85siebl7ws.fsf@stephe-leake.org> <85a90ilwmm.fsf@stephe-leake.org> <83386a6f7z.fsf@gnu.org> <85h9upjz7v.fsf@stephe-leake.org> <83wq3k3kl4.fsf@gnu.org> <85bnkwil1c.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424025639 12720 80.91.229.3 (15 Feb 2015 18:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2015 18:40:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 15 19:40:30 2015 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 1YN47G-0006u9-UJ for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 19:40:27 +0100 Original-Received: from localhost ([::1]:36241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN47G-0003Lp-F1 for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 13:40:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN46y-0003KB-Tm for emacs-devel@gnu.org; Sun, 15 Feb 2015 13:40:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YN46u-0004tD-7h for emacs-devel@gnu.org; Sun, 15 Feb 2015 13:40:08 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:45999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN46u-0004sc-2g for emacs-devel@gnu.org; Sun, 15 Feb 2015 13:40:04 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t1FIe2Xm005110; Sun, 15 Feb 2015 13:40:02 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 27312FF9; Sun, 15 Feb 2015 13:39:53 -0500 (EST) In-Reply-To: <85bnkwil1c.fsf@stephe-leake.org> (Stephen Leake's message of "Sat, 14 Feb 2015 09:13:03 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5218=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5218> : inlines <2184> : streams <1390776> : uri <1856044> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:183104 Archived-At: >> If that doesn't work, then we really need an emacs.h file ASAP, and >> the module should include only that file, without including >> inside that file. > Nor . And probably not lots of other things. Of course not. It's the other way around: lisp.h should include emacs.h. > Is there an acceptable (ie portable and reliable) way to determine the > OS in a Makefile? I'm not aware of one (short of Gnu config.guess). M-x module-make RET should do the trick, since Emacs knows for which OS it was built and can know which compiler options were used. Stefan