run-hook-with-args: Symbol's function definition is void: shell-directory-tracker
Bug #878288 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mode.el |
Fix Released
|
Medium
|
Andreas Roehler |
Bug Description
In current bzr trunk, using Emacs 23.3.1, hit C-c ! to run py-shell. The 2.7.2 shell comes up. At the prompt, type
>>> from datetime import * [RET]
nothing happens, but you get the error in the Summary.
Changed in python-mode: | |
status: | New → In Progress |
Changed in python-mode: | |
status: | In Progress → Fix Committed |
Changed in python-mode: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Am 19.10.2011 17:40, schrieb Barry Warsaw:
> Public bug reported:
>
> In current bzr trunk, using Emacs 23.3.1, hit C-c ! to run py-shell.
> The 2.7.2 shell comes up. At the prompt, type
>
>>>> from datetime import * [RET]
>
> nothing happens, but you get the error in the Summary.
>
> ** Affects: python-mode
> Importance: Undecided
> Status: New
>
shell-directory -tracker is a compiled Lisp function in
`shell.el'.
loading shell.el should do it
Cheers,
Andreas