Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-09 Thread Bastien
Hi Michael, Michael Albinus writes: > I don't believe I need permanent write access. Patch appended. Applied, thanks! Best, -- Bastien

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-09 Thread Michael Albinus
Bastien writes: > Hi Michael, Hi Bastien, > Please send me your public key so that I can give your write access. > Otherwise can you just resent the patch as a git patch with a commit > message have an Emacs-ready ChangeLog entry? I don't believe I need permanent write access. Patch appended.

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-09 Thread Bastien
Hi Michael, Michael Albinus writes: > Achim Gratz writes: > >> Works a treat. Please install! > > I have no write access to the org repo. Maybe somebody else could > install? Please send me your public key so that I can give your write access. Otherwise can you just resent the patch as a git

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-09 Thread Michael Albinus
Achim Gratz writes: > Works a treat. Please install! I have no write access to the org repo. Maybe somebody else could install? > Regards, > Achim. Best regards, Michael.

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-08 Thread Achim Gratz
Michael Albinus gmx.de> writes: > What about this: Works a treat. Please install! Regards, Achim.

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-08 Thread Michael Albinus
Achim Gratz writes: >> The use of "/bin/sh" as fallback should be OK. In the local case, the >> first cond clause shall be selected (otherwise there is something really >> wrong). > > Yes. But on Windows there is always something wrong… :-) Again: under Windows, on the local host, `shell-file-n

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-08 Thread Eric Schulte
Achim Gratz writes: > Michael Albinus writes: >> What about this: > [...] > > Looks good, I can test it tomorrow. > >> The use of "/bin/sh" as fallback should be OK. In the local case, the >> first cond clause shall be selected (otherwise there is something really >> wrong). > > Yes. But on Wind

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-08 Thread Achim Gratz
Michael Albinus writes: > What about this: [...] Looks good, I can test it tomorrow. > The use of "/bin/sh" as fallback should be OK. In the local case, the > first cond clause shall be selected (otherwise there is something really > wrong). Yes. But on Windows there is always something wrong…

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-08 Thread Michael Albinus
Achim Gratz writes: >> + (let ((input-file (org-babel-temp-file "input-")) >> +(error-file (if error-buffer (org-babel-temp-file "scor-") nil)) >> +(shell-file-name >> + (if (file-executable-p >> + (concat (file-remote-p default-directory) shell-file-name)) >> + shel

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-07 Thread Achim Gratz
Michael Albinus writes: > + (let ((input-file (org-babel-temp-file "input-")) > + (error-file (if error-buffer (org-babel-temp-file "scor-") nil)) > + (shell-file-name > + (if (file-executable-p > + (concat (file-remote-p default-directory) shell-file-name)) > + she