bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21743: Allow unloading single features for tests


From: Juanma Barranquero
Subject: bug#21743: Allow unloading single features for tests
Date: Fri, 23 Oct 2015 13:30:03 +0200

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]