sublime-emacs/sublemacspro

ctrl+l broken on Sublime Text 3.1 (Build 3170)

seshness opened this issue · 8 comments

Steps to repro

  1. Press ctrl+l.

Expected

Sublime view is centered on line of text.

Actual

Error in Sublime Text console:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1072, in run_
    return self.run(edit)
  File "/Users/seshadri/Library/Application Support/Sublime Text 3/Installed Packages/Emacs Pro Essentials.sublime-package/lib/misc.py", line 144, in run
AttributeError: 'SbpCenterViewCommand' object has no attribute 'jove_cmd_name'

Additional Notes

Thanks for creating such a great Sublime package!

I just updated but got 3169 and not 3170 ... what's up with 3170? I am getting dev builds ... just not that one.

I use it all the time too!

I see a similar error with option+backspace:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1066, in run_
    return self.run(edit, **args)
  File "/Users/seshadri/Library/Application Support/Sublime Text 3/Installed Packages/Emacs Pro Essentials.sublime-package/lib/misc.py", line 144, in run
AttributeError: 'SbpMoveThenDeleteCommand' object has no attribute 'jove_cmd_name'

It looks like Sublime Text 3.1 just released today: https://www.sublimetext.com/blog/articles/sublime-text-3-point-1

Possibly unrelated: My about screen is in the strange state of claiming I have "Version 3.0, Build 3170":
image

Dev Channel, Build 3169 works fine. I guess I'll stick to this build for now.

Wow - I see that 3.1 has been released. That must be the 3170 build?

That's really bad that it broke this. It appears a module initialisation feature might no longer be working ...

Yeah, Sublime's Changelog https://www.sublimetext.com/3#changelog confirms that correspondence: 3.1 (BUILD 3170).

I upgraded to 3170 w/out any issues. So I will close this. Maybe you should ... try again or something?