From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: minor bug in babel with silent output and remote R session Date: Sun, 07 Apr 2013 09:45:05 +0200 Message-ID: <87ppy6sq69.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOkuz-0006VU-P7 for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 04:25:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOkuw-0006R9-ES for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 04:25:41 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:50259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOkuw-0006Qm-8C for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 04:25:38 -0400 Received: by mail-we0-f172.google.com with SMTP id r3so3868880wey.17 for ; Sun, 07 Apr 2013 01:25:37 -0700 (PDT) In-Reply-To: (Thomas Alexander Gerds's message of "Wed, 13 Mar 2013 08:49:15 +0100") 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: Thomas Alexander Gerds Cc: emacs-orgmode@gnu.org Hi Thomas, Thomas Alexander Gerds writes: > Using the silent option together with a remote R session block (started > via ssh.el and ess-remote), like this: > > #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache yes > a=1 > 1 > #+END_SRC > > produces: > > ,---- > | > > > [1] 1 > | > Warning message: > | In file.rename(tfile, transfer.file) : > | cannot rename file '/tmp/RtmpQwlyCf/file7c9b78867f6c' to '/tmp/babel-4977UIT/R-4977ucf', reason 'No such file or directory' > | > > `---- > > and emacs freezes. No big deal because C-g gets me out of it, but > slightly annoying. > > with `:results output' instead of `:results: silent' everything works > fine. Please let us know if the documentation* needs some clarification here, or if this is a bug -- maybe someone will have time to look at it. Thanks, * Better to check against the latest documentation from our master branch, of course. -- Bastien