From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Certain numbers of special forms cause changing behaviour on function calls in --batch Date: Wed, 06 Jul 2016 17:28:29 +0300 Message-ID: <834m82on76.fsf@gnu.org> References: <8760stvwzp.fsf@web.de> <834m8cvu9p.fsf@gnu.org> <87h9cbpw61.fsf@web.de> <83wpl7v1sg.fsf@gnu.org> <87a8i2dfe3.fsf@web.de> <83poqyvh58.fsf@gnu.org> <87shvu1ixp.fsf@web.de> <8360spvn6i.fsf@gnu.org> <8760sjn5me.fsf@web.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1467815443 10413 80.91.229.3 (6 Jul 2016 14:30:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2016 14:30:43 +0000 (UTC) Cc: me@wilfred.me.uk, emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 06 16:30:38 2016 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 1bKnqW-0008Hm-L4 for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2016 16:30:36 +0200 Original-Received: from localhost ([::1]:33834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKnqV-0002vT-MH for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2016 10:30:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKnom-0001hp-Hw for emacs-devel@gnu.org; Wed, 06 Jul 2016 10:28:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKnol-0002TV-6m for emacs-devel@gnu.org; Wed, 06 Jul 2016 10:28:48 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKnol-0002S9-4F; Wed, 06 Jul 2016 10:28:47 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4369 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bKnoi-0008GX-F2; Wed, 06 Jul 2016 10:28:45 -0400 In-reply-to: <8760sjn5me.fsf@web.de> (message from Michael Heerdegen on Tue, 05 Jul 2016 23:21:13 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:205250 Archived-At: > From: Michael Heerdegen > Cc: me@wilfred.me.uk, emacs-devel@gnu.org > Date: Tue, 05 Jul 2016 23:21:13 +0200 > > The first thing that I found out: it makes a difference whether I use > the compiled simple.elc or the source simple.el. Only with the compiled > simple.elc I get the unexpected result of 20. But when I load the > uncompiled simple.el into the batch session, I'm not able to reproduce > the issue (I get 10). > > Does that give us hints about how I could proceed? The only idea I have is to try all this in a freshly bootstrapped build.