On 08.12.2014 12:21, Philipp Stephani wrote: > Public bug reported: > > Both python.el (part of GNU Emacs) and python-mode provide a mode > 'python-mode'. Installing the python-mode package will silently register > python-mode.el for Python files through autoloads. I think these > autoloads should be dropped because most users will prefer python.el and > will be surprised that merely installing python-mode is enough to > override it. Also maybe loading python-mode.el could be aborted if the > python-mode function is already defined by python.el. >
As python-mode.el doesn't unload python.el by default, all commands should be available. Will attach the result of M-x run-python RET --(python.el, buffer displays "Inferior Python:)-- and M-x python3 RET -(python-mode.el, "Comint:run" at my version) ** Attachment added: "both.png" https://bugs.launchpad.net/bugs/1400284/+attachment/4276235/+files/both.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400284 Title: Conflict with built-in python.el To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-mode/+bug/1400284/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
