eschulte / rinari

Rinari Is Not A Rails IDE (it is an Emacs minor mode for Rails)
http://rinari.rubyforge.org
GNU General Public License v3.0
412 stars 68 forks source link

Don't use submodule for inf-ruby anymore ? #79

Closed stardiviner closed 10 years ago

stardiviner commented 10 years ago

Rinari repository use an old /inf-ruby submodule/. And Emacs add it in =load-path=. You can check this with this steps:

  1. =[M-x inf-ruby]=
  2. =[M-x find-library RET inf-ruby]= :: find the loaded inf-ruby library.
  3. =[M-x pwd]= :: check out current inf-ruby path.

    I report an issue to inf-ruby repository at https://github.com/nonsequitur/inf-ruby/issues/48. And two relative issue are https://github.com/nonsequitur/inf-ruby/issues/46 and https://github.com/dimitri/el-get/issues/1622.

purcell commented 10 years ago

Duplicate of #77

purcell commented 10 years ago

Yeah, I'll think about removing all the submodules, and maybe using a Cask file instead.