Tom Roche writes:
> summary: something is wrong with the pymacs I installed with
> python-mode=6.0.3, or with my installation or use of it.
>> Debugger entered--Lisp error: (error "Pymacs Lisp version is
>> @VERSION@, Python is 0.24-beta2")
Hi, Tom.
The pymacs.el file was likely copied verbati
I am also having troubles setting up python-mode to work with ipython. I am
using python-mode.el 6.0.4 (latest version, released on 2011-12-30).
On the Launchpad site I see the following series and milestones posterior to
6.0.4:
6.0.4, 6.05, 6.1 and 6.1.1
When you said "could you try from the cu
Am 14.02.2012 16:12, schrieb rosoloum:
I am also having troubles setting up python-mode to work with ipython. I am
using python-mode.el 6.0.4 (latest version, released on 2011-12-30).
On the Launchpad site I see the following series and milestones posterior to
6.0.4:
6.0.4, 6.05, 6.1 and 6.1.1
Thanks! I just installed the latest version.
In your previous post in this thread you said:
" you should not need any customization for IPython. There was a bug,
which shold be gone now. Could you try from current trunk again? ... "
However, when I tried M-x ipython but I got "no match"
Am 14.02.2012 17:01, schrieb rosoloum:
Thanks! I just installed the latest version.
In your previous post in this thread you said:
" you should not need any customization for IPython. There was a bug,
which shold be gone now. Could you try from current trunk again? ... "
However, when
Hi all,
this var sets a default, if its switched to the output buffer.
When shells are opened interactively however,
think it should ignore that value, switch always instead.
Are there cases where after a
M-x python
it should not be switched to the shell?
Unless objections coming in, will d
It looks like it's a common "problem" in the Elisp world, but I was
wondering is it normal to have huge source files.
python-mode.el is > 10k lines now, which for me causes two problems:
- it's hard to even know the various functionalities
- it's hard to manage the file
I see various things that