From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: make test hangs (master) Date: Tue, 02 Feb 2016 18:49:10 +0100 Message-ID: <874mdruhnt.fsf@nicolasgoaziou.fr> References: <56a7094a.4641620a.e3f1f.5e8e@mx.google.com> <56a8639a.6537420a.5535.ffffe64b@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQf2q-0004CZ-Au for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 12:47:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQf2l-0002pN-Gj for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 12:47:16 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQf2l-0002oj-A4 for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 12:47:11 -0500 In-Reply-To: <56a8639a.6537420a.5535.ffffe64b@mx.google.com> (Erik Hetzner's message of "Tue, 26 Jan 2016 22:28:40 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Erik Hetzner Cc: emacs-orgmode@gnu.org, Eric Schulte Hello, Erik Hetzner writes: > It turns out the issue is my prompt, that is, the value of the =3DPS1=3D = environment > variable, which contains a lambda (=CE=BB, U+03BB). I suspect the followi= ng will fail > for all: > > $ PS1=3D"=CE=BB " emacs -Q --batch -L lisp/ -L testing/ -L testing/lisp= -l lisp/org.el -l lisp/org-id.el -l testing/org-test.el --eval "(progn (or= g-reload) (setq org-confirm-babel-evaluate nil) (org-babel-do-load-language= s 'org-babel-load-languages '((emacs-lisp . t) (shell . t) (org . t))))" -f= org-test-run-batch-tests > =E2=80=A6 > passed 70/443 test-ob-shell/dont-insert-spaces-on-expanded-bodies > [ hangs here ] FWIW, I cannot reproduce it. Regards, --=20 Nicolas Goaziou