Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: It doesn't automatically propagate. Otherwise, it's Bastiens decision — I can push the change if he wants to. Can you summarize what would be the change and why it is called for? Thanks, -- Bastien

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Achim Gratz
Bastien writes: Can you summarize what would be the change and why it is called for? The tag release_7.8.11 is affixed to the merge commit, which means that it's first parent is on the master branch rather than maint. The change sets it back one commit so that it correctly is located on the

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: Can you summarize what would be the change and why it is called for? The tag release_7.8.11 is affixed to the merge commit, which means that it's first parent is on the master branch rather than maint. The change sets it back one commit

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Achim Gratz
Bastien writes: We'll have to tell users to forcibly update the tags again. For the users who will not do this, only the release_7.8.11 will not properly set, right? Yes. Another sticky point is that any clones of the orgmode repo (like the one on repo.or.cz) will not automatically pick that

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-22 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: We'll have to tell users to forcibly update the tags again. For the users who will not do this, only the release_7.8.11 will not properly set, right? Yes. Another sticky point is that any clones of the orgmode repo (like the one on

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-21 Thread Achim Gratz
Nick Dokos writes: OK. Is there no way to fix that? That's pretty confusing. If you already know the tag is on a merge commit on the wrong side: git tag fixup release_7.8.11 git tag -d release_7.8.11 git tag release_7.8.11 fixup^2 git tag -d fixup And how can I tell that I have fallen into

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-21 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Nick Dokos writes: OK. Is there no way to fix that? That's pretty confusing. If you already know the tag is on a merge commit on the wrong side: git tag fixup release_7.8.11 git tag -d release_7.8.11 git tag release_7.8.11 fixup^2 git tag -d fixup

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Loris Bennett
Nick Dokos nicholas.do...@hp.com writes: Achim Gratz strom...@nexgo.de wrote: Nick Dokos writes: Loris Bennett loris.benn...@fu-berlin.de wrote: In the *Org-Babel Error Output* buffer, I get the following: /bin/bash: /scpc:x@xx:/tmp/sh-script-7472puH: No such file or

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Nick Dokos
Loris Bennett loris.benn...@fu-berlin.de wrote: I used to be able do all sorts of stuff with sh, Perl and R. Now the following example no longer works: ,--- | #+begin_src sh :dir /@:/tmp | echo Executed by `whoami` on `hostname` in

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Loris Bennett loris.benn...@fu-berlin.de wrote: I used to be able do all sorts of stuff with sh, Perl and R. Now the following example no longer works: ,--- | #+begin_src sh :dir /@:/tmp

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Nick Dokos nicholas.do...@hp.com wrote: Loris Bennett loris.benn...@fu-berlin.de wrote: I used to be able do all sorts of stuff with sh, Perl and R. Now the following example no longer works:

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: I haven't chased it all the way down because the reverts are making my head spin, but it may be that somehow the above commit got lost somewhere - or it got fixed and then the big revert lost the fix. Maybe Eric or Bastien remembers what happened.

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Nick Dokos nicholas.do...@hp.com wrote: I haven't chased it all the way down because the reverts are making my head spin, but it may be that somehow the above commit got lost somewhere - or it got fixed and then the big revert lost the fix. Maybe

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Achim Gratz
Nick Dokos writes: This doesn't make sense (I blame the head-spinning reverts :-) ), so let me try again: Eric's commit broke it between 7.8.03 and 7.8.04. It got fixed somehow, either because of a revert or because some fix was actually applied, I don't know which. It was working until 7.8.10

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Nick Dokos writes: This doesn't make sense (I blame the head-spinning reverts :-) ), so let me try again: Eric's commit broke it between 7.8.03 and 7.8.04. It got fixed somehow, either because of a revert or because some fix was actually applied, I

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Achim Gratz
Nick Dokos writes: Achim Gratz strom...@nexgo.de wrote: Nick Dokos writes: This doesn't make sense (I blame the head-spinning reverts :-) ), so let me try again: Eric's commit broke it between 7.8.03 and 7.8.04. It got fixed somehow, either because of a revert or because some fix was

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Nick Dokos writes: Achim Gratz strom...@nexgo.de wrote: Nick Dokos writes: This doesn't make sense (I blame the head-spinning reverts :-) ), so let me try again: Eric's commit broke it between 7.8.03 and 7.8.04. It got fixed somehow, either

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Bastien
Hi Lorise, Loris Bennett loris.benn...@fu-berlin.de writes: I have just updated to emacs 24.2.50.1 and org 7.9-32-g805a9f-elpa and am having this problem again even with an ECM. Commenting out the declaration as suggested above no longer helps. Any suggestions? Can you share the Perl

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Loris Bennett
Hi Bastien, Bastien b...@altern.org writes: Hi Lorise, Loris Bennett loris.benn...@fu-berlin.de writes: I have just updated to emacs 24.2.50.1 and org 7.9-32-g805a9f-elpa and am having this problem again even with an ECM. Commenting out the declaration as suggested above no longer helps.

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Bastien
Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Nothing works now, not even #+BEGIN_SRC sh :file tmp.txt :dir /x@xxx: echo hostname #+END_SRC Maybe you don't have permission to read the /tmp/ dir on the remote machine? Anyway, it's hard to debug with so little

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Loris Bennett
Bastien b...@altern.org writes: Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Nothing works now, not even #+BEGIN_SRC sh :file tmp.txt :dir /x@xxx: echo hostname #+END_SRC Maybe you don't have permission to read the /tmp/ dir on the remote machine? Anyway, it's

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Nick Dokos
Loris Bennett loris.benn...@fu-berlin.de wrote: Bastien b...@altern.org writes: Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Nothing works now, not even #+BEGIN_SRC sh :file tmp.txt :dir /x@xxx: echo hostname #+END_SRC Maybe you don't have permission

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Achim Gratz
Nick Dokos writes: Loris Bennett loris.benn...@fu-berlin.de wrote: In the *Org-Babel Error Output* buffer, I get the following: /bin/bash: /scpc:x@xx:/tmp/sh-script-7472puH: No such file or directory It would seem that you are trying to use a remote file with a local bash. That

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-19 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Nick Dokos writes: Loris Bennett loris.benn...@fu-berlin.de wrote: In the *Org-Babel Error Output* buffer, I get the following: /bin/bash: /scpc:x@xx:/tmp/sh-script-7472puH: No such file or directory It would seem that you are trying to

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-18 Thread Loris Bennett
Loris Bennett loris.benn...@fu-berlin.de writes: Nick Dokos nicholas.do...@hp.com writes: Loris Bennett loris.benn...@fu-berlin.de wrote: Nick Dokos nicholas.do...@hp.com writes: Loris Bennett loris.benn...@fu-berlin.de wrote: Hi, When I try to run a Perl script remotely via

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-06-25 Thread Loris Bennett
Nick Dokos nicholas.do...@hp.com writes: Loris Bennett loris.benn...@fu-berlin.de wrote: Nick Dokos nicholas.do...@hp.com writes: Loris Bennett loris.benn...@fu-berlin.de wrote: Hi, When I try to run a Perl script remotely via :dir, I get the following error:

[O] Invalid function: with-parsed-tramp-file-name with Perl

2012-06-21 Thread Loris Bennett
Hi, When I try to run a Perl script remotely via :dir, I get the following error: ,- | org-babel-local-file-name: Invalid function: with-parsed-tramp-file-name

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-06-21 Thread Nick Dokos
Loris Bennett loris.benn...@fu-berlin.de wrote: Hi, When I try to run a Perl script remotely via :dir, I get the following error: ,- | org-babel-local-file-name: Invalid function: with-parsed-tramp-file-name

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-06-21 Thread Loris Bennett
Nick Dokos nicholas.do...@hp.com writes: Loris Bennett loris.benn...@fu-berlin.de wrote: Hi, When I try to run a Perl script remotely via :dir, I get the following error: ,- | org-babel-local-file-name: Invalid

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-06-21 Thread Nick Dokos
Loris Bennett loris.benn...@fu-berlin.de wrote: Nick Dokos nicholas.do...@hp.com writes: Loris Bennett loris.benn...@fu-berlin.de wrote: Hi, When I try to run a Perl script remotely via :dir, I get the following error: