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

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

bug#21220: 24.5; imenu not working in new python buffer when semantic is


From: Fabián Ezequiel Gallina
Subject: bug#21220: 24.5; imenu not working in new python buffer when semantic is loaded but semantic-mode is off
Date: Tue, 11 Aug 2015 23:12:05 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5.50 (gnu/linux)

Fixed at bf0ed73 in the master branch.

Basically I removed the autoloaded hook setup, no other wisent setups do
that and it seems the `semantic-new-buffer-setup-functions` already
contains the proper references to do this correctly when needed.  I'm
CC'ing CEDET maintainers just in case.

For the time being, to prevent this, you could add this to your init
file:

(remove-hook 'python-mode-hook 'wisent-python-default-setup)



Thanks for the report,
Fabián.





reply via email to

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