Re: [O] Compilation problem

2012-09-19 Thread Alan Schmitt
Achim Gratz strom...@nexgo.de writes: Alan Schmitt writes: There was a revert of a commit that fixed it, and I got back to the usual state of getting stuck on some test. (I tried finding which test is getting stuck, but I don't know how. I just know the last test to pass is

Re: [O] Compilation problem

2012-09-18 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Please ask for clarification and politely indicate that a change may have to be reverted. Sorry that I reverted this one too hastily and without warning. Instead of the commit being wrong, is it possible that changes were

Re: [O] Compilation problem

2012-09-18 Thread Carsten Dominik
On 18.9.2012, at 15:22, Bastien wrote: Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Please ask for clarification and politely indicate that a change may have to be reverted. Sorry that I reverted this one too hastily and without warning. Instead of the commit

Re: [O] Compilation problem

2012-09-18 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: I think this should be to *merge* (and push) only complete changes. At least this is what I think - git allows you to commit often while making changes. Actually, I think you agree, your next paragraph says as much. Yes, I fully agree! --

Re: [O] Compilation problem

2012-09-18 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I cannot compile the current version of org-mode (from git): something fails during testing: did you find a workaround? -- Bastien

Re: [O] Compilation problem

2012-09-18 Thread Alan Schmitt
Bastien b...@altern.org writes: Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I cannot compile the current version of org-mode (from git): something fails during testing: did you find a workaround? There was a revert of a commit that fixed it, and I got back to the usual

Re: [O] Compilation problem

2012-09-18 Thread Achim Gratz
Alan Schmitt writes: There was a revert of a commit that fixed it, and I got back to the usual state of getting stuck on some test. (I tried finding which test is getting stuck, but I don't know how. I just know the last test to pass is test-ob-sh/dont-insert-spaces-on-expanded-bodies. Digging

Re: [O] Compilation problem

2012-09-11 Thread Alan Schmitt
Achim Gratz strom...@nexgo.de writes: Alan Schmitt writes: EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs As with the problems John Hendy has: is that the actual Emacs binary or a wrapper script? If it is a script, it seems that it doesn't correctly feed all the options to Emacs. It's

Re: [O] Compilation problem

2012-09-11 Thread Alan Schmitt
Bastien b...@altern.org writes: Achim Gratz strom...@nexgo.de writes: Nick Dokos writes: I can reproduce this. AFAIK, it's new - I stripped down the command line above and kept getting the error until the -l org-install.el, so it's clearly something in org-install.el. I modified the

[O] Compilation problem

2012-09-10 Thread Alan Schmitt
Hello, I cannot compile the current version of org-mode (from git): something fails during testing: make test-dirty install -m 755 -d /var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T//tmp-orgtest TMPDIR=/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T//tmp-orgtest

Re: [O] Compilation problem

2012-09-10 Thread Achim Gratz
Alan Schmitt writes: EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs As with the problems John Hendy has: is that the actual Emacs binary or a wrapper script? If it is a script, it seems that it doesn't correctly feed all the options to Emacs. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305

Re: [O] Compilation problem

2012-09-10 Thread Nick Dokos
Alan Schmitt alan.schm...@polytechnique.org wrote: Hello, I cannot compile the current version of org-mode (from git): something fails during testing: make test-dirty install -m 755 -d /var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T//tmp-orgtest

Re: [O] Compilation problem

2012-09-10 Thread John Hendy
On Mon, Sep 10, 2012 at 2:45 PM, Achim Gratz strom...@nexgo.de wrote: Alan Schmitt writes: EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs As with the problems John Hendy has: is that the actual Emacs binary or a wrapper script? If it is a script, it seems that it doesn't correctly feed

Re: [O] Compilation problem

2012-09-10 Thread Achim Gratz
Nick Dokos writes: I can reproduce this. AFAIK, it's new - I stripped down the command line above and kept getting the error until the -l org-install.el, so it's clearly something in org-install.el. I modified the function org-make-org-install in org-fixup.el to add That would be commit

Re: [O] Compilation problem

2012-09-10 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Nick Dokos writes: I can reproduce this. AFAIK, it's new - I stripped down the command line above and kept getting the error until the -l org-install.el, so it's clearly something in org-install.el. I modified the function org-make-org-install in

Re: [O] Compilation problem

2012-09-10 Thread Achim Gratz
Bastien writes: Achim Gratz strom...@nexgo.de writes: That would be commit 830a0781a6 by Jambunathan, then. Autoloads really don't work that way, so could this please be reverted? Done. Thank you. By way of explanation: autoload knows about a handful of special constructs. If you put an

Re: [O] Compilation problem

2012-09-10 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: Achim Gratz strom...@nexgo.de writes: That would be commit 830a0781a6 by Jambunathan, then. Autoloads really don't work that way, so could this please be reverted? Done. Thank you. By way of explanation: autoload knows about a

Re: [O] Compilation problem

2012-09-10 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Bastien writes: Achim Gratz strom...@nexgo.de writes: That would be commit 830a0781a6 by Jambunathan, then. Autoloads really don't work that way, so could this please be reverted? Done. Thank you. By way of explanation: autoload knows about a

Re: [O] Compilation problem

2012-09-10 Thread Jambunathan K
Bastien b...@altern.org writes: Achim Gratz strom...@nexgo.de writes: Bastien writes: Achim Gratz strom...@nexgo.de writes: That would be commit 830a0781a6 by Jambunathan, then. Autoloads really don't work that way, so could this please be reverted? Done. Thank you. By way of