tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

Fix retrieving server process name #231

Closed parkouss closed 8 years ago

parkouss commented 8 years ago

This prevented me to see the completion of the current project code, since "alchemist-server" was always returned.

Should fix #230

tonini commented 8 years ago

hi @parkouss

It looks like that this is a solution for you current case but it also remove the case if your inside the elixir source at all. (it should not create multiple server for the elixir source itself, which it would if you remove the query for this case.)

Are you working inside a mix project?

parkouss commented 8 years ago

It looks like that this is a solution for you current case but it also remove the case if your inside the elixir source at all. (it should not create multiple server for the elixir source itself, which it would if you remove the query for this case.)

Ah thanks, I completely missed that...

Are you working inside a mix project?

Yes.

Thanks for your reply! I understand now that alchemist-project-elixir-p should only be true when called from the elixir sources only, and this is probably wrong for me. I will investigate soon.

tonini commented 8 years ago

amazing :) Thanks a lot for your contribution :heart: :blue_heart: :yellow_heart: :green_heart: