From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: 25.0.50.1, ert: (should (bolp)) fails in batch-mode Date: Fri, 18 Sep 2015 17:09:49 +0300 Message-ID: <83bnczrf82.fsf@gnu.org> References: <55FBE8DB.2020707@easy-emacs.de> <87si6c6l09.fsf@members.fsf.org> <55FC16CF.90401@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1442586418 16200 80.91.229.3 (18 Sep 2015 14:26:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Sep 2015 14:26:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 18 16:26:43 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Zcwcb-0006Nk-Ke for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Sep 2015 16:26:41 +0200 Original-Received: from localhost ([::1]:39013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcwcb-0004JP-6J for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Sep 2015 10:26:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcwbE-0002ju-8T for help-gnu-emacs@gnu.org; Fri, 18 Sep 2015 10:25:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcwMG-0007pg-E6 for help-gnu-emacs@gnu.org; Fri, 18 Sep 2015 10:09:52 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:56925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcwMG-0007p3-1I for help-gnu-emacs@gnu.org; Fri, 18 Sep 2015 10:09:48 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NUV00000LNL3600@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Fri, 18 Sep 2015 17:09:46 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUV000JVM093Z00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Fri, 18 Sep 2015 17:09:46 +0300 (IDT) In-reply-to: <55FC16CF.90401@easy-emacs.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107240 Archived-At: > Date: Fri, 18 Sep 2015 15:51:11 +0200 > From: Andreas R=C3=B6hler > Cc: help-gnu-emacs >=20 > In this case position is at BOL, why (bolp) fails from batch-mode? > Test succeeds when called interactively. Can you show a test case for that?