Re: [Orgmode] Xemacs incompatibilities

2010-05-24 Thread Michael Sperber
Carsten Dominik carsten.domi...@gmail.com writes: On May 17, 2010, at 4:39 PM, Michael Sperber wrote: In particular, fixing the require won't be enough: org-babel-python.el uses `run-python' and interacts with the inferior Python, whereas python-mode.el defines `py-shell'. Should I try to

Re: [Orgmode] Xemacs incompatibilities

2010-05-20 Thread Dr. Volker Zell
Michael Sperber writes: Could you provide a little bit more context on what you did? I'm not very familiar with org-src (which I assume this is about), so a step-by-step recipe would help me greatly. I'm using o XEmacs 21.4 (patch 22) Instant Classic [Lucid]

Re: [Orgmode] Xemacs incompatibilities

2010-05-19 Thread Dan Davison
[...] 3.) When editing a src block with C-c ' in a temporary buffer in it's native mode and then switching back with C-c ' to the original org file, whenever I try to save a file with C-x C-s (not only the org file) I'll get the message This is not a sub-editing buffer, something is

Re: [Orgmode] Xemacs incompatibilities

2010-05-17 Thread Michael Sperber
Carsten Dominik carsten.domi...@gmail.com writes: This is a really non-standard way for a mode definition which I guess should be fixed in XEmacs. I have made that change anyway. Eric or Dan, please note this change I made in the Babel sources. As someone else pointed out, python-mode.el

Re: [Orgmode] Xemacs incompatibilities

2010-05-17 Thread Carsten Dominik
On May 17, 2010, at 4:39 PM, Michael Sperber wrote: Carsten Dominik carsten.domi...@gmail.com writes: This is a really non-standard way for a mode definition which I guess should be fixed in XEmacs. I have made that change anyway. Eric or Dan, please note this change I made in the Babel

Re: [Orgmode] Xemacs incompatibilities

2010-05-17 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: On May 17, 2010, at 4:39 PM, Michael Sperber wrote: Carsten Dominik carsten.domi...@gmail.com writes: This is a really non-standard way for a mode definition which I guess should be fixed in XEmacs. I have made that change anyway. Eric or

Re: [Orgmode] Xemacs incompatibilities

2010-05-14 Thread Carsten Dominik
On May 11, 2010, at 11:04 AM, Dr. Volker Zell wrote: Hi I'm using org-6.35i 1.) org-babel-python.el requires (require 'python) whereas Xemacs wants (require 'python-mode) This is a really non-standard way for a mode definition which I guess should be fixed in XEmacs. I have made

[Orgmode] Xemacs incompatibilities

2010-05-11 Thread Dr. Volker Zell
Hi I'm using org-6.35i 1.) org-babel-python.el requires (require 'python) whereas Xemacs wants (require 'python-mode) 2.) (require 'htmlize nil t) should be changed to (require 'htmlize) for Xemacs in org-exp.el 3.) When editing a src block with C-c '