Sublime Forum

3170 breaks Emacs Pro Essentials

#1

3170 broken the Emacs Pro Essentials plugin.

The cause appears to be related to this piece of code possibly not being called?

def plugin_loaded():
    kill_ring.initialize()
    isearch.initialize()

    # preprocess this module
    preprocess_module(sys.modules[__name__])

Has something changed in this area?

3169 is fine.

0 Likes

#2

There were no changes between 3169 and 3170 other than the version number and channel.

0 Likes

#3

Right you are.

Weird. Somebody who uses my package reported that it was not working. Then he downgraded to 3169 and it all worked.

I should have checked myself but I was too lazy. Sorry about that.

0 Likes