Comment 3 for bug 878288

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 878288] [NEW] run-hook-with-args: Symbol's function definition is void: shell-directory-tracker

Am 19.10.2011 19:23, schrieb Barry Warsaw:
> On Oct 19, 2011, at 05:09 PM, Andreas Roehler wrote:
>
>> shell-directory-tracker is a compiled Lisp function in
>> `shell.el'.
>>
>> loading shell.el should do it
>
> Sure, but why should the *Python* buffer care? It's not going to use shell
> commands like cd, pushd, and popd.
>

ipython shell does.

which brings some convenience IMHO

think I'll just add a (require 'shell)

(?)