elm-repl icon indicating copy to clipboard operation
elm-repl copied to clipboard

Change Working Directory option

Open jcollard opened this issue 11 years ago • 2 comments

With the new elm-make integration the src-dir flags don't really make sense.

To integrate elm-repl with elm-mode in emacs in an intelligent way, I think it makes sense to add a :cd option to allow switching between projects easily without needing to launch multiple processes of elm-repl or restarting elm-repl completely.

jcollard avatar Nov 23 '14 18:11 jcollard

I think the :command pattern is pretty inelegant. How is this done in the Python or ruby repl?

evancz avatar Nov 23 '14 18:11 evancz

In python there is os.chdir(path) which is used by the python-mode installed on my system.

jcollard avatar Nov 23 '14 18:11 jcollard