From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: windows build help Date: Mon, 16 Oct 2017 09:54:05 -0400 Message-ID: References: <84o9pyim1a.fsf@AigleRoyal> <83r2up976t.fsf@gnu.org> <83bmlblfca.fsf@gnu.org> <877evyev8o.fsf_-_@russet.org.uk> <86a80udeid.fsf@stephe-leake.org> <87376m9edg.fsf@russet.org.uk> <86wp3xbw0y.fsf@stephe-leake.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1508162229 5059 195.159.176.226 (16 Oct 2017 13:57:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 16 Oct 2017 13:57:09 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 16 15:57:06 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e45t7-0000QX-VR for ged-emacs-devel@m.gmane.org; Mon, 16 Oct 2017 15:57:02 +0200 Original-Received: from localhost ([::1]:33154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e45tF-000313-7N for ged-emacs-devel@m.gmane.org; Mon, 16 Oct 2017 09:57:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e45qu-000230-LN for emacs-devel@gnu.org; Mon, 16 Oct 2017 09:54:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e45qp-0000xo-Q3 for emacs-devel@gnu.org; Mon, 16 Oct 2017 09:54:44 -0400 Original-Received: from [195.159.176.226] (port=46978 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e45qp-0000x7-JH for emacs-devel@gnu.org; Mon, 16 Oct 2017 09:54:39 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e45qO-0007fQ-M4 for emacs-devel@gnu.org; Mon, 16 Oct 2017 15:54:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:kLOSZ0HE7PzmO4IHcR68Jg1OIv8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:219575 Archived-At: > (defconst x (* 32768 32768)) Indeed. This one is arguably undesirable. But there are more direct ones, where you can't similarly argue that it's a limitation in Elisp: (defconst foo-build-system (eval-when-compile system-configuration)) -- Stefan