Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Martyn Jago
Martyn Jago martyn.j...@btinternet.com writes: There is a bug running babel on Emacs 22.1.1 with a minimal init file. [...] The following fails: * Test fails #+begin_src emacs-lisp :results silent hello there #+end_src [...] The problem appears to be associated with the way

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Martyn Jago martyn.j...@btinternet.com writes: Martyn Jago martyn.j...@btinternet.com writes: There is a bug running babel on Emacs 22.1.1 with a minimal init file. [...] The following fails: * Test fails #+begin_src emacs-lisp :results silent hello there #+end_src [...] The

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Martyn Jago
Eric Schulte eric.schu...@gmx.com writes: Martyn Jago martyn.j...@btinternet.com writes: Martyn Jago martyn.j...@btinternet.com writes: [...] The problem appears to be associated with the way `member' works: - on Emacs 23+ the following doesn't generate an error - on Emacs 22 it

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Martyn Jago martyn.j...@btinternet.com writes: Eric Schulte eric.schu...@gmx.com writes: Martyn Jago martyn.j...@btinternet.com writes: Martyn Jago martyn.j...@btinternet.com writes: [...] The problem appears to be associated with the way `member' works: - on Emacs 23+ the following

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Achim Gratz
Eric Schulte eric.schu...@gmx.com writes: Great, both the test case and a fixed version of this function are now applied to the git repository. You've pushed it to both maint and master? Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Wavetables for the Waldorf

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte eric.schu...@gmx.com writes: Great, both the test case and a fixed version of this function are now applied to the git repository. You've pushed it to both maint and master? Yes, I'm now pushing bug-fix commits to maint as well as master.

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Achim Gratz
Eric Schulte eric.schu...@gmx.com writes: Yes, I'm now pushing bug-fix commits to maint as well as master. That way you duplicate the commit (the same change now has two ID). I think it would be preferrable to push bugfixes to maint and then merge maint back into master. Regards, Achim. --

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte eric.schu...@gmx.com writes: Yes, I'm now pushing bug-fix commits to maint as well as master. That way you duplicate the commit (the same change now has two ID). I think it would be preferrable to push bugfixes to maint and then merge maint