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

Unable start two rinari-web-server's in single emacs session. #66

Open proofit404 opened 11 years ago

proofit404 commented 11 years ago

When you try to start second server via C-u C-c ; w and specify another port with -p option, for example start your test project as second site, its just erase a server\ buffer. Really pain in the butt when you totally used to emacsclient.

purcell commented 11 years ago

Agreed: it's not ideal, and I'd like to improve it sometime. But one option in the meantime would be to use M-x rename-buffer...

proofit404 commented 11 years ago

As I see rinari-web-server is ruby-compilation-run which doesn't used in rinari after it's start. I try to fix this problem and send pull request later.