technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.87k stars 887 forks source link

Latest inf-ruby changes on github have changed inf-ruby-keys to inf-ruby-setup-keybindings #145

Closed tmcgilchrist closed 10 years ago

tmcgilchrist commented 12 years ago

Simple rename of a function in inf-ruby.

Commit in question https://github.com/nonsequitur/inf-ruby/commit/86db14c3155ae72069fb0e4cbd635765c095331d

daemianmack commented 11 years ago

This bit me too. +1

technomancy commented 11 years ago

Does this break compatibility with the stable version of inf-ruby published at marmalade? Also, is the repo in question the canonical version of inf-ruby? Last I heard it was still being maintained out of Ruby's own repository.

dgutov commented 11 years ago

No, and yes. See where the "homepage" link from the Marmalade page leads. inf-ruby.el in the Ruby repository is quite different, and it hasn't seen substantial changes in over 4 years.

qizwiz commented 11 years ago

Suggested workaround. Put this in your .emacs or init.el: (defalias 'inf-ruby-keys 'inf-ruby-setup-keybindings)

dgutov commented 11 years ago

There's no reason to: the latest inf-ruby calls inf-ruby-setup-keybindings in an autoload.

The hook should just be removed.

technomancy commented 10 years ago

Thanks, but this project is no longer under deverlopment.