From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.devel Subject: Re: Certain numbers of special forms cause changing behaviour on function calls in --batch Date: Thu, 30 Jun 2016 23:22:36 +0200 Message-ID: <87inwq1ieb.fsf@web.de> References: <8760stvwzp.fsf@web.de> <83r3bevhfc.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1467321791 11852 80.91.229.3 (30 Jun 2016 21:23:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2016 21:23:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 23:23:02 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 1bIjQF-00020b-1f for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2016 23:22:55 +0200 Original-Received: from localhost ([::1]:52673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjQE-0003wq-AP for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2016 17:22:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjQ8-0003wd-EC for emacs-devel@gnu.org; Thu, 30 Jun 2016 17:22:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIjQ4-0006u4-8F for emacs-devel@gnu.org; Thu, 30 Jun 2016 17:22:47 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:50393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIjQ4-0006tw-1e for emacs-devel@gnu.org; Thu, 30 Jun 2016 17:22:44 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bIjQ2-0001ql-VY for emacs-devel@gnu.org; Thu, 30 Jun 2016 23:22:43 +0200 Original-Received: from p4fd85358.dip0.t-ipconnect.de ([79.216.83.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2016 23:22:42 +0200 Original-Received: from michael_heerdegen by p4fd85358.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2016 23:22:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fd85358.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux) Cancel-Lock: sha1:ieSyam87K5zeh4wGOigZKQb7jNw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:205010 Archived-At: Eli Zaretskii writes: > If that's the reason, setting line-move-visual to nil in the > interactive session will produce the same "buggy" behavior. Does it? No, it gives me 10, the "nonbuggy" value. Michael.