From mboxrd@z Thu Jan 1 00:00:00 1970 From: bluedian Subject: [babel] sreen : unable to run org-babel-screen-test Date: Mon, 30 Nov 2009 08:13:14 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NF1UV-0004Br-LX for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 03:20:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NF1UR-0004BL-BB for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 03:20:15 -0500 Received: from [199.232.76.173] (port=36975 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NF1UR-0004BF-8F for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 03:20:11 -0500 Received: from lo.gmane.org ([80.91.229.12]:55412) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NF1UQ-0005pE-Sm for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 03:20:11 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NF1UN-0007Ro-Is for emacs-orgmode@gnu.org; Mon, 30 Nov 2009 09:20:07 +0100 Received: from ram49-2-88-168-184-167.fbx.proxad.net ([88.168.184.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Nov 2009 09:20:07 +0100 Received: from bluedian by ram49-2-88-168-184-167.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Nov 2009 09:20:07 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, When running "org-babel-screen-test", a xterm appear with its prompt, but no message appear. Emacs hangs and my cpu is à 100%. When hitting c-G (whit debug mode activated), I get this message : Debugger entered--Lisp error: (quit) (not (file-readable-p tmpfile)) (while (not (file-readable-p tmpfile)) (format "org-babel-screen: File not readable yet.")) (let* ((session "org-babel-testing") (random-string ...) (tmpfile "/tmp/org-babel-screen.test") (body ...) process tmp-string) (org-babel-execute:screen body org-babel-default-header-args:screen) (while (not ...) (format "org-babel-screen: File not readable yet.")) (setq tmp-string (with-temp-buffer ... ...)) (delete-file tmpfile) (message (concat "org-babel-screen: Setup " ...))) org-babel-screen-test() call-interactively(org-babel-screen-test) (unwind-protect (call-interactively chosen) (smex-rank chosen) (smex-show-key-advice chosen)) (let ((chosen ...)) (unwind-protect (call-interactively chosen) (smex-rank chosen) (smex-show-key-advice chosen))) smex() call-interactively(smex nil nil) In the * message * buffer, I get this : Sending source code block to interactive terminal session... Warning: Tried to connect to session manager, None of the authentication protocols specified are supported Entering debugger... the last sentence "None of the authentication protocols specified are supported" is surely the key, but I didn't understand it as I have xterm, sh and screen installed and correctly configurated. I'm on Ubuntu 9.04 - Jaunty Jackalope, Emacs 23, the last (this morning) org-mode version on the git repository (I use org-track-update). Other parts of babel are correctly working (shell and emacs mode without the screen part)