On Fri, Oct 23, 2015 at 11:29 AM, Andreas Röhler < andreas.roehler@easy-emacs.de> wrote: > Whilest python-mode.el and python.el in general don't conflict, when testing python-mode.el unloading the built-in python.el seems preferable. > > Unfortunatly, with CEDET loadet, get the following: > > error: "Loaded libraries (\"/usr/share/emacs/24.4/lisp/cedet/semantic/wisent/python.elc\") depend on /usr/share/emacs/24.4/lisp/progmodes/python.elc" > Aborted: Ran 1 tests, 0 results were as expected > > Suggest not to hard-code this case as error, rather issue a warning. Did you try unloading the python library with (unload-feature 'python t)? Could you explain how to reproduce your problem, starting from emacs -Q? TIA, Juanma